OpenArk - 開源軟件
Website: https://openark.blackint3.com/
Source: https://github.com/BlackINT3/OpenArk/
Manuals: https://openark.blackint3.com/manuals
技術(shù)QQ群:836208099
批量結(jié)束進(jìn)程
批量結(jié)束進(jìn)程跟查找進(jìn)程參數(shù)基本一致,僅多了結(jié)束進(jìn)程動(dòng)作。
使用命令:
.ps -kill -name <進(jìn)程名模糊匹配>
.ps -kill -path <進(jìn)程路徑模糊匹配>
.ps -kill -pid <進(jìn)程ID,逗號(hào)分隔>