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
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
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.