up vote 4 down vote favorite
share [g+] share [fb]

I have a PC where I have installed both Windows 7 32-bit and 64-bit. As I don't want to have both system partitions overloaded I've moved the pagination file to the "Data" partition so that both share that file and would like to do that too for the hibernation file.

Is it possible to select the partition you want for the hibernation file? If so, how?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

No, the respective hiberfil.sys has to be on the same partition where the operating system is installed.

However, if you don't need hibernation you can disable it from an elevated command prompt:

powercfg -h off

This will turn off hibernation and delete hiberfil.sys

link|improve this answer
3  
And this is why: technet.microsoft.com/en-us/magazine/… – grawity Feb 13 '10 at 21:07
feedback

Your Answer

 
or
required, but never shown