I'm assuming this is replacing the previous 3 ? lol Edit: it doesnt Anyone have the non-express .cab ?
It actually does replace the previous just verified the components manifests Express needs uncompressed .psf regular one is a complete standalone compressed package
You gotta dig through datastore and look for the correct one. Ones you don't want: psf express non-sha1 trail ones It will eventually find the correct one.
Hint: when we starting windows 10240 iso's "setup.exe", all applicable updates are stored in $Windows.~BT folder. You just need to wait till it says everything is ready to install. Then copy updates to another folder and abort installation (it will delete $Windows.~BT after this). I mean - big .cab-packages keeping here too.
Easy installation .cab .msu in a folder : .cab .msu files + cmd file Code: @echo off DISM.exe /online /Add-Package /PackagePath:%~dp0 pause
So is this the current list of updates applicable, do i need to add/remove any of these updates in order integrate KB3074674 KB3074686 KB3074679 KB3074680
i think that only latest one (KB3074680) is needed. because they are cumulative and include previous fixes.
For some reason Windows Update calls for all 4 to be installed. Some think the KB3074680 is all that's needed but Microsoft thinks different i guess. I integrated in the order of Windows Update install order which is, KB3074674 > KB3074679 > KB3074686 > KB3074680