How do I open and edit the Windows Registry
Caution: Before editing or changing
anything in the Microsoft Windows Registry, it's recommended that you backup the Registry.
We also highly recommend that anyone new to the Registry become familiar with
all the Windows Registry basics.
To open the Windows Registry, follow
the steps below.
- Click Start
- In the Start Menu, either in the Run Box or Search box, type regedit and press Enter.
- If prompted by User Account Control, click Yes to open the Registry Editor.
- Once opened successfully, you should be in the Windows Registry Editor Window, similar to the example shown below.
Tip: If you have restricted access
to the Windows computer you're logged into, you may not be able to access the
Windows Registry.
How
to browse the Windows Registry
When most users need to edit their
Registry, they're given the location or path of where the Registry value is
located and what to change. Below is an example path for a commonly accessed
Registry subkey. To browse to this location, you first start by opening the HKEY_LOCAL_MACHINE
key (folder). Once in this key, you should see the SOFTWARE folder, then
the Microsoft folder, Windows folder, CurrentVersion
folder, and lastly the Run folder.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Tip: Each backslash ("\")
in a Registry path represents another folder in the Registry, with the name of
that folder following the backslash.
After navigating to the above
Registry path, you'll see a window similar to the example below. In this
example, you can see four different string value keys, which in this case are
pointing to each of the programs Windows runs each time the computer is turned
on or restarted.
How
to edit a Windows Registry value
To edit a Registry value,
double-click the name of the value you want to edit. For example, if we were to
double-click the 'IntelliPoint' value in the example above, a new window would
appear that would allow us to change the value of the Data. In this case, we
could change the file path of where the "ipoint.exe" file is located
for the IntelliPoint driver.
How
do I delete a Windows Registry value
To delete a Registry value,
highlight any Registry Name and then press the delete key on the keyboard. For
example, if we did not want the IntelliPoint program to load each time Windows
starts, we could highlight IntelliPoint and then press the delete key.
No comments:
Post a Comment