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