Feb 25, 2014

How to Add Shutdown / Restart / Sleep to the Windows 8 Metro Start Screen

How to Add Shutdown / Restart / Sleep to the Windows 8 Metro Start Screen: "





  • Restart Computer: shutdown.exe -r -t 00
  • Lock Workstation: rundll32.exe user32.dll,LockWorkStation
  • Hibernate Computer: rundll32.exe powrProf.dll,SetSuspendState
  • Sleep Computer: rundll32.exe powrprof.dll,SetSuspendState 0,1,0

No comments:

Post a Comment