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..
 
Create shutdown shortcut with
"%windir%\system32\shutdown.exe /s /t 0"
 
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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top