Shutdown/Restart Icons
#1 OFFLINE
Posted 01 September 2008 - 02:51 PM
Shutdown/Restart Icons
1) Are these correct and safe to use on a daily basis?
2) Will these work on Vista and XP?
3) Should I add time at the end to lets say "Shutdown.exe -s -t 05" ?
To allow time for programs to shutdown.
Thanks,
Jamin4u
#2 OFFLINE
Posted 01 September 2008 - 04:15 PM
2) It says it's for Vista, but someone said in the comments that they should work for XP as well.
3) Better to be safe than sorry.
Honestly, to be super safe, create a restore point, try them out, and if something happens, you have the restore point to fall back on.
AJ
#3 OFFLINE
Posted 01 September 2008 - 04:38 PM

3) Permits you to stop the Shutdown or Restart.
Windows takes care of program closing but if you have unsaved work in the application then it will be lost.
IE7Pro user
#4 OFFLINE
Posted 01 September 2008 - 04:51 PM
CTskifreak, on Sep 1 2008, 09:15 AM, said:
YoKenny, on Sep 1 2008, 09:38 AM, said:
#5 OFFLINE
Posted 01 September 2008 - 04:56 PM
IE7Pro user
#6 OFFLINE
Posted 01 September 2008 - 05:05 PM
YoKenny, on Sep 1 2008, 09:56 AM, said:
Thanks,
Jamin4u
#7 OFFLINE
Posted 01 September 2008 - 07:41 PM
YoKenny, on Sep 1 2008, 10:56 AM, said:
#8 OFFLINE
Posted 01 September 2008 - 07:52 PM
#9 OFFLINE
Posted 01 September 2008 - 11:40 PM
Andavari, on Sep 1 2008, 12:41 PM, said:
Could someone give me an example on how to add -a to abort shutdown during the time-out period.
If you could give me the basics on how to use the rest I would really appreciate it.
Thanks,
I found this on the Internet.
Quote
To create a shutdown shortcut on the desktop:
Right click on an open area of the desktop
Select New / Shortcut
Enter in "shutdown -s -t 00" - (no quotes)
Press the Next button
For the name, enter in anything you like. I just use shutdown. Click the Finish button.
For a reboot, enter "shutdown -r -t 00"
Shutdown [{-l|-s|-r|-a}] [-f] [-m [\ComputerName]] [-t xx] [-c "message"] [-d[u][p]:xx:yy]
Parameters:
-l - Logs off the current user, this is also the default. -m ComputerName takes precedence.
-s - Shuts down the local computer.
-r - Reboots after shutdown.
-a - Aborts shutdown. Ignores other parameters, except -l and ComputerName. You can only use -a during the time-out period.
-f - Forces running applications to close.
-m [\ComputerName] - Specifies the computer that you want to shut down.
-t xx - Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
-c "message" - Specifies a message to be displayed in the Message area of the System Shutdown window. You can use a maximum of 127 characters. You must enclose the message in quotation marks.
#10 OFFLINE
Posted 01 September 2008 - 11:52 PM
Jamin4u, on Sep 1 2008, 03:51 PM, said:
Shutdown/Restart Icons
1) Are these correct and safe to use on a daily basis?
2) Will these work on Vista and XP?
3) Should I add time at the end to lets say "Shutdown.exe -s -t 05" ?
To allow time for programs to shutdown.
Thanks,
Jamin4u
I wouldn't want to shut down any other way now.
getit.me.uk | Get It on Facebook
youtubeartists.co.uk | YouTube Artists on Facebook | YouTube Artists on Twitter | YouTube Artists on YouTube
#11 OFFLINE
Posted 02 September 2008 - 12:00 AM
Please read Post #9
Thanks again!
#12 OFFLINE
Posted 02 September 2008 - 12:43 AM
Jamin4u, on Sep 1 2008, 05:40 PM, said:
Line 1=Shutdown.
Line 2=Pause which allows you to access Line 3 if you want to abort the shutdown by pressing any keyboard key.
Line 3=Abort Shutdown.
Line 4 and 5=Close the batch file Command Prompt window.
shutdown -s -t 15 -c "System Shutdown" pause shutdown -a cls exit
Line 1=Restart.
Line 2=Pause which allows you to access Line 3 if you want to abort the restart by pressing any keyboard key.
Line 3=Abort Restart.
Line 4 and 5=Close the batch file Command Prompt window.
shutdown -r -t 15 -c "System Restart" pause shutdown -a cls exit
Line 1=Log Off to the Welcome screen. This one cannot be aborted as a countdown timer doesn't work - well at least not in XP it doesn't.
shutdown -l cls exit
#13 OFFLINE
#14 OFFLINE
Posted 02 September 2008 - 01:32 AM
Jamin4u, on Sep 1 2008, 06:53 PM, said:
To save you the trouble just download them already made:
See post#17












