B
BobDuncan94
I'm working on an application that installs an Windows service through an msi. The service uses Apache Procrun to install and run the service. After installing the service, I don't see it listed under the output of the Get-AppxPackage powershell command. After not using the service for awhile, I noticed the message "This UWP process group is suspending processes to improve system performance". I'm pretty sure my application is not a UWP app, but a Win32 app. Is there any way that all processes an be suspended, not just UWP apps? How do I prevent my service from ever being suspended?
Continue reading...
Continue reading...