Microsoft Task Schedule does not work propertly when configured to "run whether user is logged on or not". How do I properly configure a scheduled task to run when not logged in?
The problem happens even if I am logged in. Therefore, it seems like a flaw in the Task Scheduler that just checking the "run whether user is logged on or not" causes the problem no matter whether I am logged in or not.
The Task runs a bat file that calls a vbs file on a network drive which in turn automates populating a Word document.
START CMD /C "ECHO My Popup Message && PAUSE"
wscript \\EG2W12VFILE01\BUDGETAUTOMATION\FY2022-23\run_automation.vbs
Other Settings