Notepad Tricks - How to Shutdown ,Restart, Logoff Your Computer On Notepad

Shutdown,Restart,Logoff Your Computer On Notepad


Today we share a new articles about notepad tricks; we also known notepad is the best text editor for text editing.also many of js,css code create on notepad & modified.Notepad files are normally saved with .txt extension but we can changed extension for many works.
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 :??  ??


HOW TO SHUT DOWN OUR PC USING NOTEPAD
NOTEPAD TRICKS



1. Click the Start button, type Notepad in the Search box of the Start menu, and choose Notepad from the menu to open the Notepad.

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.


Finally ! Double click on that .bat file when you want to Shutdown, Restart or Logoff your computer.

That's It; Hope You Are Like This Tricks Also May Be Helpful For You.Have a Blessing Day????

Post a Comment

0 Comments