-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: phonograph123/kill_task
Releases · phonograph123/kill_task
v1.0
@phonograph123
phonograph123
b480c7a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
使用方法
- 编辑
config.json,添加需要拦截的进程名,设置检测间隔 check_interval - 运行脚本或打包后的程序
- 程序会在后台自动拦截并终止黑名单进程
- 系统托盘图标右键可退出程序
- 拦截日志保存在
process_blocker.log
注意事项
- 需以管理员权限运行,才能终止部分高权限进程
- 黑名单进程名请使用小写,路径需为绝对路径
- 仅支持 Windows 系统