Advertisement
Tcip

Powercfg.exe -h off

Mar 23rd, 2015
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. @echo off
  2. Title Disable Hibernate
  3. color 0C
  4. cls
  5. echo.
  6. echo. [ DISABLE HIBERNATE ]
  7. echo. _____________________
  8. echo.
  9. echo. Hi %username%!
  10. echo.
  11. echo. In shortly i will disable the Hibernate function on this computer.
  12. echo. I will use the following command: powercfg.exe -h off
  13. echo.
  14. echo. PRESS CTRL + C TO CANCEL THE TIMEOUT
  15. echo.
  16. timeout /T 60
  17. cls
  18. Title powercfg.exe -h off
  19. powercfg.exe -h off
  20. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement