Skip to content
Advertisement

Tag: windows-services

desktop notifications in service

I wrote a python program that get messages from server and invokes windows notification. I turned the program into a one file executable using pyinstaller, the program works perfect when running as an app. when I turned it into a service on windows 10 using nssm.exe, the service still works well(listen & response to the server) but the notifications do

Advertisement