This attempts to install the driver silently. However, if the driver package explicitly requires UI interaction (like a specific proprietary installer from the manufacturer, common with GPU drivers), the command line might fail or the manufacturer's setup file must be run with specific flags (usually /s or /silent ).
Once you have the driver folder (with .inf ), run as admin: cm_devcap_silentinstall driver download windows 10
msiexec /i "driver.msi" /quiet /norestart This attempts to install the driver silently