Export Device Drivers (Windows 10)

  1. Create a folder to store exported drivers
  2. run an elevated command prompt.
  3. Type the following DISM command
    dism /online /export-driver /destination:"c:\drivers"

    This will export all the drivers to c:\drivers\