-
Notifications
You must be signed in to change notification settings - Fork 0
Windows SmartScreen
The Queue Pop Notifier Windows companion client is currently not digitally signed.
Because of this, Microsoft Defender SmartScreen may display a warning when you start QueuePopNotifier.exe, especially after downloading a new version.
Windows uses SmartScreen to help protect users from unknown or potentially unsafe applications.
Queue Pop Notifier is a small, free and open-source project and currently does not use a commercial code-signing certificate. Without such a certificate, Windows cannot verify a trusted software publisher and may therefore show the application as coming from an Unknown publisher.
This warning does not automatically mean that the application is malicious. It means that Windows does not have a trusted digital signature or sufficient reputation information for the executable.
You may see a message similar to:
Windows protected your PC
Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
The application may be listed as:
App:
QueuePopNotifier.exe
Publisher:
Unknown publisher
If you downloaded the client from the official Queue Pop Notifier GitHub repository:
- Open the SmartScreen warning.
- Select More info if Windows only shows the initial warning.
- Check that the application name is
QueuePopNotifier.exe. - Select Run anyway to start the client.
Always download Queue Pop Notifier from the official release page:
Latest Queue Pop Notifier Release
Each Windows release includes a SHA-256 checksum file:
QueuePopNotifier.exe.sha256
A checksum is a unique fingerprint of a file. You can use it to verify that the downloaded executable matches the file published with the release.
Open PowerShell in the folder containing QueuePopNotifier.exe and run:
Get-FileHash .\QueuePopNotifier.exe -Algorithm SHA256Compare the displayed hash with the value in:
QueuePopNotifier.exe.sha256
The two values should be identical.
Digitally signing a Windows application requires a trusted code-signing certificate.
These certificates involve additional cost and administrative requirements. For a small free open-source project, this is currently difficult to justify.
The source code is publicly available on GitHub, and release builds include SHA-256 checksums so users can verify downloaded files.
Only download Queue Pop Notifier from:
- the official GitHub repository
- the official GitHub Releases page
Do not run copies of QueuePopNotifier.exe downloaded from unknown third-party websites.