Information
Enables remote users to view and modify registry settings on this computer.
The recommended state for this setting is: Disabled
In a high security environment, exposing the registry to remote access is an increased security risk.
Solution
To establish the recommended configuration, run the following PowerShell command:
Set-Service -Name RemoteRegistry -StartupType Disabled
Impact:
The registry can be viewed and modified only by users on the computer.
Note: Many remote administration tools, such as System Center Configuration Manager (SCCM), require the Remote Registry service to be operational for remote management. In addition, many vulnerability scanners use this service to access the registry remotely.