I have finished a .NET 6 sideloaded, fully trusted app to be deployed on a IoT environment. I want it to autostart when Windows starts, but the method of adding a shortcut to the Startup folder doesn't work. "Windows Start -> App Icon -> More >" doesn't show the option to "Open File Location", you can still find it with Task Manager while the app is running, and copy the shortcut to Startup folder, but that brute force approach doesn't work due to lack of permisions I suspect. Cortana for example can autostart, so, it should be possible, is the correct procedure documented somewhere?, should it be an entry or a flag in the app manifest?
Asked
Active
Viewed 19 times