Advertisement
PCFTW

Sleep and Wake Schedule PCFTW

Feb 9th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Sleep Code:
  2. shutdown /h (save as filename.bat)
  3. WakeUp Code:
  4. (WITH RESTART)
  5. shutdown /r /f /t 0 (save as filename.bat)
  6. (WITHOUT RESTART)
  7. @echo (save as filename.bat) This command just opens and closes the command window very fast.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement