Shutdown Dialog

I know you can make a shortcut for it using shutdown.exe -s 1 about is there a way to bring up the dialog shut menu for shutdown logoff standby and hibernate or restart any help would be nice.

#13156

I´m not sure what you are asking for, but I understood that you were looking for a way of bringing up the shutdown dialog, is it correct? You can create a new text file in your desktop and edit it as follows:

(new ActiveXObject("Shell.Application")).ShutdownWindows();

Now, just save it (i.e. Shutdown.txt) and rename it to *.js (in our case we should have create Shutdown.js)

See ya.

#13252

Thank You

#13269

What do you do to get the logoff

#13307

which .dll contains the shutdown dialog in ice's sysfiles???

Cheers Jon@z

#13923

msgina.dll contains shutdown, shell32.dll contains logoff

#13924

Originally posted by Ender@Feb 5 2003, 01:07 AM

I´m not sure what you are asking for, but I understood that you were looking for a way of bringing up the shutdown dialog, is it correct? You can create a new text file in your desktop and edit it as follows:

(new ActiveXObject("Shell.Application")).ShutdownWindows();

Now, just save it (i.e. Shutdown.txt) and rename it to *.js (in our case we should have create Shutdown.js)

See ya.

wow, it's pretty cool !

#13984

:D Thanx Flyakite....Another question for you then.

In your sysfiles...wich one contains the "spinning e" throbber?

Cheers from Denmark

Jon@z

#14456

Wow. I hate to bring this thread back from the dead, but I like zombie posts. Heck, I like zombies. :) Anyway, I searched the forums and this thread was closest to what I am looking for...

Does anyone know of an application that presents a menu that offers "Switch User", "Log Off", "Standby/Hibernate", "Turn Off, and "Restart"? Basically, a conglomeration of the Start Menu's "Log Off" and "Turn Off Computer" options in one dialog box. I am trying to simplify my dock down to one icon that handles these functions.

TIA!

#244644

There is iShut (by Siwu I think) but I dont know where you can get it, try google.

#244660

I am currently using iShut, but it doesn't offer switch user or hibernate, nor does it incorporate log off in one dialog box, but thanks for the reply!

#244665

i can only seem to rename it to shutdown.js.txt can someone send me the .js file possibly?

#450881

did you making a copy of it, and then changing the copy to shutdown.js

#450892

I don't think that's the problem. I can't rename files worth a damn either, I use WinRAR.

But to make it .js, when you're saving it, click Save as type: and choose All Files.

Then, where you type in the name, type "Shutdown.js" (without quotes) that should do it!

#450948