Friday 2 October 2015

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 surprise you and your friends with this simple tip used.

Follow the Simple Steps:
  • 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.
Thats it! Hope will you enjoy with this small tip, if you have any other way to shutdown, let me know by commenting below.

0 comments:

Post a Comment