首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
windows taskkill强制关闭进程拒绝访问解决方法
windows taskkill强制关闭进程拒绝访问解决方法
tech
2023-05-23
115
如果taskkill /f /pid 123 出现拒绝访问时,可使用以下方式删除进程:
wmic process where name='qq.exe' delete
如果杀了进程,想删除文件,可以这样删除 cmd下运行:
DEL /F /A /Q 文件名
转载请注明原文地址:https://tech.qufami.com/read-10544.html
最新回复
(
0
)