Backing up and restoring drivers quickly under Windows

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker, purchase my 3D plans, or make a donation or subscribe on Ko-Fi. Thank you!

Hello,

It is possible without third-party software to back up and restore your drivers in Windows (the method used works from Windows 10).

Commands used for backing up and restoring drivers under Windows

# In a command line environment as administrator.
# Export all driver packages
pnputil /export-driver * c:\backup
# Add several driver packages
pnputil /add-driver c:\backup\*.inf /subdirs

Video : Backing up and restoring drivers quickly under Windows

Play

Related links