> ## 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 從 Windows 資訊安全中心清除殘留項目，移除 Gorelo 防毒分頁中過時的條目。

## 問題

你已解除安裝舊的防毒軟體，但它仍持續顯示在防毒分頁中。

## 解決方法

舊防毒軟體的殘留資料仍留在 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** 以查看 AV 名稱。
8. 刪除舊物件。
