USB Driver – How to Fix ‘This Device Cannot Start (Code 10)’ Error

device managerdriversusbusb-2windows 10

I've been tired trying find a solution,
My USB controllers have a yellow exclamation sign in Device manager thus any USB I plug into isn't functioning until I remove the driver and reinstall it, and in the next restart it is stopping again and I have to redo all that bad stuff again which sometimes make the computer hang and need to be restarted with the Reset button

I'm using Windows 10 version 1709 build 16299.371

And here are some screenshots:

enter image description here

enter image description here

Best Answer

The solution from member Karen Hu:

Deleting LowerFilter and UpperFilter values of that USB classes in the registry. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class***********

You can find the class guid from device manager, USB controller properties -> Details -> Class GUID.

Related Question