Win10 system driver backup method

  
1. Right click on the Start button and select “Command Prompt 

2. Enter the following command and press Enter to wait for the backup to complete:
dism /online /export-driver /destination:D :MyDrivers
Note: The above "D:MyDrivers" can be replaced with the location where you want to back up the driver. You need to create

3 first. To restore the system without the proper driver, execute the following command. You can:
Dism /online /Add-Driver /Driver:D:MyDrivers /Recurse
Note:“D:MyDrivers” needs to be replaced with the location of your backup driver
This method is suitable for backup and Restore INF format drivers. Other formats such as Windows Installer (MSI) and EXE format driver packages are not included in the backup and recovery scope.

Copyright © Windows knowledge All Rights Reserved