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.
permissionproblems
About this tag
The permissionproblems tag covers issues where Windows tasks or scripts fail due to permission or user context settings, even when the account appears to have sufficient rights. A common example is a Task Scheduler batch job that runs correctly when the user is logged on but fails when set to run whether the user is logged on or not, often hanging or not completing. These problems typically involve Windows 11 Pro and may require adjusting task settings, verifying stored credentials, or ensuring the task has the correct privileges to interact with system resources like printers. Troubleshooting focuses on user account control, task scheduler permissions, and execution context.
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...