Hay Guys and Girls,
Here is the second educational thread of mine...
@dsc!
Create One-Click Shutdown and Reboot Shortcuts:
1. Right Clicking on the Desktop, Choosing New, and then Choosing Shortcut.
2. The Create Shortcut Wizard appears.
3. In the box asking for the location of the shortcut, type shutdown.
4. After you create the shortcut, Double Clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC.
You can add any combination of several switches to do extra duty...
It is like this:
Type shutdown -r -t 60 -c "Your System is Shutting Down...."
Double Clicking on that shortcut will reboot your PC after a minute delay and Displays the message "Your System is Shutting Down"
If you have Done Correctly It will appear like this.......
The shutdown command includes a variety of switches you can use to customize it. these all switches must be used after the word "shutdown"
Switches that can be used...
-s
Shuts down the PC. if used with out a delay time, process takes 30 seconds delay default to perform the action[eg:- shutdown -s]
-l
Logs off the current user [eg:- shutdown -l]
-t nn
Indicates the duration of delay, in seconds, before performing the action [eg:- shutdown -t nn]
-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 [eg:- shutdown -c "messagetext"]
-f
Forces any running applications to shut down
[eg:- shutdown -f]
-r
Reboots the PC [eg:- shutdown -r]
If you got a Shutdown Process with a mistake You can abort it by the following switch.
-a
[eg:- shutdown -a]
These all Commands are Trusted By me. It is truly Possible......
Your Comments are Welcome........
Copyright (C) All Rights Reserved - D Soft Creations...
Here is the second educational thread of mine...
@dsc!
Create One-Click Shutdown and Reboot Shortcuts:
1. Right Clicking on the Desktop, Choosing New, and then Choosing Shortcut.
2. The Create Shortcut Wizard appears.
3. In the box asking for the location of the shortcut, type shutdown.
4. After you create the shortcut, Double Clicking on it will shut down your PC.
But you can do much more with a shutdown shortcut than merely shut down your PC.
You can add any combination of several switches to do extra duty...
It is like this:
Type shutdown -r -t 60 -c "Your System is Shutting Down...."
Double Clicking on that shortcut will reboot your PC after a minute delay and Displays the message "Your System is Shutting Down"
If you have Done Correctly It will appear like this.......
The shutdown command includes a variety of switches you can use to customize it. these all switches must be used after the word "shutdown"
Switches that can be used...
-s
Shuts down the PC. if used with out a delay time, process takes 30 seconds delay default to perform the action[eg:- shutdown -s]
-l
Logs off the current user [eg:- shutdown -l]
-t nn
Indicates the duration of delay, in seconds, before performing the action [eg:- shutdown -t nn]
-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 [eg:- shutdown -c "messagetext"]
-f
Forces any running applications to shut down
[eg:- shutdown -f]
-r
Reboots the PC [eg:- shutdown -r]
If you got a Shutdown Process with a mistake You can abort it by the following switch.
-a
[eg:- shutdown -a]
These all Commands are Trusted By me. It is truly Possible......
Your Comments are Welcome........
Copyright (C) All Rights Reserved - D Soft Creations...
