Win10使用命令行强制关闭软件
时间:2020-11-10 10:35:25
收藏:0
阅读:38
查找软件:
# 列出软件
tasklist
# 查找
tasklist|findstr "string want to find"
关闭软件:
taskkill /f /t /im "name of software"
评论(0)