Run a script on Windows startup without a user logged on

后端 未结 5 1034
半阙折子戏
半阙折子戏 2021-02-01 23:40

This is a Windows 2003 (or later) machine that gets switched on every morning, but no one logs on until some hours later.

I want to use the time in between to run a back

5条回答
  •  误落风尘
    2021-02-02 00:10

    You have already outlined a good solution:

    Setup a scheduled task to run at Start Up and allow the job to run when the user isn't logged on.

提交回复
热议问题