DISM commando,s voor updaten WIM file

Download  eerst de msu update https://www.catalog.update.microsoft.com/

Je kunt een MSU bestand ook los installeren via het wusa.exe commando (Silent mode)



wusa.exe c:\Temp\windows10.0-kb4056887-x64.msu /quiet /norestart

Om te testen of de update goed is geinstalleerd kun jet het volgende commando gebruiken
wmic qfe list | findstr 4056887 (het nummer is van het KB nummer)

Hoe extract je een cab file van een MSU pakket
expand _f:* “C:\Temp\windows10.0-kb4056887-x64.msu” C:\Temp\kb4056887

Installeer een CAB update file in Windows 10
DISM.exe /Online /Add-Package /PackagePath:c:\Temp\kb4056887\Windows10.0-KB4056887-x64.cab

Installeer een CAB file in silent mode en met een uitgestelde restart
start /wait DISM.exe /Online /Add-Package /PackagePath: c:\Temp\kb4056887\Windows10.0-KB4056887-x64.cab /Quiet /NoRestart


Dism /Get-ImageInfo /ImageFile:D:\DISM_CREATE\install.wim

 

Index : 3

Name : Windows 10 Enterprise

Description : Windows 10 Enterprise

Size : 14.895.975.620 bytes

 

 DISM /mount-wim /wimfile:"C:\Install\WIM\install.wim" /index:3 /mountdir:"C:\Install\Mountdir"

 

 Dism /Add-Package /Image:"C:\Install\Mountdir" /PackagePath="C:\Install\DISM_CREATE\windows10.0-kb4550945-x64_8bc93fe5c681ddf741120602899a730c65c155d6.msu" /LogPath=C:\Install\DISM_CREATE\LogPath\dism.log

 

Dism /Add-Package /Image:"mount dir" /PackagePath="updates folder\cu1.msu" /PackagePath="updates folder\cu2.msu" /PackagePath="updates folder\cu3.msu" /LogPath=log the output to a file

  

Dism /Get-Packages /image:C:\Install\Mountdir

  

dism.exe /Unmount-wim /mountdir:"C:\Install\Mountdir" /commit

  

dism /unmount-wim /mountdir:"C:\Install\Mountdir" /discard

 

dism /cleanup-wim

 

dism /get-mountedwiminfo

 

Dism /Online /Cleanup-image /Checkhealth

 

Dism /Online /Cleanup-image /ScanHealth

 

Dism /Online /Cleanup-image /Restorehealth