Windows Drivers Backup
·
1min
·
coleaderme
Simple app
Download: Double Driver from here
example location d:\drivers
run powershell
:
Backup
Export-WindowsDriver -Online -Destination d:\drivers
Restore
pnputil /add-driver "d:\drivers\*.inf" /subdirs /install /reboot