Page 1 of 1

Terminate processes by list

Posted: Tue May 17, 2022 12:11 pm
by AZJIO
Download

There is a single launch mode and a monitor mode. If a timer is specified, then the program is in the tray and terminates processes.
3000 - timer, defined in milliseconds
If the path to the list is not specified, then the list is taken from the current directory.
e - Close the processes except those specified in the file list (ExceptProcessList.txt), and Exit
i - Close the processes specified in the file list (IncludeProcessList.txt), and Exit
c - Create a list of current processes, and Exit
l - write to log file
IncludeProcessList.txt MUST NOT contain a list of system processes.
ExceptProcessList.txt SHOULD contain a list of system processes.
Starting without parameters implies a e (if, there is a list)

Learn more in Readme.txt

I was not able to figure out the privileges, as there are processes that can only be terminated as an administrator. In the AutoIt3 version, processes are terminated without an admin. As an example of a non-terminating program - Skrinshoter.

Re: Terminate processes by list

Posted: Thu May 26, 2022 9:07 pm
by Kwai chang caine
I have create the list of process with succes :wink:
Thanks for sharing 8)