Desktop Buttons for Restart and Shutdown

  • Thread starter Thread starter SidBord
  • Start date Start date
S

SidBord

On my Win 98 machine, I have created two icons on my
desktop to start the Shutdown and Restart procedures. I
would like to create similar icons under Win XP, but don't
know how.
Under Win 98, I wrote a "bat" file for Restart that had one
item in it: "@EXIT". For the Shutdown function I created
a shortcut with the path:
"C:\Windows\Rundll.exe\ User,Exitwindows".
Is there something similar I can write for Win XP??
 
This is what I have on my Desktop and use every day.

I have two shortcuts.

REBOOT
%windir%\System32\shutdown.exe -r -t 00

SHUTDOWN
%windir%\System32\shutdown.exe -s -t 00
 
Thanx guys . . . I'll try it
-----Original Message-----
This is what I have on my Desktop and use every day.

I have two shortcuts.

REBOOT
%windir%\System32\shutdown.exe -r -t 00

SHUTDOWN
%windir%\System32\shutdown.exe -s -t 00

--
Hope this helps. Let us know.
Wes

In SidBord <[email protected]> hunted and pecked:
.
 
Back
Top