//flex table opened by JP

Click to See Complete Forum and Search --> : shut down question


mds
06-07-2001, 04:24 PM
Does anyone know what command win 95 or win 98 uses for shut down? I am trying to make a shut down icon on desktop on my kids computer since every time the try to shut it down useing the start-shutdown func. they always seem to mess something up.I there's an easy way please help.

awwall
06-07-2001, 04:52 PM
Create a shortcut icon on your desktop. In program line, give it the following:

C:\Windows\rundll.exe user.exe,exitwindows


aw

Bsdboy
06-07-2001, 04:53 PM
Try this without quotes: "C:\WINDOWS\SYSTEM\USER.EXE,ExitWindows"
I think that's it.


Bsdboy




[This message has been edited by Bsdboy (edited 06-07-2001).]

mds
06-07-2001, 08:26 PM
Thanks for the advice awwall & Bsdboy. awwall that was the correct command sting I was look for.Maybe now my kids can shut there computer down without changing all the settings or removing programs. Thanks again