Since CM_DEVCAP_SILENTINSTALL is just a property, you need the to find the real driver. YouTube·MDTechVideos
msiexec /i "driver.msi" /quiet /norestart cm_devcap_silentinstall driver download windows 10
However, for advanced users, there are command-line methods to attempt a silent installation of a driver package, regardless of the device capability, provided the driver files are already downloaded: Since CM_DEVCAP_SILENTINSTALL is just a property, you need
@echo off pnputil.exe -i -a -f -p C:\Path\To\cm_devcap_silentinstall.inf Since CM_DEVCAP_SILENTINSTALL is just a property
The Windows pnputil command can add a driver to the driver store silently.