February 2008 Entries
Disable hibernate in Vista/2008

If you're running Vista or Server 2008 in a virtual machine, you're unlikely to ever want to hibernate, however more virtual disk space might be useful.

powercfg -h off

Disables hibernation, removes hiberfil.sys, and gives you back a chunk of disk.

Enjoy.

64Bit Windows has a 64Bit Framework

Obvious really, however it just had me foxed for a while doing exactly this:

http://blogs.msdn.com/carloc/archive/2007/11/24/the-error-indicates-that-iis-is-not-installed-on-the-machine-please-install-iis-before-using-this-tool.aspx

When you're on 64bit version of Windows all the goodness is in %windir%\Microsoft.Net\Framework64, Framework contains the 32bit version for apps running in WoW.

Hope it helps, Neil.