Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    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. :)
     
  2. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    246
    221
    10
    every time integration i decide not dism patch the boot.wim.

    i think it's waste time to patch that. im correct?
     
  3. ColdZero

    ColdZero MDL Android 17

    Nov 9, 2009
    705
    3,230
    30
    Does the June update damage the start menu?
    is it ok to install?
     
  4. ColdZero

    ColdZero MDL Android 17

    Nov 9, 2009
    705
    3,230
    30
  5. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,223
    653
    60
    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".
     
  6. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    237
    30
     
  7. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    #6034 Enthousiast, Jun 13, 2018
    Last edited: Jun 13, 2018
    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?
     
  9. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    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.
     
  10. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    246
    221
    10
    by my test dism x86. cleanup error still came again randomly.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,446
    450
    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):
     

    Attached Files: