- 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 !
QuickPractice isn’t the thing you do once you’re good. It’s the thing you do that makes you good.