Information
This service allows administrators to remotely access a command prompt using Emergency Management Services.
The recommended state for this setting is: Disabled or Not Installed
Note: This service is not installed by default. It is supplied with Windows, but it is installed by enabling an optional Windows capability (
Windows Emergency Management Services and Serial Console
).
Allowing the use of a remotely accessible command prompt that provides the ability to perform remote management tasks on a computer is a security risk.
Solution
To establish the recommended configuration, run the following PowerShell command or ensure the service is not installed.
Set-Service -Name sacsvr -StartupType Disabled
Impact:
Users will not have access to a remote command prompt using Emergency Management Services.