> ## Documentation Index
> Fetch the complete documentation index at: https://help.gorelo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 防病毒标签页显示旧条目

> 使用 WBEMTEST 和 PowerShell 从 Gorelo 防病毒标签页中清除 Windows 安全中心遗留的过期防病毒条目。

## 问题

你已卸载旧的防病毒软件，但它仍然显示在防病毒标签页中。

## 解决方案

旧防病毒软件的残留信息仍然在 Windows 安全中心中。请按照以下步骤操作：

1. 打开提升权限的 PowerShell 窗口
2. 运行 WMI 测试命令

```powershell theme={null}
WBEMTEST 
```

3. 点击 **Connect。**
4. 在 Namespace 字段中输入 `root/securitycenter2`，然后点击 **Connect。**
5. 在 **IWbemServices** 区域，点击 **Query**。
6. 输入 `SELECT * from Antivirusproduct` 并点击 **Apply。**
7. 双击对象，向下滚动到 **displayName** 查看防病毒名称。
8. 删除旧对象。
