Shutdown Shortcut

J

Jill

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...
 
S

Spirit

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...
 
S

Spirit

http://www.vista4beginners.com/Shut-Down-Log-Off-Restart-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...
 
J

Jill

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...

>
 
J

Jon

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...

>>

>
 
S

Spirit

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...

>>

>
 
J

Jill

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-Down-Log-Off-Restart-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...

>
 
B

BillD

"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.
:)
 
J

Jon

"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
 
Back
Top Bottom