Disable UPnP Device Host (upnphost) with PowerShell

UPnP Device Host (upnphost) is a service in Windows that enables devices on your network to automatically discover and interact with each other. While this service can be convenient for device connectivity and communication, there may be situations where you want to disable it for security or privacy reasons. You can disable UPnP Device Host using PowerShell with this code:

 

Stop-Service upnphost
Set-Service upnphost -StartupType Disabled

 

Leave a comment

Your email address will not be published. Required fields are marked *

16 − eleven =