Backup device drivers using DISM
Author: Ryan   Posted: 24 June 2020   Viewed: 5684 times   Tag: #Windows 10
Note: This method will only make a backup of those .inf drivers. Other drivers installed using an .msi or .exe package won’t get backed up.
1. Open File Explorer
2. Create a new folder where you want to store the backup with all the drivers
3. Open Start
4. Search Command Prompt and select Run as administrator option

5. Enter the following command and press Enter:
DISM /online /export-driver /destination:C:DriverBackup

All the drivers are storing in C:WindowsSystem32DriverStore now
Related Items
Partners