Max

5 responses to “The Risks of Windows Hibernation – The hiberfil.sys and Web Browsing”

  1. I am waiting for the true crypt/hibernation article! I have disabled hibernation since reading this even though I don’t use it, at least I don’t think I do. Maybe when I just close the lid on my laptop it was doing this.

  2. Hey ST, it is very possible that your laptop was set to hibernate when the lid was closed. Does a hiberfil.sys file exist on the root of your system partition? Usually “C:”

  3. maybe a batch on desktop can resolve this problem:
    ###############################################################
    taskkill /IM iexplore.exe /F
    taskkill /IM firefox.exe /F
    “C:\Program Files\TrueCrypt\TrueCrypt.exe” /dismount /quit
    rundll32.exe PowrProf.dll, SetSuspendState Hibernate
    ###############################################################

  4. and you can add ccleaner utility:
    “C:\Program Files\CCleaner\CCleaner.exe” /AUTO
    ofcourse before set, at least, DOD 5220-22-M in configuration.

  5. at last this is my best secure final batch keeping almost the same speed as the original hibernation.
    powercfg at start create file hiberfil.sys and at end delete from disk when powerup from hibernation. =)
    ————————————————————————————–
    @echo off
    powercfg.exe /hibernate on
    taskkill /IM iexplore.exe /F
    taskkill /IM firefox.exe /F
    “C:\Program Files\CCleaner\CCleaner.exe” /AUTO
    “C:\Program Files\you_truecrypt_directory\TrueCrypt.exe” /dismount /quit
    rundll32.exe PowrProf.dll, SetSuspendState Hibernate
    powercfg.exe /hibernate off

Leave a Reply

Archives