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:

  1. Press Win + R, type services.msc, and press Enter.
  2. Scroll down and locate Remote Registry.
  3. Right-click the service and select Properties.
  4. Change the Startup type to Automatic or Manual.
  5. Click the Start button to run the service immediately.
  6. 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:

  1. Press Win + R, type regedit, and press Enter to launch the Registry Editor.
  2. In the top menu, click File and select Connect Network Registry….
  3. 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.
  4. Click Check Names to verify the path and connection.
  5. Click OK.
  6. 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:

  1. Click File in the Registry Editor menu.
  2. Select Disconnect Network Registry….
  3. Select the name of the remote computer from the list and click OK.