添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
  1. taskkill /f /im SGuard64.exe /t
  2. taskkill /f /im SGuardSvc64.exe /t
  3. taskkill /f /im SGuardUpdate64.exe /t
复制代码
想结束掉  腾讯的游戏的   ACE-Guard  这个进程
用这个 命令 出现
错误: 无法终止 PID 5140 (属于 PID 4496 子进程)的进程。
原因: 拒绝访问。
错误: 无法终止 PID 5140 (属于 PID 4496 子进程)的进程。
原因: 拒绝访问。
成功: 已终止 PID 4496 (属于 PID 948 子进程)的进程。
错误: 没有找到进程 "SGuardUpdate64.exe"。
请按任意键继续. . .
用什么方式方法  可以查看   还有 什么进程没有结束
第一步,尝试调整顺序:
  1. taskkill /f /im SGuardUpdate64.exe /t
  2. taskkill /f /im SGuard64.exe /t
  3. taskkill /f /im SGuardSvc64.exe /t
复制代码
第二步,右键,已管理员身份执行

成功: 已终止 PID 4496 ( 属于 PID 948 子进程 )的进程。

查看 PID 948 是什么进程:
  1. tasklist | findstr "948"
复制代码
查看进程名包含SGuard的有哪些进程:
  1. tasklist | findstr "SGuard"
复制代码
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】 http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】 http://bbs.bathome.net/thread-67716-1-1.html
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"
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】 http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】 http://bbs.bathome.net/thread-67716-1-1.html
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
其他脚本区
网络资源区
论坛事务区
[收藏此主题] [关注此主题的新回复]