Forum Discussion
Emil71
Apr 20, 2022Copper Contributor
C# Application (MSIX installation): Startup Task before User Login?
Hello, i have a question regarding auto-start an application: I have a C# WPF Application, packaged as an MSIX installation. And i successfully setup a StartUp Task via entry in the Manifest. Tha...
May 03, 2022
MSIX apps require the user to be logged in. However...
MSIX apps may contain windows services. These services are deployed at the system level, and may be set to AutoStart (before the user logs in). So if you can code it as a service, you might get it to work.
But what is it that you really want this startup task to do?
MSIX apps may contain windows services. These services are deployed at the system level, and may be set to AutoStart (before the user logs in). So if you can code it as a service, you might get it to work.
But what is it that you really want this startup task to do?