Skip to content

EDID Security Check

This guide covers how to check for unwanted EDID entries and remove them from your registry.


Step 1: Check for Unwanted EDIDs

Check your registry for EDID entries. If you see weird or unknown EDID entries (devices you don't recognize), follow the steps below to remove them.

If all entries look normal, you can skip this guide.


Step 2: Remove EDID from Registry

Deleting EDID entries was not possible until recently and used to require a full Windows reinstall. Fortunately, there is now an easier way.

Administrator Required

All commands in this section must be run as Administrator.

Steps:

  1. Create a folder C:\Tools\ and download PsExec from Microsoft, then extract it to C:\Tools\

  2. Press Win and type cmd.exe in the search field, then right-click and select Run as administrator

Run CMD as Administrator

  1. Type here:

    C:\Tools\PsExec64.exe -i -s regedit
    

  2. Now you are in regedit from system account. Navigate to:

    HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Enum/DISPLAY/
    

  3. Delete all keys inside it

Note

New EDIDs of connected devices will be added again automatically or after reboot.


Step 3: Cleanup After PsExec

After using PsExec, follow these steps to remove leftover services and files:

Stop and Delete the Service

  1. Open Command Prompt as Administrator (right-click CMD → Run as administrator)
  2. Run the following commands:
sc stop PSEXESVC
sc delete PSEXESVC

Remove the Executable

Manually delete this file:

C:\Windows\PSEXESVC.exe

Remove Registry Entry

  1. Press Win+R and type regedit, then press Enter
  2. Navigate to: HKEY_CURRENT_USER\Software\Sysinternals\PsExec
  3. Right-click on PsExec and select Delete

Next Step

Once cleanup is complete, proceed to Table Detection.