I install ADK with Deployment Tools and Windows Preinstallation Environment (Windows PE), run from the Start Menu, Windows Kits, Windows ADK, 'Deployment And Imaging Tools Environment' and use this command. Code: oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bd:\2\boot\etfsboot.com#pEF,e,bd:\2\efi\microsoft\boot\efisys.bin d:\2 d:\Win10MultiEN-US.iso -l17134.112 from the extracted and W10UI updated ISO in D:\2 folder and makes the ISO in my D:\ drive directly. Works perfectly.
every time integration i decide not dism patch the boot.wim. i think it's waste time to patch that. im correct?
for sure you had (previously, before update) some damaged system files or files/folders/registry permissions, that why after the update you started to noticed these issues. so, check your system using… "dism /online /cleanup-image /restorehealth" and then… "sfc /scannow".
For windows versions 7/8.1 there is no "8", it's "0", "1", "2" and "3". Should be the same for 10? FeatureSettingsOverrideMask is allways "3" Disable-MeltdownOnly.reg Code: Windows Registry Editor Version 5.00 ; 2 = Disable Meltdown (VA Shadow) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "FeatureSettingsOverride"=dword:00000002 "FeatureSettingsOverrideMask"=dword:00000003 Disable-Meltdown-Spectre.reg Code: Windows Registry Editor Version 5.00 ; Meltdown/Spectre ; Disable Both [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "FeatureSettingsOverride"=dword:00000003 "FeatureSettingsOverrideMask"=dword:00000003 Disable-SpectreOnly.reg Code: Windows Registry Editor Version 5.00 ; 1 = Disable Spectre (Branch Target Injection) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "FeatureSettingsOverride"=dword:00000001 "FeatureSettingsOverrideMask"=dword:00000003 Enable-Meltdown-Spectre.reg Code: Windows Registry Editor Version 5.00 ; 0 = Enable both Meltdown/Spectre [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "FeatureSettingsOverride"=dword:00000000 "FeatureSettingsOverrideMask"=dword:00000003 Or is yours a new one i missed?
IMPORTANT NOTE: However, for this latest Speculative Store Bypass OS mitigation to be fully enabled and working, it does require (yet another) microcode update and I have not yet seen any details from Intel when these latest round of microcode updates are coming.
I ran it offline on a mounted wim 2 times, 1 time on a x64 mounted wim and 1 time on a mounted x86 wim. Next i ran it multpiple times on x86 and x64 installs (online) and on my main system, all without errors after the current CU was installed. Actually i ran it many times running this (i ran it for x86 and x64):