You are on page 1of 1

shutdown -s -t 3600 this will create a countdown timer which will go off in 3600 seconds (1 Hour).

y ou can replace the 3600 to any time limit you want the comp to shutdown ,but rem ember the time should always be expressed in seconds i.e if u want the comp to s hutdown in Half an hour you have to write 1800 and so on... If you are as lazy as me and don't want to input the command each time, then cre ate a batch file or shortcut Batch: open a notepad and type shutdown -s -t 3600 now in the files menu select "save as" and save this file as Activate.bat Just double clicking this file will activate your timer Shortcut: On the desktop right click and create a new shortcut. in the location type shutdown -s -t 3600

You might also like