portmaster icon indicating copy to clipboard operation
portmaster copied to clipboard

Confusing UI/UX for blocked Windows Services

Open eabase opened this issue 2 weeks ago • 1 comments

The following windows service looks very strange.

In the Apps interface, it say that blocked connections are not enabled, while the status box say it's 100% blocked. WTF does that mean?

I'm sure there must be a way to make this more clear.

In addition-1, I cannot find any simply way to unblock, or block a windows service. What did I miss?

In addition-2, why is the service Description left out from the interface?

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. If this service is stopped, SSDP-based devices will not be discovered. If this service is disabled, any services that explicitly depend on it will fail to start.


Image
# Get-Service SSDPSRV | select ServiceName, DisplayName, BinaryPathName, Description | fl

ServiceName    : SSDPSRV
DisplayName    : SSDP Discovery
BinaryPathName : C:\WINDOWS\system32\svchost.exe -k LocalServiceAndNoImpersonation -p
Description    : 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. If this service is stopped, SSDP-based devices will not be discovered. If this service is disabled, any services that
                 explicitly depend on it will fail to start.

eabase avatar Dec 12 '25 13:12 eabase

Greetings and welcome to our community! As this is the first issue you opened here, we wanted to share some useful infos with you:

  • 🗣️ Our community on Discord is super helpful and active. We also have an AI-enabled support bot that knows Portmaster well and can give you immediate help.
  • 📖 The Wiki answers all common questions and has many important details. If you can't find an answer there, let us know, so we can add anything that's missing.

github-actions[bot] avatar Dec 12 '25 13:12 github-actions[bot]