The Dude
01-23-2003, 06:55 PM
Desktop shortcut to Shut Down your computer faster:
1 - Right-click on the desktop.
2 - Select New; Shortcut.
3 - Cut & Paste the following code into the Command Line box:
c:\windows\rundll.exe user.exe,exitwindows
4 - Click Next.
5 - Name the new shortcut anything you want (It defaults to rundll)
6 - Click Finish.
If you click the new icon on your desktop, your computer will shutdown without having to go through the Start Menu (It goes alot faster also!!)
THIS DOES NOT WORK ON WINDOWS XP!!!
Windows XP users:
Right click on an empty space on the desktop and select New; Shortcut
In the command line copy and paste the following :
[For shutdown]
C:\windows\system32\shutdown.exe -s -t 00
[For restart]
C:\windows\system32\shutdown.exe -r -t 00
Now click next and your shutdown/restart shortcut is ready to use.
I find this very usefull and handy :)
The Dude :)
1 - Right-click on the desktop.
2 - Select New; Shortcut.
3 - Cut & Paste the following code into the Command Line box:
c:\windows\rundll.exe user.exe,exitwindows
4 - Click Next.
5 - Name the new shortcut anything you want (It defaults to rundll)
6 - Click Finish.
If you click the new icon on your desktop, your computer will shutdown without having to go through the Start Menu (It goes alot faster also!!)
THIS DOES NOT WORK ON WINDOWS XP!!!
Windows XP users:
Right click on an empty space on the desktop and select New; Shortcut
In the command line copy and paste the following :
[For shutdown]
C:\windows\system32\shutdown.exe -s -t 00
[For restart]
C:\windows\system32\shutdown.exe -r -t 00
Now click next and your shutdown/restart shortcut is ready to use.
I find this very usefull and handy :)
The Dude :)
