Advertisement
adamchilcott

sendToSleep.cmd

Oct 3rd, 2018
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.26 KB | None | 0 0
  1. @echo off
  2.  
  3. cls
  4.  
  5. REM ###############
  6. REM # Send-to-Sleep
  7. REM ###############
  8.  
  9. echo "Time to Sleep"
  10.  
  11. Rundll32.exe Powrprof.dll,SetSuspendState Sleep
  12.  
  13. REM #############
  14. REM # START NOTES
  15. REM #############
  16.  
  17. REM ###########
  18. REM # END NOTES
  19. REM ###########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement