Monday 9 April 2012

MAKE FILE TO RESTART THE SYSTEM


You can make the file for restarting the computer on your desktop.
Firstly open the notepad and write the following code on it.
shutdown -r -f -t 10
And after this save it in the .bat extension. In the above code we gave the time 10 seconds for restarting the computer. It is your choise to gave the time according to your choise.
And if you accedently click on this file then for stopping this process you write the following code on the notepad.
shutdown -a
And save it also in the .bat extension on the desktop and double click on it. This can stop the process of restart.

No comments:

Post a Comment