My script won't run under the task scheduler. Why?

后端 未结 13 2362
忘掉有多难
忘掉有多难 2021-02-04 08:53

I have a vbscript script that I runs fine when I am running it myself.

For some reason, when I run it under the task scheduler as an administration user, it runs, but do

13条回答
  •  迷失自我
    2021-02-04 09:20

    Alternative Solution:

    Run only when user is logged in

    Make that selection inside of the task manager.


    This is what fixed did it for me (on 3 Separate Computers - Win7 Pro, Win12 Server)

    I hope it can help someone else.

提交回复
热议问题