Windows 10/Drivers

Windows 10/Drivers

Backup drivers

first create target dir for store backups: C:\DriverBackup

DISM /online /export-driver /destination:C:\DriverBackup

Restore drivers

pnputil /add-driver "full path of folder*.inf" /subdirs /install /reboot

The /reboot option in the command will automatically restart the computer if needed to complete the operation of importing the drivers.

Integrate drivers to dism

DISM /online /Add-Driver /Driver:D:\DriverBackup /Recurse


Last update: 2021-04-09 09:15:25 UTC