Shut Down from ICON on desk.


Go Back   Computer Help Articles > Windows XP New Users
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 03:00 AM
TonySper
 
Posts: n/a
Default Shut Down from ICON on desk.

When I was using XP Home Edition I used
%windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir% in
the start in.
Worked fine.
Tried this in XP PRO and nothing happens. DOes anyone have information
on how to shutdown XP Pro from an icon on the desktop??
TonySper


Reply With Quote
  #2  
Old 01-05-2006, 03:00 AM
Stan Brown
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

Mon, 28 Nov 2005 17:16:41 -0500 from TonySper
<tsperduti@bellsouth.net>:
> When I was using XP Home Edition I used
> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir% in
> the start in.
> Worked fine.
> Tried this in XP PRO and nothing happens. DOes anyone have information
> on how to shutdown XP Pro from an icon on the desktop??


Do you mean, literally, _nothing_ happened? Was there no sort of
error message?

Open a command line and type
%windir%\system32\shutdown /?
to make sure the command is available and to check the correct form
of arguments. Yours look right, but maybe I'm missing something.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
Reply With Quote
  #3  
Old 01-05-2006, 03:00 AM
TonySper
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

I will have to get to the office tomorrow to try it out as I only have
XP Home here.
I used explorer and went to C:\windows\system32\ and double clicked
shutdown.exe and I got a quick black DOS window but could not read
anything on it.

TonySper

"Stan Brown" <the_stan_brown@fastmail.fm> wrote in message
news:MPG.1df5543b7dc1259b989cbd@news.individual.ne t...
Mon, 28 Nov 2005 17:16:41 -0500 from TonySper
<tsperduti@bellsouth.net>:
> When I was using XP Home Edition I used
> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir%
> in
> the start in.
> Worked fine.
> Tried this in XP PRO and nothing happens. DOes anyone have
> information
> on how to shutdown XP Pro from an icon on the desktop??


Do you mean, literally, _nothing_ happened? Was there no sort of
error message?

Open a command line and type
%windir%\system32\shutdown /?
to make sure the command is available and to check the correct form
of arguments. Yours look right, but maybe I'm missing something.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/


Reply With Quote
  #4  
Old 01-05-2006, 03:00 AM
Squire
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

Type just a bit further in the start in line and add \system32\

Usually all you need is
c:\windows\system32\shutdown.exe -s -t 00 (to shutdown)
Also
c:\windows\system32\shutdown.exe -r -t 00 (to reboot)

"TonySper" <tsperduti@bellsouth.net> wrote in message
news:xiLif.30988$s92.15883@bignews6.bellsouth.net. ..
> When I was using XP Home Edition I used
> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir% in
> the start in.
> Worked fine.
> Tried this in XP PRO and nothing happens. DOes anyone have information
> on how to shutdown XP Pro from an icon on the desktop??
> TonySper
>
>



Reply With Quote
  #5  
Old 01-05-2006, 03:00 AM
Wesley Vogel
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

I have both of these on my XP Pro Desktop. I use SHUTDOWN everyday and
REBOOT almost as often.

What happens when you...
Right click the SHUTDOWN shortcut | Properties | Shortcut tab | Find Target
button

Does %windir%\System32 open with shutdown.exe highlighted?

Shutdown & Reboot Shortcuts

Desktop Shutdown Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -s -t 00 |
Next | Type name like: SHUTDOWN | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

Desktop Reboot Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -r -t 00 |
Next | Type name like: REBOOT | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:xiLif.30988$s92.15883@bignews6.bellsouth.net,
TonySper <tsperduti@bellsouth.net> hunted and pecked:
> When I was using XP Home Edition I used
> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir% in
> the start in.
> Worked fine.
> Tried this in XP PRO and nothing happens. DOes anyone have information
> on how to shutdown XP Pro from an icon on the desktop??
> TonySper


Reply With Quote
  #6  
Old 01-05-2006, 03:00 AM
Stan Brown
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

Mon, 28 Nov 2005 18:55:52 -0500 from TonySper
<tsperduti@bellsouth.net>:
> I used explorer and went to C:\windows\system32\ and double clicked
> shutdown.exe and I got a quick black DOS window but could not read
> anything on it.


It's a command-line program; naturally if you want to read its output
you need to execute it from the command line. :-)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"If there's one thing I know, it's men. I ought to: it's
been my life work." -- Marie Dressler, in /Dinner at Eight/
Reply With Quote
  #7  
Old 01-05-2006, 03:00 AM
TonySper
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

