楼主: Loyisa
收起左侧

[分享] 清理被Antivirus Removal Tool识别出来的杀毒软件残留

  [复制链接]
Loyisa
 楼主| 发表于 2024-11-9 10:21:31 | 显示全部楼层
wwwab 发表于 2024-11-9 10:14
直接 wmic /NAMESPACE:"\\root\securitycenter2" path antivirusproduct where displayName={displayName ...

注册表那个地方我用的ark工具删的
加油
发表于 2024-11-14 23:30:57 | 显示全部楼层
Antivirus Removal Tool这个工具在哪里下载
ongarabazanade
发表于 2024-11-21 17:39:54 | 显示全部楼层
加油 发表于 2024-11-14 23:30
Antivirus Removal Tool这个工具在哪里下载

防病毒清除工具
https://antivirus-removal-tool.com/
cxy密斯
发表于 2024-11-22 09:30:14 | 显示全部楼层
看来RE和BC卸载的都挺干净的,geek不行
bbszy
发表于 2024-11-22 11:32:38 | 显示全部楼层
清理后再次安装也不会写入了
潜龙在渊1022
发表于 2024-11-23 10:41:57 | 显示全部楼层
重置系统效果最好
扬帆起航
发表于 2024-12-31 16:21:31 | 显示全部楼层
wmic在新版的win 11上被删除了,下面的命令应该是等效物

  1. Get-CimInstance -Namespace "root\SecurityCenter2" -ClassName "AntiVirusProduct" | Select-Object *
复制代码

评分

参与人数 1人气 +3 收起 理由
Loyisa + 3 版区有你更精彩: )

查看全部评分

pal家族
发表于 2025-3-31 16:17:02 | 显示全部楼层
扬帆起航 发表于 2024-12-31 16:21
wmic在新版的win 11上被删除了,下面的命令应该是等效物

Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。

尝试新的跨平台 PowerShell https://aka.ms/pscore6

PS C:\WINDOWS\system32> Get-CimInstance -Namespace "root\SecurityCenter2" -ClassName "AntiVirusProduct" | Select-Object *


displayName              : ESET Security
instanceGuid             : {DF8BEACB-94C9-218A-73AD-A78362A8C516}
pathToSignedProductExe   : C:\Program Files\ESET\ESET Security\ecmds.exe
pathToSignedReportingExe : C:\Program Files\ESET\ESET Security\ekrn.exe
productState             : 266240
timestamp                : Tue, 09 Apr 2024 01:50:20 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : 电脑管家系统防护
instanceGuid             : {512E2CB6-FF66-A088-DF66-EC454CC3ED03}
pathToSignedProductExe   : C:\Program Files (x86)\Tencent\QQPCMgr\15.6.23123.201\QQPCMgr.exe
pathToSignedReportingExe : C:\Program Files (x86)\Tencent\QQPCMgr\15.6.23123.201\qmbsrv.exe
productState             : 262144
timestamp                : Mon, 06 May 2024 06:48:52 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : ESET Smart Security 4.2
instanceGuid             : {77DEAFED-8149-104B-25A1-21771CA47CD1}
pathToSignedProductExe   : ecmd.exe
pathToSignedReportingExe : C:\Program Files\ESET\ESET NOD32 Antivirus\x86\ekrn.exe
productState             : 262160
timestamp                : Thu, 25 Aug 2022 11:05:28 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : 金山毒霸铠甲防御
instanceGuid             : {FAD9F29E-4E09-E597-1BB1-284A98BC6E0B}
pathToSignedProductExe   : c:\program files (x86)\kingsoft\kingsoft antivirus\\kxetray.exe
pathToSignedReportingExe : C:\Program Files (x86)\kingsoft\kingsoft antivirus\kxescore.exe
productState             : 335872
timestamp                : Wed, 17 Aug 2022 11:03:55 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : Windows Defender
instanceGuid             : {D68DDC3A-831F-4fae-9E44-DA132C1ACF46}
pathToSignedProductExe   : windowsdefender://
pathToSignedReportingExe : %ProgramFiles%\Windows Defender\MsMpeng.exe
productState             : 393472
timestamp                : Sun, 28 Apr 2024 13:38:36 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : Kaspersky
instanceGuid             : {4F76F112-43EB-40E8-11D8-F7BD1853EA23}
pathToSignedProductExe   : C:\Program Files (x86)\Kaspersky Lab\Kaspersky 21.20\wmiav.exe
pathToSignedReportingExe : C:\Program Files (x86)\Kaspersky Lab\Kaspersky 21.20\avp.exe
productState             : 270336
timestamp                : Mon, 31 Mar 2025 05:56:38 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : 联软杀毒
instanceGuid             : {88D09D56-FC7B-E037-62C6-0B841A858445}
pathToSignedProductExe   : C:\windows\LVUAAgentInstBaseRoot\UniAV\Package\lvavwsctrl.exe
pathToSignedReportingExe : C:\Windows\LVUAAgentInstBaseRoot\UniAV\package\lvavwsctrl.exe
productState             : 331776
timestamp                : Mon, 21 Aug 2023 00:02:48 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties

displayName              : ESET Security
instanceGuid             : {26E0861C-6FB9-CEF9-E4F0-531986211ACE}
pathToSignedProductExe   : C:\Program Files\ESET\ESET Security\ecmds.exe
pathToSignedReportingExe : C:\Program Files\ESET\ESET Security\ekrn.exe
productState             : 266240
timestamp                : Thu, 02 Jan 2025 09:04:56 GMT
PSComputerName           :
CimClass                 : ROOT/SecurityCenter2:AntiVirusProduct
CimInstanceProperties    : {displayName, instanceGuid, pathToSignedProductExe, pathToSignedReportingExe...}
CimSystemProperties      : Microsoft.Management.Infrastructure.CimSystemProperties



PS C:\WINDOWS\system32>

绝了,然后该怎么搞啊!
扬帆起航
发表于 2025-3-31 16:37:30 | 显示全部楼层
pal家族 发表于 2025-3-31 16:17
Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。

试试把查出来的数据,用帖子主楼的方法去清理。

(我现在不用Windows,具体是否有效,我没有做太多的测试)
Loyisa
 楼主| 发表于 2025-4-3 04:45:37 | 显示全部楼层
pal家族 发表于 2025-3-31 16:17
Windows PowerShell
版权所有 (C) Microsoft Corporation。保留所有权利。

你的杀软好多
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-4-15 11:39 , Processed in 0.162656 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表