I was using device manager to try and get my HP Windows 10 computer to work with a USB Device however realised that I had changed all the USB ports drivers. Upon restarting the computer, My mouse and keyboard stopped being recognised.
My keyboard and mouse work in BIOS mode and I am able to put the computer into recovery mode from which I am able to open the command prompt.
My question is, How do I reset the USB drivers to default from the command prompt? So that my computer can recognise my keyboard and mouse on startup?
1 Answer
Enter C: in the Command Prompt.
Enter this command: dism /image:c:\ /get-drivers
Note down the Published Name for the USB driver.
Enter this command: dism /image:c:\ /remove-driver /driver:oem0.inf
Full procedure here
6