Every few weeks I check what's with my C drive. I use the free Treesize , today I saw this *To find what driver they are , In CMD prompt
Code: Select all
pnputil.exe /e > c:\driver.txtSo I deleted them with CMD
Code: Select all
pnputil.exe /d OEMxx.INF** Next is to clean the winSXS folder
run
Code: Select all
dism /Online /Cleanup-Image /AnalyzeComponentStoreCode: Select all
Dism.exe /online /Cleanup-Image /StartComponentCleanupSome times I do more "unconventional" things to fight win10 , but maybe the average user will not.
*** These are my suggestions, be careful as basically it's your own system and your risk.
