readbud - get paid to read and rate articles

Saturday

Shutdown or Restart Windows in ‘1′ Sec

. Saturday


This is quick tip.  If you are looking for a method to quickly shutdown or restart Windows.   it is actually quite easy to do it.  Create a .bat file on your desktop.  Freshers may or may not know ‘ How to create the .bat file ‘ i will tell you  that first.  Simple open notepad — > save it now give the name as yourfileneme.bat and click on save button that all you created .bat file.  Give it a meaningful name such as shutdown.bat or restart.bat. Now, edit the file with Notepad. Put these commands:
Shutdown:
shutdown -s -f -t 01
str shutdownwin

Restart:
shutdown -r -f -t 01
str restartwin
In the code :
  1. -s will shutdown your system
  2. -f will forces any running applications to close without warning
  3. -t 01 will delay the shutdown process for 1 second
  4. Finally save the file
Now double click on that file….. &  see

 
free counters