July 2009
M T W T F S S
« May   Dec »
 12345
6789101112
13141516171819
20212223242526
2728293031  

08
Jul
09

Remove hiberfil.sys on Server 2008

For what ever reason server 2008 creates a file on the OS drive for hybrinating the same size as the RAM that is in the server. Not sure how many servers hybrinate, but not mine.

To turn it off just run this from command line

powercfg -h off

Enjoy.