Create One-click Shutdown And Reboot Shortcuts
Page 1 of 1 • Share •
Create One-click Shutdown And Reboot Shortcuts
This is my tutorial 
First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears.
shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
More:
shutdown -s -t 03 -c "Bye Bye m8!" - Shutdown your PC in 3 sec
shutdown -r -t 03 -c "Ill be back m8 ;)!" -Restart your PC in 3 sec
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.If you want action in 10 sec , type -t 10
-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
Have fun ! I just click on Shutdown. 30 sec cya

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears.
shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.
More:
shutdown -s -t 03 -c "Bye Bye m8!" - Shutdown your PC in 3 sec
shutdown -r -t 03 -c "Ill be back m8 ;)!" -Restart your PC in 3 sec
-s
Shuts down the PC.
-l
Logs off the current user.
-t nn
Indicates the duration of delay, in seconds, before performing the action.If you want action in 10 sec , type -t 10
-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.
-f
Forces any running applications to shut down.
-r
Reboots the PC.
Have fun ! I just click on Shutdown. 30 sec cya


Nazzgull- Expert Surfer

- Posts: 987
Operating System: Windows XP Professional Service Pack 3
Joined: 2008-08-03
Re: Create One-click Shutdown And Reboot Shortcuts
Hmmm not working for me!
I have typed down as you said but " cant be found" error appear!
I have typed down as you said but " cant be found" error appear!
syntax0error- Newbie Surfer

- Posts: 25
Operating System: XP
Joined: 2009-03-25
Re: Create One-click Shutdown And Reboot Shortcuts
Is there any way to cancel the shutdown before it gets to 0?
groovybluedog- Newbie Surfer

- Posts: 40
Operating System: XP, Vista, Mac, 7, Linux and Unix (DONT GET UNIX!!!)
Joined: 2009-07-10
Re: Create One-click Shutdown And Reboot Shortcuts
Yes. Start >> Run >> type shutdown -a
Its a for Abort.
Its a for Abort.

Nazzgull- Expert Surfer

- Posts: 987
Operating System: Windows XP Professional Service Pack 3
Joined: 2008-08-03
Re: Create One-click Shutdown And Reboot Shortcuts
Is this for XP? sounds pretty handy 


skilldegree- Newbie Surfer

- Posts: 37
Operating System: Vista x64, Win7 x64 Ultimate RC when i can be bothered to install
Joined: 2009-08-16
Permissions of this forum:
You cannot reply to topics in this forum












by 

