[help] Shortcut To Shutdown Dialogue?

When Xplore was released, there were a whole bunch of threads with numeric shortcuts to various locations on an XP system.

Is there such a shortcut to access the shutdown dialogue?

#136414

I don't know, but you can use shutdown.exe (it's in your windows folder) to close your windows.

Run shutdown /? to check available options.

Example (mine):

c:\windows\system32\shutdown.exe -s -t 00 -f

-s for shutdown

-t 00 for time in seconds (you can schedule it)

-f for killing all apps without stupid warning dialogs.

#136428

yup, pe7er's way is simple.

check out this tutorial for making shortcuts: http://www.theeldergeek.com/shutdown_and_reboot_icons.htm

#136461

Thanks for the tips for creating shortcuts, but I'm really looking for a way to get that dialogue box to pop up.

#136475

oh, to bring up the shutdown dialog. as far as i know, there isn't a way, but maybe someone else will figure something out. :)

#136542