![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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 I know how to make a shutdown shortcut... however, I do not know how to include a conformation that I want to shutdown... can anyone tell me how to make a shutdown shortcut with a conformation that I really want to shutdown... Thanks in advance... Jill... |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Shutdown Shortcut Enter shutdown -s -t 0 Restart: shutdown -r -t 0 Logoff: shutdown -l -t 0 Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate "Jill" <jill@nowhere.no.com> wrote in message news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >I know how to make a shutdown shortcut... however, I do not know how to >include a conformation that I want to shutdown... can anyone tell me how to >make a shutdown shortcut with a conformation that I really want to >shutdown... > > Thanks in advance... > > Jill... |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Shutdown Shortcut http://www.vista4beginners.com/Shut-...tart-Hibernate Premade Shortcuts "Jill" <jill@nowhere.no.com> wrote in message news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >I know how to make a shutdown shortcut... however, I do not know how to >include a conformation that I want to shutdown... can anyone tell me how to >make a shutdown shortcut with a conformation that I really want to >shutdown... > > Thanks in advance... > > Jill... |
My System Specs![]() |
| | #4 (permalink) |
| Vista x64 Ultimate SP2, Windows 7 Ultimate x64 | Re: Shutdown Shortcut You need to add a delay time to the shortcut in order to get the notification of a shutdown. See this link below for details on how. Shutdown shortcut Hope this helps, Shawn |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Shutdown Shortcut Thanks... Spirit... but what about a conformation window that I really want to shutdown and/or restart??? Thanks for the reply... "Spirit" <noone@notthere.net> wrote in message news:eIdM%23z0wHHA.840@TK2MSFTNGP03.phx.gbl... > Enter shutdown -s -t 0 > Restart: shutdown -r -t 0 > Logoff: shutdown -l -t 0 > Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate > > "Jill" <jill@nowhere.no.com> wrote in message > news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >>I know how to make a shutdown shortcut... however, I do not know how to >>include a conformation that I want to shutdown... can anyone tell me how >>to make a shutdown shortcut with a conformation that I really want to >>shutdown... >> >> Thanks in advance... >> >> Jill... > |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Shutdown Shortcut If you paste these lines into notepad and save with a .vbs extension, and then click on it, it will give you an idea of how you can get a confirmation prompt JillsResponse = _ MsgBox("Hey Jill, do you really really wanna shut me down?", _ vbOKCancel, "Checking If Jill is really sure") If JillsResponse = vbOK Then MsgBox "Ok gonna shut down then" Else MsgBox "Ok I won't shut down then" End If -- Jon "Jill" <jill@nowhere.no.com> wrote in message news:1B2BBF63-BADE-4886-AEB1-73273C58D41E@microsoft.com... > Thanks... Spirit... but what about a conformation window that I really > want to shutdown and/or restart??? > > Thanks for the reply... > > "Spirit" <noone@notthere.net> wrote in message > news:eIdM%23z0wHHA.840@TK2MSFTNGP03.phx.gbl... >> Enter shutdown -s -t 0 >> Restart: shutdown -r -t 0 >> Logoff: shutdown -l -t 0 >> Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate >> >> "Jill" <jill@nowhere.no.com> wrote in message >> news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >>>I know how to make a shutdown shortcut... however, I do not know how to >>>include a conformation that I want to shutdown... can anyone tell me how >>>to make a shutdown shortcut with a conformation that I really want to >>>shutdown... >>> >>> Thanks in advance... >>> >>> Jill... >> > |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Shutdown Shortcut In Command Window - SHUTDOWN /? Shows all arguments "Jill" <jill@nowhere.no.com> wrote in message news:1B2BBF63-BADE-4886-AEB1-73273C58D41E@microsoft.com... > Thanks... Spirit... but what about a conformation window that I really > want to shutdown and/or restart??? > > Thanks for the reply... > > "Spirit" <noone@notthere.net> wrote in message > news:eIdM%23z0wHHA.840@TK2MSFTNGP03.phx.gbl... >> Enter shutdown -s -t 0 >> Restart: shutdown -r -t 0 >> Logoff: shutdown -l -t 0 >> Hibernate: rundll32.exe PowrProf.dll, SetSuspendState Hibernate >> >> "Jill" <jill@nowhere.no.com> wrote in message >> news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >>>I know how to make a shutdown shortcut... however, I do not know how to >>>include a conformation that I want to shutdown... can anyone tell me how >>>to make a shutdown shortcut with a conformation that I really want to >>>shutdown... >>> >>> Thanks in advance... >>> >>> Jill... >> > |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Shutdown Shortcut Thank you Jon and Spirit... got it... Thank you soooo much for the help.... Jill... "Spirit" <noone@notthere.net> wrote in message news:eQTOC40wHHA.4464@TK2MSFTNGP02.phx.gbl... > http://www.vista4beginners.com/Shut-...tart-Hibernate > Premade Shortcuts > > "Jill" <jill@nowhere.no.com> wrote in message > news:3DC1BF3A-FC9E-48E4-B18C-34EEB37AFEE8@microsoft.com... >>I know how to make a shutdown shortcut... however, I do not know how to >>include a conformation that I want to shutdown... can anyone tell me how >>to make a shutdown shortcut with a conformation that I really want to >>shutdown... >> >> Thanks in advance... >> >> Jill... > |
My System Specs![]() |
| | #9 (permalink) |
| | RE: Shutdown Shortcut "Jill" wrote: > I know how to make a shutdown shortcut... however, I do not know how to > include a conformation that I want to shutdown... can anyone tell me how to > make a shutdown shortcut with a conformation that I really want to > shutdown... my keyboard bought 7 years ago for 9$ only has 3 buttons: sleep, wake up, power. :-) |
My System Specs![]() |
| | #10 (permalink) |
| | Re: Shutdown Shortcut "BillD" <BillD@discussions.microsoft.com> wrote in message news:5B5A4239-A3DB-4743-BBEE-91470828D7C3@microsoft.com... > > my keyboard bought 7 years ago for 9$ only has 3 buttons: sleep, wake up, > power. > :-) Impressive. You must have mastered the art of speech recognition -- Jon |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| shutdown shortcut | Vista General | |||
| 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 | Tutorials | |||