- taskkill /f /im SGuard64.exe /t
- taskkill /f /im SGuardSvc64.exe /t
- taskkill /f /im SGuardUpdate64.exe /t
复制代码
想结束掉 腾讯的游戏的 ACE-Guard 这个进程
用这个 命令 出现
错误: 无法终止 PID 5140 (属于 PID 4496 子进程)的进程。
原因: 拒绝访问。
错误: 无法终止 PID 5140 (属于 PID 4496 子进程)的进程。
原因: 拒绝访问。
成功: 已终止 PID 4496 (属于 PID 948 子进程)的进程。
错误: 没有找到进程 "SGuardUpdate64.exe"。
请按任意键继续. . .
用什么方式方法 可以查看 还有 什么进程没有结束
|
第一步,尝试调整顺序:
- taskkill /f /im SGuardUpdate64.exe /t
- taskkill /f /im SGuard64.exe /t
- taskkill /f /im SGuardSvc64.exe /t
复制代码
第二步,右键,已管理员身份执行
成功: 已终止 PID 4496 (
属于 PID 948 子进程
)的进程。
查看 PID 948 是什么进程:
复制代码
查看进程名包含SGuard的有哪些进程:
- tasklist | findstr "SGuard"
复制代码
C:\Users\Administrator>tasklist | findstr "SGuard64.exe"
SGuard64.exe 4180 Console 1 135,988 K
C:\Users\Administrator>tasklist | findstr "SGuardSvc64.exe"
SGuardSvc64.exe 632 Services 0 12,652 K
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c ""%~dpnx0"" ::","","runas",1)(window.close)&&exit cd /d "%~dp0"
C:\Users\Administrator>tasklist | findstr "SGuard"
SGuardSvc64.exe 7600 Services 0 9,792 K
SGuard64.exe 1844 Console 1 73,764 K
taskkill /F /FI "USERNAME eq Administrator" /FI "IMAGENAME ne explorer.exe" /FI "IMAGENAME ne dwm.exe"
-
批处理专区: BAT CMD DOS
-
-
其他脚本区
-
-
网络资源区
-
-
论坛事务区
-
[收藏此主题]
[关注此主题的新回复]