I converted a regular Windows desktop into a small, resilient automation server by wrapping long‑running tools and scripts with the Non‑Sucking Service Manager (NSSM), and the result was a surprisingly robust, low‑effort way to keep background tasks alive, logged, and automatically restarted —...
Hi!
Short version
How to give the local system account access to an app from the MS Store installed by another user ?
Long version
I'm using Python 3.8 from the MS Store and want to execute it as a Windows service running under the local system account (for sake of completeness I developed a...