Set a timer for windows shutdown and restart from command line with out using any software
You can do this without batch file also
1. Go to Start>run>
2. Type cmd
3. Then type shutdown -s -t XXXX (XXXX is time in seconds)
enjoy Hacking(ankush)...
post comment
===================www.ankushgoogle.tk===========================
You can do this without batch file also
1. Go to Start>run>
2. Type cmd
3. Then type shutdown -s -t XXXX (XXXX is time in seconds)
enjoy Hacking(ankush)...
post comment
===================www.ankushgoogle.tk===========================
to set shutdown at specific time use at command:
>at time shutdown -s -t 0
or use now instead of 0