To remove the hybernation from you PC and save a good chunk of 8GB on your main disk, especially usefull for people running SSDs use the following command: powercfg -h off Note; You need to run this in an elevated CMD prompt.
Posts with the CMD tag
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 […]