View Full Version : Shut Down Shortcut
mattpg1
August 18th, 2005, 03:02 AM
I want to create a short cut to shut down with on the desktop without using one of those one touch shut down programs. Could someone tell me what string to enter in the Location box.
Thanks
AnnMarie
August 18th, 2005, 05:55 AM
Hi mattpg1. This works for Win9x so it should work for ME. Run a search for rundll.exe and when you find it, make a shortcut to it on your Desktop. Next, rightclick the shortcut and choose Properties. In the Target Box, add the following text after the text that is already there but leave a space before you type: user.exe,exitwindows and the click OK. It should look like this C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows
When you want to shutdown, doubleclick the icon.
You can also make a quick restart if you want to. To do this, create another shortcut and follow the steps above but this time type user.exe,exitwindowsexec after the text that is there. It should look like this C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec
The Dude
August 18th, 2005, 07:47 AM
Thank you AnnMarie!!!!
I was just gonna tell him that THATS WHAT I USE!!!!! (Heres my exact command line for the shortcut)
C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 1
It works wonderfully :)
Good luck my friend
CTH!!! :)
AnnMarie
August 18th, 2005, 08:06 AM
I am glad that my reply has your approval The Dude. :)
mattpg1
August 18th, 2005, 08:40 PM
The Dude, yours worked. AnnMarie, Yours didn't. The hour glass flashed quickly a few times, then nothing.
Oh well. Mission accomplished.
AnnMarie
August 18th, 2005, 10:20 PM
Yep, thanks for updating us mattpg1. :D