UWP app start automatically at startup

前端 未结 6 949
北恋
北恋 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:17

    You can create a .bat script that execute "start AppID!App" "AppID!App" string is available in shell:AppsFolder view, you have to add the given column.

    Then place the .bat file in the startup folder:

    • "shell:startup" for the given user,
    • "c:\windows\system32\GroupPolicy\User\Scripts\Logon" for all the users of the given computer

提交回复
热议问题