Skip to main content

Questions tagged [windows-registry]

Window registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level operating system components as well as the applications running on the platform: the kernel, device drivers, services, SAM, user interface and third party applications all make use of the Registry.

Filter by
Sorted by
Tagged with
3 votes
2 answers
2k views

How to assign an icon to a specific file extension in Windows 11?

I added a new file extension to the windows compressed file using the following regedit script and it works perfectly (mostly) Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.zab] @="...
Anna's user avatar
  • 31
1 vote
1 answer
664 views

How can i edit this registry key so the context menu opens the application as an administrator rather than as a normal user?

I am currently learning how to edit the context menu via registry key entries, however, i do not know how to open an application as an administrator (in this case a command prompt). This is the ...
Flonne's user avatar
  • 31
0 votes
0 answers
64 views

HP Z440 regedit does not have msahci but I changed bios to AHCI

I don't know if this is much ado about nothing but I went into bios and changed IDE to AHCI rebooted downloaded the AHCI controller drivers and my registry does not show msahci. Can i manually add ...
David Addy's user avatar
1 vote
1 answer
10k views

Can I use regedit to change the wallpaper path on windows 10 enterprise?

I just purchased a second hand HP Elitebook but it looks like it was an ex-lease model and has windows 10 enterprise installed. I can't personalize the PC because enterprise isn't activated (...
MonkeyNoodles's user avatar
2 votes
0 answers
241 views

Delete the autorun key from the command processor in the registry

Every time I tried to run cmd recently it would just pop-up and close immediately, and only Powershell worked on my PC. I found a solution that asked me to navigate to HKEY_CURRENT_USER\Software\...
Mateo López Torres's user avatar
1 vote
1 answer
369 views

Windows 10 camera won't go to correct resolution

A while ago, I made a camera based on a the Omnivision OV7251 image sensor, and the Cypress CX3 USB3.0 camera controller. I wrote the firmware myself, and so I know that the camera only supports the ...
Rocketmagnet's user avatar
0 votes
0 answers
76 views

How to make the AltTabPreview smaller on Windows 11?

So far I have this reg code: '''Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AltTabViewhost] "Grid_leftmargin"=...
M V's user avatar
  • 1
1 vote
1 answer
142 views

How to change a single file type without affecting other file extensions in Windows 10 Pro?

I am attempting to set custom icons for a variety of file types. Those that I work with most so they stand out when looking through a list of files. In this instance I have created special icons for ...
Cynyster's user avatar
0 votes
0 answers
3k views

Missing Registry keys: HKEY_CURRENT_USERS\Software\Microsoft\Office

I have a bit of a pickle: One of my clients does not have an Office Directory in their Registry (HKEY_CURRENT_USERS\Software\Microsoft\Office). We use M365 and the Office Suite was installed through a ...
ConvenienceStore's user avatar
2 votes
3 answers
1k views

Batch file running installation through intune

I have created a batch file that will run an installation through intune. it will install the application it will install the configuration file And I need to add a 3rd step, which would then add a ...
Braulio Cirilo's user avatar
1 vote
1 answer
2k views

When can/should a Windows service Start type be "Boot" or "System" instead of "Automatic"?

While running the Services.msc GUI offers the ability to manually set a Windows service start type to Automatic, Automatic (Delayed start), Manual, or Disabled, the configuration of services is stored ...
ETL's user avatar
  • 381
0 votes
0 answers
504 views

Windows Autologin Issues

We have kiosk computers that have been configured to autologin for years with a non-privileged account. All the sudden yesterday, the autologin is no longer functioning on any of them, and it is ...
chaoticyeshua's user avatar
2 votes
1 answer
210 views

How to assign a command to a "microsoft-edge" pseudo protocol on Windows 10 without using Microsoft Store

I am trying to get EdgeDeflector to work to stop Windows from randomly opening Edge for links that come with system dialogs. It's enough that those links are usually useless and opened by accident, ...
Tomáš Zato's user avatar
  • 4,524
0 votes
0 answers
961 views

Removing search bar "Suggested" apps list

I want to remove/disable list of suggested apps on the search bar (Windows 10). All of them are irrelevant and annoying, and serve no purpose to me. There are few reddit/Microsoft supports posts about ...
RandomF0x's user avatar
2 votes
2 answers
4k views

Change ownership of Registry Key using script

I'm attempting to programmatically change the owner of a registry key but I can't get it to work using a few different methods in CMD or PowerShell. Is this even possible? The key is owned by "...
Patrick Keane's user avatar
0 votes
0 answers
23 views

How to change the order of explorer-contextmenu

I've created a contectmenu in Explorer on desktop with 9 options for Office :) How can I change the order of the items? For me the most important App is Excel then outlook, word, Access, ... But ...
JanR's user avatar
  • 1
0 votes
0 answers
62 views

Win 11 Registry Edit - Verification/Translators?

There is a homebrew registry patch going around which adds a 1600x900 display setting to the new ROG Ally Handheld PC. The registry edit: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\...
SheerKahn's user avatar
  • 121
1 vote
0 answers
137 views

How to change windows win key + w shortcut without Autohotkey?

I want to press "windows + w" and it opens a specific folder. I don't want to use third parties softwares. I want to replicate "windows + e" but with "windows + w" I've ...
PP Magno's user avatar
1 vote
1 answer
2k views

HKEY_CLASSES_ROOT\Directory\shell\open\command but per user

I use a third party file manager instead of Windows explorer and set it by adding the key [HKEY_CLASSES_ROOT\Directory\shell\open\command] to the registry and it works like a charm. But now I need to ...
Ed Pavlov's user avatar
  • 111
1 vote
1 answer
3k views

How to persistently modify Windows 11 bootable USB/ISO to bypass requirements instead of opening regedit each time?

I was thinking how does the new option in Rufus (the bootable media creation tool) to bypass windows 11 requirements work, as earlier, I had to open regedit each time and insert registry values for ...
Aaradhya Chauhan's user avatar
7 votes
1 answer
21k views

Force Internet Explorer 11 to open instead of Edge on Windows 10

I know IE11 is retired and not advisable to use BUT I need it. We have a test lab (closed off to the internet) for some Windows 10 PCs (for legacy applications), running Windows 10 Enterprise version ...
S.Mahmood's user avatar
0 votes
0 answers
105 views

Where are the Start Menu window dimensions/size stored?

In Windows 10 you can resize the Start Menu by click/dragging its borders. I'm assuming this information is stored or encoded somewhere for each user since the Start Menu remembers the dimensions ...
Paul π's user avatar
  • 225
0 votes
0 answers
206 views

Getting REG Hive List of an offline Device

I am trying to get an hive list files of an offline windows installation so I can backup the files in WINPE in my script. What I have tried reg load HKLM\Offline D:\Windows\System32\config\SYSTEM ...
OW2 Is Trash's user avatar
0 votes
0 answers
240 views

Windows 11 default taskbar pinned apps?

TLDR: I want to reset the taskbar pinned apps to the default (similar to the first login of a new user) I found taskband in regedit but this value isn't in the default user's registry hive. It seems ...
sudoer's user avatar
  • 41
6 votes
6 answers
23k views

Windows blocks downloads from server "Blocked by your organization"

I recently started having an issue on Windows 11 where when I try downloading a file, all of my browsers refuse to do so displaying this: (images are from Chrome) As you can see, files that I try to ...
user9102437's user avatar
2 votes
0 answers
184 views

Mouse wheel speed keeps resetting itself

I am using Windows 11, and have two Logitech mouse peripherals (one bluetooth, one dongle) and a Kensington Trackball. In Settings/Bluetooth & devices/Mouse I have set 'Multiple lines at a time' ...
Lamar Latrell's user avatar
0 votes
1 answer
32 views

Is it possible to make a Windows program's browse dialogue (not just explorer windows), default to quick access shortcuts?

In windows, there's a folder option that lets you change the default behavior of the left pane, to default to either "This PC" or "Quick Access". The problem I have is, this doesn'...
CreeDorofl's user avatar
  • 2,393
0 votes
1 answer
916 views

Can I copy the windows registry configuration from one user to another?

My normal Windows 10 user account (non admin) has some issues with corrupted registry entries. I have a couple of admin accounts where everything is fine and I would like to restore the values from ...
Gelu's user avatar
  • 103
3 votes
3 answers
782 views

Remove/hide One Drive folder in file explorer

I have a mapped drive which redirects user's local folders to the mapped drive. I wish to hide the One Drive so users utilize the mapped drive instead of the OneDrive. I've attempted to uninstall One ...
tehais's user avatar
  • 33
2 votes
1 answer
2k views

How to get all information concerning a Windows service?

On one computer, a Windows service is created. I have tried to create the same one on another computer, but this seems not to work. In order to solve my issue, I'm planning to ask for all Windows ...
Dominique's user avatar
  • 2,281
1 vote
0 answers
1k views

How to remove border on snapped windows in Windows 11

I recently switched from windows 10 to 11 and noticed a gray border around snapped windows: This border was not present on windows 10 as can be seen in this picture: Is there a way to remove this ...
Nejc Jezersek's user avatar
0 votes
0 answers
124 views

"Application not found" when opening folder

I was experimenting with different file explorers and made one of them the default one (I believe it was One Commander). The software was since deleted so I cannot open the folder because there is no ...
ECOODER's user avatar
0 votes
1 answer
444 views

Cannot disable Windows Hotkeys through Registry or Group Policy Editor

In allot of web articles and even answers to questions about disabling windows hotkeys such as Win+ P or Win+ A, the following three solutions are always proposed: Disable the Windows Key Shortcuts ...
Ralf_Reddings's user avatar
0 votes
0 answers
77 views

Issues communicating PoKeys57CNC and Mach4 running on Windows 11 Home PC in Custom Shel Kiosk Mode

Some background Information I am using a Windows 11 Home PC to control a plasma cutting machine. The windows 11 machine uses Mach4 as the interface for controlling the plasma cutter and a PoKeys57CNC ...
Mr.J 01's user avatar
0 votes
0 answers
851 views

Is there a way to prevent new profiles being added on chrome windows using registry editor?

I went here Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome and created a Dword 32-bit value with the name BrowserAddPersonEnabled & value 1. This worked well but after I stopped Edge ...
Safiul's user avatar
  • 101
1 vote
1 answer
512 views

How to edit the registry in Windows 10 (like in Win 7), without having to take ownerships of keys all the time?

As an example, I'm trying to apply the main answer from How do I change "Open with Powershell" to "Open with Command Prompt" when shift-rightclicking in Explorer?. I'm the only ...
Basj's user avatar
  • 1,900
0 votes
0 answers
651 views

Only PNG thumbnails are not shown on Windows 10, unless the defail app is Paint.NET

On my ASUS laptop with Windows 10 (UX425J) I have a problem very similar to what is described in Thumbnails (only .png) and some icons on taskbar stop showing (Windows 10) and Can't see PNG previews ...
Alexander Z.'s user avatar
0 votes
0 answers
213 views

Prevent Windows 10 Restart, Shutdown or Hibernate while backup process active

Is there any way I can prevent all Windows users from accidentally shutting down a Windows 10 Pro machine by going to Win-Start Menu -> e.g. Restart, Shutdown or Hibernate and clicking on it while ...
Hendrik's user avatar
  • 11
0 votes
1 answer
176 views

How to reduce icon spacing on folders when using a 4k screen on a WIN10

I'm using a 4k screen and icons on every folder look way too spaced. It is painful particularly when browsing pictures, since you can only see a few photos at a time, while the spacing in between is ...
James's user avatar
  • 101
2 votes
2 answers
512 views

Is there an easy way to move startup entries from HKLM to HKCU using Autoruns64.exe?

There are a few programs with Registry startup entries I don't want to start on all user accounts within: HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run Using AutoRuns64, or anything ...
paradroid's user avatar
  • 23.1k
1 vote
1 answer
555 views

What should I do if explorer is absolutely corrupted

So, this all started when there was an old shortcut in explorer that wouldn't go away. It was OneDrive - Personal. I didn't need it because I already had my business OneDrive. It was below Home and in ...
Anston Sorensen's user avatar
2 votes
0 answers
172 views

Search Issue After Disabling Windows 11 Bing Search

I have encountered a problem where I couldn't access environment variables after disabling Bing search via: + R → Open: regedit → OK Created new DWORD BingSearchEnabled with value 0 within: HKCU\...
sudoer's user avatar
  • 41
0 votes
1 answer
274 views

Is there a way of permanently disabling a device without using a GPO / Device Manager?

So I have an issue with the Intel Smart Sound for USB Audio device keeps getting re-enabled and is causing all kinds of USB issues. We can solve it by manually disabling the device; however this doesn'...
Tomsta's user avatar
  • 3
0 votes
1 answer
135 views

can't set properly a registry key to modify the Explorer left side

I've got this registry key and it actually creates an entry that redirects you to a folder, but I want to open a shortcut instead (.lnk file) and I can't figure it out how to make it working, since ...
martinotecco's user avatar
0 votes
1 answer
544 views

Missing "HKEY_CURRENT_USER\Software\Classes\*" in registry [closed]

The specific subfolder "*" is missing under "HKEY_CURRENT_USER\Software\Classes" If anyone has enountered this, how can this be fixed, if it can be fixed? I needed this when trying ...
Victor's user avatar
  • 44
0 votes
0 answers
456 views

cannot connect through game bar to sea of thieves via windows 11

I have Steam Sea of Thieves. I have always connected to friends through game bar, right-click the friend, join game. I want this to work, not a workaround. It worked up until a new PC I just swapped ...
Jeff O'Rear's user avatar
-6 votes
1 answer
2k views

How do I remove Windows user shell folders in Windows 11? [closed]

OneDrive is a cancer on my computer that I just can't get rid of. I uninstalled OneDrive, but Windows still insists on automatically creating these folders after I delete them. After some Googling I ...
griffin175's user avatar
0 votes
0 answers
148 views

Confusion using pipe and reg add for modifying registry value

I am trying to create a command line command that will edit a registry value. However, the value I need to insert is very long, and comes from a file rather than a single number. I tried using the ...
Nathan Goedeke's user avatar
0 votes
1 answer
408 views

How to replace default context menu items to user modified items When a specific folder is right clicked in win10

I am going to replace win10 default context menu items to user modified items, I mean remove all the items already existing and add my own items when a specific folder is right clicked. I have added ...
Ninja's user avatar
  • 1
4 votes
1 answer
450 views

Batch FOR LOOP with REG QUERY, REG EXPORT, list matching, REG DELETE if it matches, and ECHO any output to CMD and output.log

I have a list of registry keys/values/entries that I would like to delete (basically the list in #3 below without the REG DELETE stuff). It works as is but I'd like to have the batch... I. Write the ...
vav's user avatar
  • 45

1
2
3 4 5
54