Shutdown and Restart Shortcut?

August 4th, 2016

I need the Shutdown and Restart shortcut
E.g.
The itunes shorcut is
C:/Program Files/iTunes/iTunes.exe
What is the one for Shut down, Restart, Sleep and log off
Thanks

Answer #1
Try this. http://www.aumha.org/win5/a/shutcut.php
Answer #2
Or in short;
Make .bat files that contains the commands:
shutdown -u -t 0 for shutdown, shutdown -r -t 0 for restart, and shutdown -h -t 0 for hibernate.
Each command gets its own .bat file. (Use notepad to edit the .bat files)
Answer #3
No this is what I need
Image
Answer #4
I don’t know if that’s possible in iTunes itself honestly. Can’t even find anything on google about that.
Answer #5
^^^^^
iTunes?
Whats the command for log off?
And the command for lock computer
Thanks
Answer #6
shutdown -u -t 0 – Shutdown,
shutdown -r -t 0 – Restart.
shutdown -h -t 0 – Hibernate.
shutdown -l -t 0 – Log off.
These are all the commands for Windows
You can TRY them for your iTunes thing, but I doubt it will work.
Answer #7
This is what I get ..
Image
About 100 of the same lines lol
Im on vista btw
Answer #8
fdsfds
Oops, it’s shutdown -s, my bad. The site was wrong.
Why did you use “t 01” ?
Answer #9
Whats restart?
And the others?
And I think it was on another site
Answer #10
Shutdown doesnt work
Please don't double-post, use the edit button instead. Members are allowed to double or triple post only if their previous post has exceeded the maximum characters limit.
Kindly visit our rules:
www..org/rules
.Hancock

Answer #11
Shutdown works only in a new version of cmd.
Answer #12
New version?
LOL im using windows vista ultimate ..
Answer #13
Shutdown doesnt work
[mod]Please don't double-post, use the edit button instead. Members are allowed to double or triple post only if their previous post has exceeded the maximum characters limit.
Kindly visit our rules:
www..org/rules
.Hancock[/mod]

I Had the same problem and then i made a VS bat file to shutdown if you dont get it figured out before i get home i will post it.
fdsfds
Oops, it's shutdown -s, my bad. The site was wrong.
Why did you use "t 01" ?

The -t 01 is for a timer. if you set it to 30 you have 30 sec. to aboard the shutdown command before it turned off or restarts your computer.
——-edit——
ok i remembered it there a few ways to do it just open a note pad and copy this in
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "%windir%\system32\shutdown.exe -s -t 0"
wscript.quit

And save it as shutdown.VBS
then saved it to my documents or something and then create a short cut to the file from your desktop or something that you can edit the icon.
enjoy.
the restart is
shutdown -r -t 0
so if this also does not work just edit the vbs file Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "%windir%\system32\shutdown.exe -r -t 0"
wscript.quit

and it will restart the computer.
Answer #14
Thanks it worked”
Answer #15
Thanks it worked"
good im glad it worked out for you.

 

| Sitemap |