Wagnard / display-drivers-uninstaller

Display Driver Uninstaller (DDU) a driver removal utility / cleaner utility
https://www.wagnardsoft.com
Other
517 stars 28 forks source link

Missing some MFT key #60

Closed mirh closed 3 years ago

mirh commented 3 years ago

I noticed when I went to reinstall the latest intel drivers, that the installer was still mentioning some older keys it eventually deleted.

I'm not really sure how much of that is actually deleting still-existing keys, as opposed to just "listing what keys the .inf is programmed to check", but after looking at the DDU sources I'm sure you are at least missing {00C69F81-0524-48C0-A353-4DD9D54F9A6E} and {D186A626-77CA-4D80-942F-61E0A5111AFE}, and potentially more.

Wagnard commented 3 years ago

Yeah the intel installer list the key to remove even if they dont exist.

Le sam. 13 févr. 2021 18 h 50, mirh notifications@github.com a écrit :

I noticed when I went to reinstall the latest intel drivers, that the installer was still mentioning some older keys it eventually deleted.

I'm not really sure how much of that is actually deleting still-existing keys, as opposed to just "listing what keys the .inf is programmed to check", but after looking at the DDU sources I'm sure you are at least missing {00C69F81-0524-48C0-A353-4DD9D54F9A6E} and {D186A626-77CA-4D80-942F-61E0A5111AFE}, and potentially more.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Wagnard/display-drivers-uninstaller/issues/60, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXWDGK2O4XXYLCGU5H6M53S64F5BANCNFSM4XSUEI4A .

mirh commented 3 years ago

I did found HKCR\CLSID\{00C69F81-0524-48C0-A353-4DD9D54F9A6E} and HKCR\MediaFoundation\Transforms\00c69f81-0524-48c0-a353-4dd9d54f9a6e though (and the corresponding WOW6432Node) Instead HKCR\MediaFoundation\Transforms\Categories\d6c02d4b-6833-45b4-971a-05a4b04bab91\00c69f81-0524-48c0-a353-4dd9d54f9a6e is probably going to be deleted anyway. And this was just the Hardware M-JPEG Decoder.

If I were you I'd check some new iigd_dch.inf and old igdlh64.inf for clues.