Information
Allows users to connect interactively to a remote computer. Remote Desktop and Remote Desktop Session Host Server depend on this service.
The recommended state for this setting is: Disabled
In a high security environment, Remote Desktop access is an increased security risk. For these environments, only local console access should be permitted.
Solution
To establish the recommended configuration, run the following PowerShell command:
Set-Service -Name TermService -StartupType Disabled
Impact:
Remote Desktop Services will not be available on the computer.