Welcome to this video. I will show you how to extract, backup, and install multiple drivers (graphics, sound, wifi and wired network, firmware etc.) with the Microsoft command-line tool PnPUtil (pnputil.exe).
Export drivers command:
pnputil /export-driver * c:\DriverBackup\
Install drivers command:
pnputil /add-driver c:\DriverBackup\*.inf /subdirs /install
Contents:
0:00 Introduction
0:10 Export Drivers
0:49 Backup Drivers on USB Drive
1:36 Import/Install Drivers
Business Email: [email protected]
#windows #drivers #installation #exportimport