Desktop shortcut for Standby

  • Thread starter Thread starter Walter R.
  • Start date Start date
W

Walter R.

I have made a desktop shortcut for "Hibernate" by making a shortcut to
%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState

What would be the corresponding string for "Standby"

Thank you
 
Replied to [Walter R.]s message :
-----------------------------------------------------------
I have made a desktop shortcut for "Hibernate" by making a shortcut to
%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState
What would be the corresponding string for "Standby"

rundll32.exe powrprof.dll,SetSuspendState 0,1,0
 
Back
Top