windows 8 - How to run WinRT app at start up via task scheduler? -
i want open personal winrt app open automatically when start win 8. checked task scheduler. has option "start program". in should pass in field "program/script" ?
a winrt app can register file associations or protocol associations. can register 1 , schedule command line this
cmd /c start autoexec.myext or
cmd /c start myprotocol://autoexec
Comments
Post a Comment