- To hibernate the system
It will hibernate the system
@echo off
shutdown /h
Your System will hibernate after running this batch fileProgram
After writing the code, Double-click your batch file, your system will perform as per command provided
:: cmd to hibernate the system
shutdown /h
:: cmd to Log off the system
shutdown /l
:: cmd to shutdown the system
shutdown /s
:: cmd to shutdown & restart the system
shutdown /r
Concept
Coming Soon !
QuickIn order to succeed you must fail, so that you know what not to do the next time.