From 92e73e297302f1040d375e92464d1820da2c78f3 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sat, 7 Dec 2024 23:17:56 -0500 Subject: [PATCH 1/2] Add uninstallation steps for root certificate --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4c9d61a..4e217e6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,15 @@ This project uses the official Windows Indirect Display Driver combined with the 3. Right click on IddSampleDriver, choose "Uninstall device" 4. There is a new popup window, in there click Attempt to remove driver for this device. +To uninstall the root certificate: + +1. Search for "Manage user certificates" from the Start menu and open the app. +2. In the sidebar, open the `Certificates - Current User` -> `Trusted Root Certification Authorities` -> `Certificates` folder. +3. Scroll to the bottom of the list on the right hand side pane, you should see "Virtual Display Driver". +4. Right click "Virtual Display Driver" and hit "Delete". +5. In the warning that appears, choose "Yes". +6. The root certificate has now been deleted and you can close the "Manage user certificates" window. + ## Manual/Forced Uninstall Next instructions are for those cases where the device is removed from the system, but driver stil remains. This happens when there is a connection to the device while trying to remove the drivers. To From 9f6ba290d4a8501daff6c787aab6b881b202ee3a Mon Sep 17 00:00:00 2001 From: Bud <75859057+bud3699@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:00:13 +0000 Subject: [PATCH 2/2] Better Updated with instructions on trusted publisher and switched it to local computer from users. And moved it out of easy uninstall to its own section --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e217e6..b91362d 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,6 @@ This project uses the official Windows Indirect Display Driver combined with the 3. Right click on IddSampleDriver, choose "Uninstall device" 4. There is a new popup window, in there click Attempt to remove driver for this device. -To uninstall the root certificate: - -1. Search for "Manage user certificates" from the Start menu and open the app. -2. In the sidebar, open the `Certificates - Current User` -> `Trusted Root Certification Authorities` -> `Certificates` folder. -3. Scroll to the bottom of the list on the right hand side pane, you should see "Virtual Display Driver". -4. Right click "Virtual Display Driver" and hit "Delete". -5. In the warning that appears, choose "Yes". -6. The root certificate has now been deleted and you can close the "Manage user certificates" window. ## Manual/Forced Uninstall @@ -75,6 +67,22 @@ remedy this, there is a a few tricks built into windows. So here goes: 4. ```pnputil /delete-driver oem139.inf``` 5. (If you still get multiple displays after uninstall, try to repeat uninstall procedure in safemode.) + + +## Removing Certificates (Optional) + +To uninstall the root certificate: + +1. Search for "Manage computer certificates" from the Start menu and open the app. +2. In the sidebar, expand `Trusted Root Certification Authorities` -> `Certificates` folder. +3. Scroll to the bottom, until you see "Virtual Display Driver". +4. Right click "Virtual Display Driver" and hit "Delete". In the warning that appears, choose "Yes". +5. In the sidebar, expand `Trusted Publishers` -> `Certificates` folder. +6. Scroll to the bottom, until you see "Virtual Display Driver". +7. Right click "Virtual Display Driver" and hit "Delete". In the warning that appears, choose "Yes". + + + ## HDR Support Now Available for Windows 11 22H2+ ### Videos