Desktop Buttons for Restart and Shutdown

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??
 
W

Wesley Vogel

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
 
G

Guest

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:
.
 

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

Top