How to Disable the Remote Registry Service on Windows
Reduce remote access risk by turning off Remote Registry when you do not need it, and use Kudu to help harden privacy.
By the Kudu Team
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →What Causes This?
The Remote Registry service lets other computers on the network read or change parts of your Windows Registry. On many home PCs, this service is not needed, but it may still be enabled because of older Windows defaults, business IT policies, remote management tools, or third-party software. Leaving it on when you do not use it increases your attack surface and can create an unnecessary privacy and security risk.
Common Symptoms
- The Remote Registry service shows as Running in Services
- Security scans or privacy tools warn that remote administration features are enabled
- You want to reduce remote access risk on a home PC
- Your PC was previously managed by work, school, or remote support software
- You are hardening Windows and checking unnecessary background services
How to Fix It Manually
-
Open the Services app
- Press Windows + R to open Run.
- Type services.msc and press Enter.
-
Find the Remote Registry service
- In the Services window, scroll down to Remote Registry.
- Double-click it to open its properties.
-
Stop the service if it is running
- In the General tab, look at Service status.
- If it says Running, click Stop.
- Wait a few seconds for Windows to stop the service.
-
Disable it from starting again
- In the same window, find the Startup type dropdown.
- Change it to Disabled.
- Click Apply, then click OK.
-
Confirm the change
- Back in the Services list, check that Remote Registry no longer shows as running.
- If you open its properties again, Startup type should now say Disabled.
-
Restart your PC if needed
- In most cases, the change applies immediately.
- If the service restarts due to another management tool or policy, restart the PC and check again.
-
If the setting keeps changing, check for management policies
- On work or school PCs, Group Policy, domain settings, or IT management software may re-enable the service.
- If this is a managed device, contact your IT admin before making permanent changes.
-
Optional: Disable it with Command Prompt
- Right-click Start and choose Terminal (Admin) or Command Prompt (Admin).
- Run these commands one at a time:
sc stop RemoteRegistrysc config RemoteRegistry start= disabled
- You should see a success message after each command.
If you ever need the service again for remote administration, go back to services.msc, open Remote Registry, and change Startup type to Manual or Automatic as required.
Fix It Automatically with Kudu
Kudu can scan your Windows settings for unnecessary services and privacy risks, including features like Remote Registry that may not belong on a typical home PC. Instead of digging through system tools yourself, Kudu helps you spot and apply safer hardening changes quickly.
Fix this automatically with Kudu
Run a free system scan to detect and resolve this issue automatically — no manual steps required.
Download Kudu Free →Related guides
How to Disable Remote Assistance on Windows If You Never Use It
Turn off Remote Assistance to reduce unnecessary remote access features, and use Kudu to help harden Windows safely.
How to Clear Location History and Disable Location Tracking on Windows
Remove stored location history and stop Windows from tracking your device location, with Kudu helping you audit settings.
How to Disable Activity History and Timeline Sync in Windows
Stop Windows from storing and syncing your activity history to Microsoft, and use Kudu to help reduce data sharing.
How to Disable Windows Advertising ID and Personalized Ads
Stop Windows and apps from using your advertising ID for targeted ads, and use Kudu to help tighten privacy settings.