making shut-down button on desktop...

  • Thread starter Thread starter badstyle
  • Start date Start date
B

badstyle

i was just wandering what command line i would include to a custom shortcut
on my desktop in order for it to shut down my computer?


if you can help, thank you!


...b..
 
Reboot
%windir%\System32\shutdown.exe -r -t 00

Shutdown
%windir%\System32\shutdown.exe -s -t 00
 
badstyle said:
i was just wandering what command line i would include to a custom shortcut
on my desktop in order for it to shut down my computer?


if you can help, thank you!


..b..

thanks guys this is most helpfull! :)

Shutdown
%windir%\System32\shutdown.exe -s -t 00

...b..
 
Back
Top