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.
batchautomation
About this tag
The batchautomation tag on WindowsForum.com covers discussions about automating tasks using batch scripts and Windows Task Scheduler. Topics include troubleshooting batch jobs that fail to run when the user is logged off, particularly after upgrading from Windows 10 to Windows 11. Users share experiences with settings like 'Run whether user is logged on or not' and password storage for scheduled tasks. The tag also touches on portable open-source tools like PhotoDemon, which can be deployed via batch scripts for automated photo editing workflows. Common themes include permissions, script execution behavior, and differences between Windows versions.
PhotoDemon’s December 2025 update continues the project’s steady evolution as a compact, portable, and surprisingly powerful photo editor for Windows, reinforcing its position as a viable Photoshop alternative for users who prefer a local-first, subscription-free workflow.
Background / Overview...
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...