UWP app start automatically at startup

前端 未结 6 938
北恋
北恋 2020-12-01 10:09

All is in the title, I currently searching a way to launch my UWP app automatically at Windows startup with the UWP framework only, no file

6条回答
  •  渐次进展
    2020-12-01 10:14

    If it's a desktop application converted to UWP you can declare a startup task in your appmanifest like this:

    
        
    
    

    See Converted desktop app extensions

提交回复
热议问题