Back to Forums








View Full Version : One Button Shut Down????


cmputrskillme
December 29th, 2006, 01:07 AM
Hey y'all! Merry Merry to you!

They told me in school, however, I forget now. What is the way to shut windows/computer down without all the mouse clicking and questions?

Thanks,
Sharon

petard
December 29th, 2006, 01:34 AM
Yank the plug? :D

Actually, most PCs these days will power down cleanly by pushing the power button. Really.

rik
December 29th, 2006, 03:29 AM
:whs:

PIPER
December 29th, 2006, 09:31 AM
Hold that button in until it shuts down.....some puters respond differently...some do it right away, others take a moment.....just a little extra info....:D

Big Booger
December 30th, 2006, 03:41 AM
Right click on the Desktop.
Left click on New > Shortcut.

http://www.tacktech.com


In the Type the location of the item: textbox enter
%windir%\System32\shutdown.exe -s

The -s parameter is used to shut down the computer.

The following two parameters can be used with -s:
-f Forces running applications to close without warning.
-t xx Set timeout for shutdown to xx seconds.

The following command would shut down instantly.
%windir%\System32\shutdown.exe -s -f -t 00

Click the Next > button.

http://www.tacktech.com


In the Type a name for this shortcut: textbox enter
Shutdown My Computer (or some other name of your choice)

Click the Finish button.


More Info:
http://www.webtechgeek.com/How-to-one-click-shutdown-button.htm

This creates a shutdown shortcut on your desktop that requires one click. :D

cmputrskillme
December 31st, 2006, 22:46 PM
Thanks very much all! While I am ok with hitting the button, DH is happier with the shortcut! Thanks BB!!!!!

Sharon