Windows Registry
Jump to navigation
Jump to search
Enable Remote Registry
Manually
- Click Start and type services.msc to access the Services Console
- Locate and double-click Remote Registry
- Change Startup type to Automatic
- Click Start if you want to start the service now
Services Console
- Click Start and type services.msc to access the Services Console
- Right-click Services (Local) and click Connect to another computer…
- Enter the name or IP of the computer you are trying to enable and click OK
- Click Start to get the service going
- Optionally: Change the Startup type to Automatic to avoid having to do this in the future
CLI
sc \\COMPUTERNAME start remoteregistry
or set to Automatic:
sc \\COMPUTERNAME config remoteregistry start= auto