It was my error. I left out the \ between the %WINDIR% and the
system32. I just typed it wrong. it does work as you all have said.
Eyes are getting old. Have to change the display setting back to 800 x
600 so I can see again.
TonySper

"Wesley Vogel" <123WVogel955@comcast.net> wrote in message
news:%23gYrNkJ9FHA.3208@TK2MSFTNGP11.phx.gbl...
I have both of these on my XP Pro Desktop. I use SHUTDOWN everyday
and
REBOOT almost as often.

What happens when you...
Right click the SHUTDOWN shortcut | Properties | Shortcut tab | Find
Target
button

Does %windir%\System32 open with shutdown.exe highlighted?

Shutdown & Reboot Shortcuts

Desktop Shutdown Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard
opens |
Type or paste: %windir%\System32\shutdown.exe -s -t 00 |
Next | Type name like: SHUTDOWN | Finish | Right click the new
shortcut |
Make sure Start in has: %windir%

Desktop Reboot Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard
opens |
Type or paste: %windir%\System32\shutdown.exe -r -t 00 |
Next | Type name like: REBOOT | Finish | Right click the new shortcut
|
Make sure Start in has: %windir%

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:xiLif.30988$s92.15883@bignews6.bellsouth.net,
TonySper <tsperduti@bellsouth.net> hunted and pecked:
> When I was using XP Home Edition I used
> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir%
> in
> the start in.
> Worked fine.
> Tried this in XP PRO and nothing happens. DOes anyone have
> information
> on how to shutdown XP Pro from an icon on the desktop??
> TonySper



Reply With Quote
  #8  
Old 01-05-2006, 03:00 AM
Wesley Vogel
 
Posts: n/a
Default Re: Shut Down from ICON on desk.

Glad you got it worked out. :-)

I *never* type when I can copy and paste. Of course you can miss part of
something when you copy, but a lot less error prone than my typing.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:5lqjf.40495$Y82.11369@bignews4.bellsouth.net,
TonySper <tsperduti@bellsouth.net> hunted and pecked:
> It was my error. I left out the \ between the %WINDIR% and the
> system32. I just typed it wrong. it does work as you all have said.
> Eyes are getting old. Have to change the display setting back to 800 x
> 600 so I can see again.
> TonySper
>
> "Wesley Vogel" <123WVogel955@comcast.net> wrote in message
> news:%23gYrNkJ9FHA.3208@TK2MSFTNGP11.phx.gbl...
> I have both of these on my XP Pro Desktop. I use SHUTDOWN everyday
> and
> REBOOT almost as often.
>
> What happens when you...
> Right click the SHUTDOWN shortcut | Properties | Shortcut tab | Find
> Target
> button
>
> Does %windir%\System32 open with shutdown.exe highlighted?
>
> Shutdown & Reboot Shortcuts
>
> Desktop Shutdown Shortcut
> Right click the desktop | New | Shortcut | Create Shortcut Wizard
> opens |
> Type or paste: %windir%\System32\shutdown.exe -s -t 00 |
> Next | Type name like: SHUTDOWN | Finish | Right click the new
> shortcut |
> Make sure Start in has: %windir%
>
> Desktop Reboot Shortcut
> Right click the desktop | New | Shortcut | Create Shortcut Wizard
> opens |
> Type or paste: %windir%\System32\shutdown.exe -r -t 00 |
> Next | Type name like: REBOOT | Finish | Right click the new shortcut
>>

> Make sure Start in has: %windir%
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:xiLif.30988$s92.15883@bignews6.bellsouth.net,
> TonySper <tsperduti@bellsouth.net> hunted and pecked:
>> When I was using XP Home Edition I used
>> %windir%\system32\shutdown.exe -s -t 00 in the TARGET and %windir%
>> in
>> the start in.
>> Worked fine.
>> Tried this in XP PRO and nothing happens. DOes anyone have
>> information
>> on how to shutdown XP Pro from an icon on the desktop??
>> TonySper


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange Icon appears where IE icon is suppose to appear... DivineLotus Windows XP New Users 0 01-06-2006 02:06 AM
IE Icon in Favorites A E Internet Explorer 6 8 01-05-2006 04:26 PM
What determines the icon? John Windows XP New Users 3 01-05-2006 02:54 AM
Missing Power / Battery Icon in the notification area of Task Bar dactel Windows XP General 3 01-05-2006 02:36 AM
Slow Icon Drawing? Gingangooli Windows XP Basics 1 01-05-2006 02:06 AM


All times are GMT. The time now is 12:22 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Shut Down from ICON on desk.