Supportnet / Forum / WindowsXP
Mehrere Programme mit einem Klick beenden
Frage
Ich möchte mit einem einzigen Mausklick mehrere Programme und Prozesse beenden können (statt sie über den TaskManager einzeln zu killen).
Dafür gabes bis Windows 2000 das Prgramm "EndItAll" und später "TaskPower 2", bei dem man aber die Konfiguration nicht speichern kann.
Walt
Antwort 1 von Guy_Incognito
Moin.
Ich nutze dafür die Kill.exe von PC Welt. Die kannst du entweder über die mitgelieferte kill.hta bedienen oder per Batch den Kill-Befehl an die Programme übergeben. Wenn du immer die gleichen Programme beenden willst, bietet sich der Weg über die Batch-Datei an.
Dazu kopierst du die Kill.exe nach
Gruß, Micha
Ich nutze dafür die Kill.exe von PC Welt. Die kannst du entweder über die mitgelieferte kill.hta bedienen oder per Batch den Kill-Befehl an die Programme übergeben. Wenn du immer die gleichen Programme beenden willst, bietet sich der Weg über die Batch-Datei an.
Dazu kopierst du die Kill.exe nach
C:\WINDOWS\system32\Kill.exe und baust die Batch-Datei wie folgt auf.kill /f Name des Programms A, wie es im Taskmanager steht
kill /f Name des Programms B, wie es im Taskmanager steht
usw...Gruß, Micha
Antwort 2 von Walt
Danke für den Tipp, Micha. Ich werde jetzt kill.exe als Batch testen.
Walt
Walt
Antwort 3 von 007
Hi, ich verwende das folgende Programm schon einige Jahre, allerdings für Win98, sollte aber auch für XP gehen.
CLOSEALL V. 1.8 Freeware
~~~~~~~~~~~~~~~
33 KB
Description
~~~~~~~~~~~~
From the Windows taskbar you can minimize but you can´t close all the
applications. This little utility just do it, asking if you want to
save the data, if necessary.
Installation:
~~~~~~~~~~~~~
Unzip CL_ALL.ZIP to any folder. Run CLOSEALL.EXE.
CloseAll places itself in the System Tray.
Usage:
~~~~~~
Left-click = close all applications
Right-click = menu
From the MS-DOS Prompt =
CloseAll.exe -q (closes the DOS prompt)
CloseAll.exe -x (doesn´t close the DOS prompt)
CloseAll.exe -n (doesn´t ask to save)
Bugs: Configuration dialog box doesn´t display correctly in 1152x864 resolution with large fonts Shutdown function doesn´t work with Win NT 4.0
History:
~~~~~~~~
Ver. 1.1 - Added -q command-line option.
Ver. 1.2 - Added -x command-line option.
Ver. 1.3 - Fixed right-click bug.
Ver. 1.4 - Added ´Add Task´ menu option: let you close the programs
that run in the systray.
Added ´Ask to save´ menu option: close the programs
with/without the save prompt (close and not save).
Ver. 1.5 - Fixed a little bug with the "Right Start Menu" program.
Program smaller in size - thanks to ASPack.
Ver. 1.6 - Added ´Close programs´ menu option: you can decide to
close all windows including running programs or only the
Explorer windows.
Ver. 1.7 - Added ´Shutdown´ menu option.
Added ´Do not close´ menu option: select the windows that
are not to be closed.
Fixed a systray bug.
Ver. 1.8 - Added -n command-line option.
Various bugs fixed.
Standard disclaimer:
This program is provided "As is", with no guarantees of usefulness or
productivity. The author bears no responsibility for damage to your
system resulting from the use of this program. If you do not agree
with these terms, do not install the program. Use of the program
implicitly means you have agreed to these terms.
Bruno Kropp ©1999
b.kropp@tiscalinet.it
http://web.tiscalinet.it/bk/freeware.html
CLOSEALL V. 1.8 Freeware
~~~~~~~~~~~~~~~
33 KB
Description
~~~~~~~~~~~~
From the Windows taskbar you can minimize but you can´t close all the
applications. This little utility just do it, asking if you want to
save the data, if necessary.
Installation:
~~~~~~~~~~~~~
Unzip CL_ALL.ZIP to any folder. Run CLOSEALL.EXE.
CloseAll places itself in the System Tray.
Usage:
~~~~~~
Left-click = close all applications
Right-click = menu
From the MS-DOS Prompt =
CloseAll.exe -q (closes the DOS prompt)
CloseAll.exe -x (doesn´t close the DOS prompt)
CloseAll.exe -n (doesn´t ask to save)
Bugs: Configuration dialog box doesn´t display correctly in 1152x864 resolution with large fonts Shutdown function doesn´t work with Win NT 4.0
History:
~~~~~~~~
Ver. 1.1 - Added -q command-line option.
Ver. 1.2 - Added -x command-line option.
Ver. 1.3 - Fixed right-click bug.
Ver. 1.4 - Added ´Add Task´ menu option: let you close the programs
that run in the systray.
Added ´Ask to save´ menu option: close the programs
with/without the save prompt (close and not save).
Ver. 1.5 - Fixed a little bug with the "Right Start Menu" program.
Program smaller in size - thanks to ASPack.
Ver. 1.6 - Added ´Close programs´ menu option: you can decide to
close all windows including running programs or only the
Explorer windows.
Ver. 1.7 - Added ´Shutdown´ menu option.
Added ´Do not close´ menu option: select the windows that
are not to be closed.
Fixed a systray bug.
Ver. 1.8 - Added -n command-line option.
Various bugs fixed.
Standard disclaimer:
This program is provided "As is", with no guarantees of usefulness or
productivity. The author bears no responsibility for damage to your
system resulting from the use of this program. If you do not agree
with these terms, do not install the program. Use of the program
implicitly means you have agreed to these terms.
Bruno Kropp ©1999
b.kropp@tiscalinet.it
http://web.tiscalinet.it/bk/freeware.html
Antwort 4 von Walt
Ich habe das Problem inzwischen mit Bordmitteln gelöst: Der Befehl ´taskkill´, der in Windows enthalten ist, eignet sich bestens.
Danke für alle Anregungen!
Walt
Danke für alle Anregungen!
Walt

