I really like the new "boot-time defrag of system files" option in Defragler 2.00.221 beta, but it does not attempt to defrag the hiberfil.sys file (which, on my Win 7 64-bit system, is 3 GB in 2 fragments). It would be great if Defragler could defrag this file. Perhaps there could be an option where one could explicitly specify which files to defrag at boot time.
In the meantime, open a command prompt (Start >> cmd) and type:
powercfg -h off
Defrag the drive, then open a command prompt and type:
powercfg -h on
It should work
In the meantime, open a command prompt (Start >> cmd) and type:
powercfg -h offDefrag the drive, then open a command prompt and type:
powercfg -h onIt should work
That works (except that I had to run the command prompt as administrator in order to be able to run those commands). Thanks!