Author |
Message |
Voltage128
|
Posted: Thu Dec 21, 2006 7:26 pm Post subject: shutdown.exe |
|
|
on xp there is the shutdown.exe, but when i click on it nothing happens. anybody want to help me out on this one? i have all the lastest services packs and updates from windows too, so its not that.
thx in advance |
|
|
|
|
|
Sponsor Sponsor
|
|
|
OneOffDriveByPoster
|
Posted: Thu Dec 21, 2006 7:45 pm Post subject: (No subject) |
|
|
Try it out on the command line. |
|
|
|
|
|
Craige
|
Posted: Thu Dec 21, 2006 9:14 pm Post subject: (No subject) |
|
|
shutdown.exe is a program that requires parameters. To invoke it, run if from the command line. If you just type 'shutdown' you will get a list of the programs parameters. |
|
|
|
|
|
MihaiG
|
Posted: Fri Dec 22, 2006 10:22 am Post subject: (No subject) |
|
|
Well you can make a txt file with
code: | shutdown -r -t 60 -c "Shutting down" |
save it as a batch file
go to ur desktop,
make a new shortcut
link to the batch file
and then when you double click on it, it should automatically run that for you
shutting your computer down in 60 seconds with "Shutting Down" as a message
if you wanna disable it just make another batch file
and run that
im pretty sure thats the way to do it |
|
|
|
|
|
Andy
|
Posted: Sat Dec 23, 2006 3:18 am Post subject: (No subject) |
|
|
or make a shortcut and addin the parameters? there are countless ways to do it |
|
|
|
|
|
|