Windows 10 driver install problem solved

This relates to topics already existing on the forum, but many of which appear to have no solution, and some of them stopping at a solution less than optimal.

image

The problem for me was that when recieving a freshly installed PC, even though provided with admin rights, windows did not allow for devices to be installed. I could install the drivers, but once the USB was connected, windows denied the completion of the install.

After digging deep into various proposals of disabling signed driver requirements, reinstalling Arduino IDE, manually installing drivers etc etc we stumbled on to a the REAL problem.

My windows installation came with a registry entry parameter called "DeviceInstallDisabled" set to 1.

The solution once found - really simple:

  1. open regedit

  2. go to
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DeviceInstall\Parameters

  3. change DeviceInstallDisabled to 0

  4. restart !

  5. done !!

hope this helps someone!

2 Likes

By default that group policy is disabled. Interesting install media that has it enabled.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.