2018-06-14

Add (USB3) drivers to Windows installation / Missing drivers


  • Copy boot.wim file from your DVD/pen drive to Dekstop
  • Create Drivers folder on desktop and copy your dirvers there
  • Create Temp folder on desktop
  • Open an elevated command line and run the following commands
    • cd %userprofile%\Desktop
    • dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:Temp
    • dism /image:Temp /add-driver /driver:Drivers /recurse /furceunsigned
    • dism /unmount-wim /mountdir:Temp /commit
  • Copy boot.wim to your DVD/flash pen

No comments:

Post a Comment