Windows Drivers Backup

· 1min · coleaderme
Table of Contents

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