Hibernate shortcut on desktop, possible?

  • Thread starter Thread starter Mike Scirocco
  • Start date Start date
M

Mike Scirocco

Hi,

I've got a shortcut on my XP Pro laptop to shut down the computer, it
works great, the shortcut Target reads like this:

c:\windows\system32\shutdown.exe -f -s -c "goodbye" -t 01

I'd like to have a shortcut to Hibernate, is this possible? I know I can
do it from the start menu like this:

Start > Turn Off Computer > Shift click Hibernate

But I'm wondering if anyone has figured out a desktop shortcut yet.

TIA,
Mike
 
I'd like to have a shortcut to Hibernate, is this possible? I know I can
do it from the start menu like this:

Create a desktop shortcut with this in the target field:
%windir%\system32\rundll32.exe powrprof.dll,SetSuspendState
 
Back
Top