Shutdown Desktop Icon

  • Thread starter Thread starter Don Schmidt
  • Start date Start date
D

Don Schmidt

When I was running Windows 98SE I had a Desktop Icon to Reboot and another
to Shutdown.

Is there a way to build these in Windows XP? If so, what are the
directions?
 
Hi Don,

Restart: Right click the Desktop/New/Shortcut - Location: shutdown -r -t 0
Shutdown: Right click the Desktop/New/Shortcut - Location: -s -t 0

Added notes:

To logoff: -l
-t 0 sets the time in seconds
To force running programs to close: -f

I have this info on my site including the proper icons to go along with it,
good luck!

--
In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/

All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com
 
Thank you. I've missed the shortcuts.


--
Don
Vancouver, USA


Kelly said:
Hi Don,

Restart: Right click the Desktop/New/Shortcut - Location: shutdown -r -t
0
Shutdown: Right click the Desktop/New/Shortcut - Location: -s -t 0

Added notes:

To logoff: -l
-t 0 sets the time in seconds
To force running programs to close: -f

I have this info on my site including the proper icons to go along with
it, good luck!

--
In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/

All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com
 
Kelly,

'Had a problem with the Shutdown. Ended up adding to the shutdown
instruction so it looks like this:

shutdown -s -t 0

They both work very well. Thanks again.

I visited your site but couldn't find these items there. I'll have to go
back and read the many goodies there.


--
Don
Vancouver, USA


Kelly said:
Hi Don,

Restart: Right click the Desktop/New/Shortcut - Location: shutdown -r -t
0
Shutdown: Right click the Desktop/New/Shortcut - Location: -s -t 0

Added notes:

To logoff: -l
-t 0 sets the time in seconds
To force running programs to close: -f

I have this info on my site including the proper icons to go along with
it, good luck!

--
In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/

All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com
 
Most welcome and thanks for the feedback, Don. Glad you have it sorted and
working. :o)

--
In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/

All the Best,
Kelly (MS-MVP)

Troubleshooting Windows XP
http://www.kellys-korner-xp.com


Don Schmidt said:
Kelly,

'Had a problem with the Shutdown. Ended up adding to the shutdown
instruction so it looks like this:

shutdown -s -t 0

They both work very well. Thanks again.

I visited your site but couldn't find these items there. I'll have to go
back and read the many goodies there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top