Windows 10 Hotfix Repository

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

  1. Deke40

    Deke40 MDL Novice

    Nov 17, 2015
    38
    1
    0
    #1601 Deke40, Nov 24, 2015
    Last edited: Nov 24, 2015
    Anything New On Latest Update?

    I haven't had a chance to check it out yet.
     

    Attached Files:

  2. Deke40

    Deke40 MDL Novice

    Nov 17, 2015
    38
    1
    0
    They didn't get the regedit search fixed.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Nothing Bitlocker related updated in the cumulative

    App model execution (WinRT stuff) and DeviceAccess policy
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    #1604 Enthousiast, Nov 24, 2015
    Last edited: Nov 24, 2015
    I've got it now on WU, yesterday (tuesday 24th of november 22:35) it wasn't).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. pawX

    pawX MDL Member

    Jul 29, 2009
    177
    291
    10
    Yeah, the BitLocker issue isn't fixed with this new update. However, Microsoft has finally acknowledged it and are "working to isolate and confirm the BitLocker issue".
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Kindly read previous posts, they are two different updates
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    I'm not quite sure how to use these. They don't seem to be integratable, and if you copy the contents over the old ones it gives setup errors.
    I think they are intended for download only.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    I haven't tried these particular ones, yet. I'm momentarily quite buisy creating all 1511 svf.sfx patches.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,333
    3,579
    60
    The difference between the previous cumulative (3118754) and the new one (3120677) is the addition of the following components (all are ver 10.0.10586.14):

    amd64_microsoft-appmodel-exec-events (Microsoft-Windows-AppModelExecEvents.dll)
    amd64_microsoft-windows-advertisingid
    amd64_microsoft-windows-deviceaccess (AppPrivacy.admx, dabmigplugin.dll, deviceaccess.dll)
    amd64_microsoft-windows-modernexecserver (modernexecserver.dll)
    amd64_microsoft-windows-web-app-host (WWAHost.exe)
    wow64_microsoft-windows-deviceaccess (dabmigplugin.dll, deviceaccess.dll)
    wow64_microsoft-windows-web-app-host (WWAHost.exe)

    and amd64_microsoft-windows-coreos-revision has changed from 10.0.10586.11 to 10.0.10586.14
     
  11. Bezalel

    Bezalel MDL Member

    Apr 30, 2012
    230
    23
    10
    #1613 Bezalel, Nov 25, 2015
    Last edited by a moderator: Apr 20, 2017
    Oops, didn't catch that. What I ended up doing was delete the "Final" key and then recreate it, this sets new permissions based on the "ADOVMPPackage" key. It works.

    Code:
    reg load HKLM\temp W:\windows\system32\config\system
    reg delete HKLM\temp\ControlSet001\Services\ADOVMPPackage\Final /f
    reg add HKLM\temp\ControlSet001\Services\ADOVMPPackage\Final /v ActivationEnabled /t REG_DWORD /d 2 /f
    reg unload HKLM\temp
    
     
  12. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    Interesting to know what 10586.14 change.The previous changed copyright from 2016 to 2015.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Here it's still 10586.11 after the last cumulative. UBR = 14
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    I think it's ok. I have these values too.
     
  15. damianfox

    damianfox MDL Senior Member

    Jan 23, 2011
    339
    217
    10
    Type, winver at a command prompt that is what will say 10586.14
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...