Debugging Scheduled tasks “Last Result 0XE0434F4D”

Ran into a problem today with using a scheduled task which was not executing properly after changes being made to it’s batchjob. Ofcourse the Windows Task Scheduler doesn’t give a very good description on the error message so I found a nice article that uses the following code: @echo off echo %date% %time% Start of […]