I just opened my wheelie bin and a wasp flew out. What kind of sick person would throw a wasp in a bin? 1 day ago


Jun 09
25th

Windows Hibernate Button


If you’re using the Hibernate function (and I’m talking XP here, not sure if this applies to Vista as well) one of the things desperately missing is a matching button in the “Turn Off Computer” menu. You click on it and get options for everything else, but not to hibernate.

Well, not very well known, is that if you press the Shift key whilst on this menu the Standby option will magically change to Hibernate (this is assuming you have the hibernate option activated!).

OR you can add the missing button to the menu. Here’s the code to do this…

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System\Shutdown]
"ShowHibernateButton"=dword:00000001

And to turn it off again…

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

Both should be saved as .reg extensions and executed – they need to be run only once. The first script adds a new entry into the registry and the second script removes it again.

Alternatively, download the scripts here from.


Share this on del.icio.us Digg this! Email this Share this on Facebook Share this on LinkedIn Send this page to Print Friendly Share this on Reddit Share it on StumbleUpon Tweet This!

No Comments

There are no comments at present.

No Pingbacks/Trackbacks

There are no pingbacks/trackbacks at present.

No Tweetbacks

There are no tweetbacks at present.

Leave a Comment

All comments are authorised before appearing - you should receive an email once this has been done.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

55 queries in 0.917 seconds.