Friday, January 11, 2013

Shutdown your computer at a specific time automatically

3:57 PM Posted by Unknown No comments

This is a notepad Trick, By which you will be able to Shutdown your computer at a specific time automatically. you have to click on the program and your computer will be Shutdown with in one minute.

so lets see how we can do this.

Shutdown your computer at a specific time automatically


1st step

Open Note Pad by going to Starts–> All programs–>Accessories–>Notepad.


2nd Step

Then Type or Copy The Following Code.
?
1
2
3
4
5
6
@echo off
:W
if %time%==00:00:00.00 goto :X
goto :W
:X
shutdown.exe /s /f /t 60 /c “Go to bed!!!!!!”


3rd Step

Change The  if %time%== give a time of your choice.
It must be in the format of  HH:MM:SS.MS and in 24 hour Format, otherwise it will not work.

4th Step

Now Go to save file as and on the file name box just type “timer.bat”
and change the save as type to “all files”.
and then click save.

5th step

Now double click on the file. and a blank command prompt screen will appear on your screen.
Leave the command prompt window open.
When the time you specified in stape 3 will come around, your computer will show you a message on the screen for on minute.
And after that your computer will shutdown automatically.
Now if you want to abroad the shutdown then press the “windows key + R” and open “run”
then type “shutdown -a” with out quota and press enter.
a command prompt window will appear on the screen and then disappear. and after that a balloon with a notification will appear on the task bar.

Thats All.






0 comments:

Post a Comment