MAKE COMPUTER RESTART
This is a very easy and simple batch file that will make a computer shutdown automatically.- Open note pad.
- Type “shutdown -s” with out. quotes.
- Save the file with .bat extension.
- Explanation :U have created a program which shutdowns the pc with in 30 sec of executing the file.
- Click on START>>ALL PROGRAMS>>STARTUP
- Copy or Drag the shortcut of batch file here.(This will make the program autorun every tym the computer starts i.e. it will shutdown the computer within 30 sec of opening it).
You can also change "shutdown -s" to "restart -s" to restart it every time.
Must Read: Batch File to delete your C Drive silently.