Here i have continued my previous post 'Different Ways To Shutdown Your PC - 1'.
1. Click Start Button. And then Press Alt + SPACEBAR together.
Then press C. And turn Off your PC.
2. CREATING SHORTCUT ICON FOR SHUT DOWN
> Right-click your Desktop.
> Select New and then Shortcut.
> In the new window, Type the location path as follows.
For Windows XP:
shutdown -s -t 01
Windows 95, 98, or ME:
C:\windows\rundll.exeuser.exe,exitwindows
> Click Next, name the shortcut SHUTDOWN (Or Anything) and click Finish.
> Now Just double click the shortcut to turnoff your PC.
CUSTOMIZE THIS SHORTCUT
You can customize this shortcut : Right Click it >Properties >Change Icon.
This allows you to change Shortcut Icon to any image you want.
If you want to create a Shortcut Icon for restart : Simply change -s to -r.
> Here s stand for shutdown while r stands for restart and l for logout.
> And t is used to set the time to wait (in seconds) before shutdown.
> You can also insert a comment by adding -c ‘Your Text’ to the line.
It will display the alert text before it shutdown. Look the Examples.
shutdown -s -t 10 -c "GoodBye" : Shutdown after 10 seconds.
shutdown -r -t 10 -c "GoodBye" : Restart after 10 seconds.
shutdown -l -t 10 -c "GoodBye" : Logout after 10 seconds.
3. How to achieve this in single click..?
> Simply drag the shortcut to the Quick Launch bar.
> Now just a single click the Quick Launch icon is enough to turnoff your computer.
1. Click Start Button. And then Press Alt + SPACEBAR together.
Then press C. And turn Off your PC.
2. CREATING SHORTCUT ICON FOR SHUT DOWN
> Right-click your Desktop.
> Select New and then Shortcut.
> In the new window, Type the location path as follows.
For Windows XP:
shutdown -s -t 01
Windows 95, 98, or ME:
C:\windows\rundll.exeuser.exe,exitwindows
> Click Next, name the shortcut SHUTDOWN (Or Anything) and click Finish.
> Now Just double click the shortcut to turnoff your PC.
CUSTOMIZE THIS SHORTCUT
You can customize this shortcut : Right Click it >Properties >Change Icon.
This allows you to change Shortcut Icon to any image you want.
If you want to create a Shortcut Icon for restart : Simply change -s to -r.
> Here s stand for shutdown while r stands for restart and l for logout.
> And t is used to set the time to wait (in seconds) before shutdown.
> You can also insert a comment by adding -c ‘Your Text’ to the line.
It will display the alert text before it shutdown. Look the Examples.
shutdown -s -t 10 -c "GoodBye" : Shutdown after 10 seconds.
shutdown -r -t 10 -c "GoodBye" : Restart after 10 seconds.
shutdown -l -t 10 -c "GoodBye" : Logout after 10 seconds.
3. How to achieve this in single click..?
> Simply drag the shortcut to the Quick Launch bar.
> Now just a single click the Quick Launch icon is enough to turnoff your computer.



No comments:
Post a Comment