Share via


Windows 8/8.1 Batch file to Shutdown

I prefer shutting down my PC everyday. I feel little tired going to places for that work. So what I did it created a batch file at desktop and click.

shutdown.bat

 c:\windows\system32\shutdown -s -f -t 00

Namoskar!!!

Comments

  • Anonymous
    January 24, 2016
    %windir%system32shutdown -s -f -t 00 (with the variable instead of C:Windows for those who not have the system on C:)