Window driver backup and installation

1. Open the command prompt as [Administrator]

2. Enter dism /online /export-driver /destination:D:MyDrivers and press enter

       Note: D:MyDrivers is the storage location of the backup file, you can modify it yourself.

3. To install all drivers, enter the command: Dism /online /Add-Driver /Driver:D:MyDrivers /Recurse

Guess you like

Origin blog.csdn.net/wangjz2008/article/details/114034554