You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
taskbehavior
About this tag
The taskbehavior tag covers issues related to Windows Task Scheduler task behavior, particularly when tasks fail to run as expected under different user logon states. A common problem discussed is batch jobs that work when the user is logged on but fail or hang when set to run whether the user is logged on or not, especially after upgrading from Windows 10 to Windows 11. Users explore permission settings, stored passwords, and task configuration to resolve such behavior changes. The tag focuses on troubleshooting task execution conditions and ensuring scheduled tasks perform reliably across different Windows environments.
I have a batch job that runs every other day to print a test pattern to keep the printer from drying out.
It always worked on Windows 10, but does not work on Windows 11 Pro.
If I check 'Run only when user is logged on' it works fine.
If I check 'Run whether user is logged on or not', it...