Skip to content

Instantly share code, notes, and snippets.

@bhumijgupta
Created May 10, 2019 08:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhumijgupta/2d26ab33626521becab3363ed1a8d5c3 to your computer and use it in GitHub Desktop.
Save bhumijgupta/2d26ab33626521becab3363ed1a8d5c3 to your computer and use it in GitHub Desktop.
Windows 10 Backup and restore drivers

Backup Driver

Open command prompt with Admin Privileges Syntax: dism /online /export-driver /destination:"Driver-Backups folder path" Example

dism /online /export-driver /destination:"D:\Driver-Backups"

Restore Driver

  1. Open Device Manager using the Win+X Quick Link menu.
  2. Now right click on any of the devices for which you want to install the driver, and click on Update driver.
  3. You will have two option, automatic, and manual. Select Browse my computer for drivers software.
  4. In the next screen, you need to copy paste the folder path, and also select the option include subfolders.
  5. Click Next.
@CongAn
Copy link

CongAn commented Feb 26, 2023

Success, Thank you!

@yuzaruf
Copy link

yuzaruf commented Mar 10, 2024

wow thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment