User Tools

Site Tools


windows:driverexport

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\

windows/driverexport.txt · Last modified: 2020/04/01 11:58 by tschulz