Task scheduler and vbs using a user account
问题 I am trying to schedule a vbs script to run with regular user rights. The script runs fine when logged in as the user, but when I try to run the script from the task scheduler as "Run whether user is logged on or not", it gets stuck on the following line: Set IE = CreateObject("InternetExplorer.Application") I have tried running it with "Run with highest privileges" checked and unchecked. I am running the program from task scheduler as: program/script: "c:\windows\system32\cscript.exe"