> ## 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.

# Antivirus tab shows old entries

> Clear stale antivirus entries from the Gorelo Antivirus tab by removing remnants in the Windows Security Center using WBEMTEST and PowerShell.

## Problem

You’ve uninstalled the old antivirus and yet it continues to show in the antivirus tab.

## Solution

Remnants of the old antivirus are still in the Windows Security Center. Follow these steps:

1. Open an elevated PowerShell window
2. Run the WMI tester command

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

3. Click **Connect.**
4. Enter `root/securitycenter2` in the Namespace field and click **Connect.**
5. In the **IWbemServices** section, click **Query**.
6. Input `SELECT * from Antivirusproduct` and click **Apply.**
7. Double-click the object and scroll down to **displayName** to see the AV name.
8. Delete the old objects.
