Windows Registry

From Max's Wiki
Jump to navigation Jump to search

Enable Remote Registry

Manually

  1. Click Start and type services.msc to access the Services Console
  2. Locate and double-click Remote Registry
  3. Change Startup type to Automatic
  4. Click Start if you want to start the service now

Services Console

  1. Click Start and type services.msc to access the Services Console
  2. Right-click Services (Local) and click Connect to another computer…
  3. Enter the name or IP of the computer you are trying to enable and click OK
  4. Click Start to get the service going
  5. 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