Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uninstallation steps for root certificate #202

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ 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.


## 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
Expand All @@ -66,6 +67,19 @@ 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".
Comment on lines +78 to +80
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh nice, I missed this bit!



## HDR Support Now Available for Windows 11 22H2+

### Videos
Expand Down