![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Shutdown Shortcut hi In windows Vista how can I create a shortcut on my desktop to enable me to shut down? Regards Bradley Thomas. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Shutdown Shortcut "Bradley Thomas" <bradley.a.thomas@xxxxxx> wrote in message news:e801PUxLJHA.1156@xxxxxx Quote: > hi > > In windows Vista how can I create a shortcut on my desktop to enable me to > shut down? > > Regards > Bradley Thomas. Open notepad and enter the following: @echo off Shutdown -s -t 2 -f Save the file in Bat as shutdown.bat. Right click shutdown.bat and send a shortcut to the desktop. Then you can change the icon to one of your choice. Icons are in: windows\ system32\SHELL32.dll. The t 2 means shutdown in 2 seconds, which you can change to any value. If you change the -s in the above batch script to -r you can create a restart shortcut in the same manner. If you want a Hibernate script create a bat file with the following: @echo off C:\windows\system32\rundll32.exe powrprof.dll,SetSuspendState |
My System Specs![]() |
| | #3 (permalink) |
| Vista x64 Ultimate SP2, Windows 7 Ultimate x64 | Re: Shutdown Shortcut Hello Bradley, This will show you how to create a Shutdown shortcut. Shutdown shortcut Hope this helps, Shawn |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Shutdown Shortcut Create a shortcut with the following Command Line: shutdown.exe -s -t 0 -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog http://www.winhelponline.com/blog "Bradley Thomas" <bradley.a.thomas@xxxxxx> wrote in message news:e801PUxLJHA.1156@xxxxxx Quote: > hi > > In windows Vista how can I create a shortcut on my desktop to enable me to > shut down? > > Regards > Bradley Thomas. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| shutdown shortcut | Vista General | |||
| Shutdown Shortcut behavior when executed | System Security | |||
| How do you change the target of the shortcut or shortcut command l | Vista General | |||
| Shutdown Shortcut | Vista General | |||
| Shutdown shortcut | Tutorials | |||