User Tools

Site Tools


windows:driverexport

This is an old revision of the document!


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.1585760291.txt.gz · Last modified: 2020/04/01 11:58 by tschulz