regedit.exe is the inbuilt tool which provides direct access to the Windows Registry. Only tag if your question specifically involves using regedit.exe, otherwise use [windows-registry].
Questions tagged [regedit]
343 questions
79
votes
15 answers
Open registry directly to a given key?
I need to open a registry key such as the following in regedit.
HKLM\Software\Microsoft\Foo\Bar
Is there a tool which will navigate to the key for me, without my having to navigate the folders myself one by one?
lance
- 1,837
- 3
- 23
- 36
42
votes
4 answers
Where are Registry Files stored in Windows?
Where is the Registry stored in Windows? I want to find the files shown when running regedit.exe (Windows Registry Editor).
oneat
- 3,271
- 10
- 51
- 72
27
votes
4 answers
What does the path '\REGISTRY\A\...' in Sysinternals Procmon log mean?
I use Sysinternals Procmon utility to monitor the registry access by some programs. Most log entries have the Path property starting from HKCU\… or HKLM\…, that corresponds to the registry hives HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE that can be…
Vladimir Reshetnikov
- 777
- 1
- 8
- 20
26
votes
5 answers
What is a faster way to search the Windows registry?
Because the Windows registry is a hierarchy, the way regedit is laid out makes typical searches inefficient and slow.
Typically, when performing a search in regedit, you highlight the first line ('Computer') and then perform the search. But since…
RockPaperLz- Mask it or Casket
- 7,741
- 30
- 73
- 122
24
votes
6 answers
Regedit "Cannot Delete (keyname): Error while deleting key"
I am trying to delete a registry key in regedit and keep getting this error:
Cannot delete (keyname): Error while deleting key.
I am an admin and have checked the permissions for the key and all parent and child keys. I have full control but the…
Krii
- 663
- 2
- 7
- 11
23
votes
7 answers
How to increase mouse sensitivity beyond limits in Windows Regedit?
I want to increase mouse sensitivity beyond the limits set in Windows 7 Control Panel. I found various mouse sensitivity settings in regedit under HKEY_CURRENT_USER\Control Panel\Mouse.
Can I increase mouse speed and senstivity there (which is…
Alfred James
- 459
- 2
- 6
- 9
22
votes
2 answers
"Load Hive" option grayed out
I want to load the HKEY_LOCAL_MACHINE hive from another installation of Windows (e.g. X:\Windows\System32\config\SYSTEM), but apparently I can't load the hive because the "File -> Load Hive" menu item is disabled:
mwfearnley
- 7,172
- 5
- 26
- 38
21
votes
1 answer
Autorun for PowerShell
I have created some aliases (doskey), saved them to a file and added AutoRun value (pointing that file) for cmd.exe at:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
I would like to do the same with PowerShell. Is there any registry value…
mkas
- 313
- 1
- 2
- 5
16
votes
2 answers
What's the largest REG_SZ value that Regedit can edit?
I came across a large string value (REG_SZ) in the Registry and I want to copy it. As I double clicked the value, the textbox was empty.
What is the largest REG_SZ value that Regedit can edit in its textbox?
Thomas Weller
- 5,704
- 11
- 55
- 100
16
votes
2 answers
ngen.exe high cpu windows 10 - Assemblies Uninstall Endless Loop
Whenever I leave my computer idle for a few minutes I come back and my Process Explorer shows that 'ngen.exe' is running and occupying 2 of my 4 cpus.
Question: Is there a way to turn NGEN.exe off as a background task?
I'd like to (as do many…
Viktor
- 265
- 1
- 2
- 6
14
votes
2 answers
How to prevent black boxes on desktop icons in Windows after removing shortcut arrows?
When removing shortcut arrows using the regedit value
%windir%\System32\shell32.dll,-50
in Shell Icons 29, black boxes cover up my desktop icons where the shortcut arrows used to be.
How do I fix it?
Wandering Fool
- 439
- 1
- 3
- 9
11
votes
3 answers
How to force a file association in Windows 7? (Regedit?)
I recently upgraded my Adobe CS4 Des. Standard to CS5. For some reason Adobe didn't overwrite CS4 but instead installed CS5 as a whole new series of programs. Seeing as I didn't want both CS4 & CS5 I un-installed CS4.
Problem was, it also destroyed…
Emmanuel
- 225
- 1
- 2
- 8
11
votes
1 answer
In the Windows Registry, what is the "LegacyDisable" string value and what exactly does it do?
In the Windows registry, adding the LegacyDisable string value to a key serves the purpose of instructing Windows to disregard the key, its values and any of its subkeys and subvalues, effectively disabling it.
For example, adding the LegacyDisable…
Hashim Aziz
- 11,898
- 35
- 98
- 166
11
votes
1 answer
regedit - how to reset to (value not set)
Let's say the key is HKEY_CLASSES_ROOT\Folder\shell,
and i edit the value to empty
Then how can this registry key reset back to (value not set) state ? I tried reg add HKCR\Folder\Shell /t REG_SZ /f(without /d) but no luck.
林果皞
- 435
- 1
- 6
- 17
10
votes
1 answer
How to modify a computer's offline registry from WINPE?
I need to make changes on my registry without using the OS software, and need to do it with WINPE. However when WINPE is ready to work and I am trying to open regedit.exe it shows me only current OS information, actually the WINPE information.
So…
user169106