Terminate processes by list

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1313
Joined: Sun May 14, 2017 1:48 am

Terminate processes by list

Post 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.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Terminate processes by list

Post by Kwai chang caine »

I have create the list of process with succes :wink:
Thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
Post Reply