SHUT DOWN COMPUTER PROGRAM?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and ALL
programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several that
have many features, but that is all I want. I also need it to AUTOMATICALLY
shut off the computer without me having to press a button on the program
itself.

Hope you can help... Thanks in advance.


-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Check out my new "SHE DUMPED ME!" HOMEPAGE:

http://www.SHEDUMPEDME.net
-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
I-Hate-Spam said:
I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and ALL
programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several that
have many features, but that is all I want. I also need it to AUTOMATICALLY
shut off the computer without me having to press a button on the program
itself.

Hope you can help... Thanks in advance.

Check out Shutz from http://www.jthz.com/puter/shutz.htm
 
I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and ALL
programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several that
have many features, but that is all I want. I also need it to AUTOMATICALLY
shut off the computer without me having to press a button on the program
itself.

Karen's free "Power Stopper" :-

http://www.karenware.com/powertools/ptstopper.asp
 
Il 13/03/2004 2.09, I-Hate-Spam scrisse:
I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and ALL
programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several that
have many features, but that is all I want. I also need it to AUTOMATICALLY
shut off the computer without me having to press a button on the program
itself.

http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml

psshutdown -k -f -t 2

bye
maxx
 
| I'm looking for super simple program. All I want it to do is that the
| second the program is loaded, it will automatically shut down ANY and ALL
| programs running, and then turn OFF the computer.
|

I second Shutz. It's one of my must-haves.
 
If you have Winxp type in the Run dialog (from start):


shutdown -s -t 00


and the pc will shut down.
 
I-Hate-Spam said:
I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and ALL
programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several that
have many features, but that is all I want. I also need it to AUTOMATICALLY
shut off the computer without me having to press a button on the program
itself.

Hope you can help... Thanks in advance.

Make a single line .cmd file:

shutdown -s -t 00

Name it Off.cmd (or whatever you prefer) and either run it or make a
shortcut to it on your desktop.
(Note: The last two characters are zeros)
This works with XP -- I think it should work ok with other Windows OS.

===

Frank Bohan
¶ Beware the legless man who teaches running.
 
I'm looking for super simple program. All I want it to do is that the
second the program is loaded, it will automatically shut down ANY and
ALL programs running, and then turn OFF the computer.

Is there such a simple program that will do it? I've download several
that have many features, but that is all I want. I also need it to
AUTOMATICALLY shut off the computer without me having to press a button
on the program itself.

Hope you can help... Thanks in advance.

http://home.tiscali.de/kurtzimmermann/shutdownpro_e.htm
 
Make a single line .cmd file:

shutdown -s -t 00

Name it Off.cmd (or whatever you prefer) and either run it or make a
shortcut to it on your desktop.
(Note: The last two characters are zeros)
This works with XP -- I think it should work ok with other Windows OS.
It does not work on 98SE. I would presume that it is a Unix only
command so it should work on NT, 2000 and XP but not on the rest.
 
Il 14/03/2004 22.51, emmexx scrisse:
Il 14/03/2004 14.28, David Simpson scrisse:

Or better:


rundll32.exe shell32.dll,SHExitWindowsEx n
where n stands for:
0 - LOGOFF
1 - SHUTDOWN
2 - REBOOT
4 - FORCE
8 - POWEROFF
(can be combined -> 6 = 2+4 FORCE REBOOT)

http://www.robvanderwoude.com/index.html
then click on batch files and, at the end of the page, Shutdown and
reboot ...

bye

maxx
 
Back
Top