Shutdown,Restart,Logoff Your Computer On Notepad
But Here We Discuss " how to our pc getting shut down,restart,logoff using this notepad"
So Friends Lets Learn How To Do This Job :?? ??
NOTEPAD TRICKS |
Keep in Mind ?? when you shut down then must be closed all open program or any LAN ,internet connection for proper results
2. Copy the following code to the Notepad:
Copy the following code for Shutdown your computer:
@echo off
shutdown -s -t 30 -c "shutting down within 30 sec"
Copy the following code for Restart your computer:
@echo off
shutdown -r -t 30 -c "Restart within 30 sec"
Copy the following code for Logoff your computer:
@echo off
shutdown -l -t 30 -c "Logoff within 30 sec"
3. Go to file and save as file with .bat extension and Save as type box to All Files and then click save.
That's It; Hope You Are Like This Tricks Also May Be Helpful For You.Have a Blessing Day????
0 Comments