ANKUSH
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===========================
Labels: | edit post
1 Response
  1. to set shutdown at specific time use at command:

    >at time shutdown -s -t 0
    or use now instead of 0


Post a Comment