This is a simple utility that automatically kills unwanted processes at any time.
Simply run pk.exe
. You can access the program through a tray icon. By default the program does not run at startup, you can modify this through the tray menu.
To tell the program which processes to kill, make a list of executables names (case-sensitivity matters) by clicking on 'create and open black list' in the tray menu. One line in this list corresponds to one process to kill. You can add subsequent modifications to this list through the 'open black list' option in the tray menu. The program automatically reloads the list when it is modified.
Just run your C compiler on entry_point.c
. Do not forget to include resources.res
when linking.
MSVC example: cl /O2 /TC /D_CRT_SECURE_NO_WARNINGS entry_point.c /Fepk.exe /link resources.res
This code is placed under the MIT license. You can check the license details in entry_point.c
. This code makes use of STB sprintf (https://github.com/nothings/stb/blob/master/stb_sprintf.h) which is also placed under the MIT license.