Connect to a Remote Registry Using Regedit
Connecting to a remote registry allows system administrators to view,
edit, and troubleshoot registry settings on another network computer
without initiating a full Remote Desktop session. This guide outlines
the prerequisites and step-by-step process required to access a target
computer’s registry using the built-in Windows Registry Editor
(regedit.exe).
Prerequisites
Before attempting to connect, ensure the following requirements are met: * Administrative Privileges: You must have administrative credentials on both the local and the target remote machine. * Network Connectivity: Both computers must be connected to the same local network, domain, or accessible via a VPN. * Remote Registry Service: The “Remote Registry” service must be enabled and running on the target computer. * Firewall Rules: The target computer’s firewall must allow incoming connections for Remote Administration and File and Printer Sharing.
Step 1: Enable the Remote Registry Service on the Target PC
By default, modern Windows versions disable the Remote Registry service. To enable it on the target machine:
- Press
Win + R, typeservices.msc, and press Enter. - Scroll down and locate Remote Registry.
- Right-click the service and select Properties.
- Change the Startup type to Automatic or Manual.
- Click the Start button to run the service immediately.
- Click Apply and then OK.
Step 2: Connect via Regedit on the Local PC
Once the target service is running, initiate the connection from your local computer:
- Press
Win + R, typeregedit, and press Enter to launch the Registry Editor. - In the top menu, click File and select Connect Network Registry….
- In the dialog box that appears, enter the computer name or IP address of the target system in the “Enter the object name to select” field.
- Click Check Names to verify the path and connection.
- Click OK.
- If prompted, enter the username and password of an administrator account on the target machine.
Once connected, the target computer will appear as a separate node in
the left-hand navigation pane of Registry Editor. Note that only the
HKEY_LOCAL_MACHINE and HKEY_USERS hives are
accessible over a remote connection.
How to Disconnect
When you have finished modifying the remote registry:
- Click File in the Registry Editor menu.
- Select Disconnect Network Registry….
- Select the name of the remote computer from the list and click OK.