Showing posts with label dism. Show all posts
Showing posts with label dism. Show all posts

2020-01-22

Uninstall/repair pending update [Windows 10]

Open a command prompt and run the command:

dism /image:C:\ /Cleanup-Image /revertpendingactions

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