Information
Discovers networked devices and services that use the SSDP discovery protocol, such as UPnP devices. Also announces SSDP devices and services running on the local computer.
The recommended state for this setting is: Disabled
Universal Plug n Play (UPnP) is a real security risk - it allows automatic discovery and attachment to network devices. Note that UPnP is different than regular Plug n Play (PnP). Workstations should not be advertising their services (or automatically discovering and connecting to networked services) in a security-conscious enterprise managed environment.
Solution
To establish the recommended configuration, run the following PowerShell command:
Set-Service -Name SSDPSRV -StartupType Disabled
Impact:
SSDP-based devices will not be discovered.