Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Will W10UI be updated to exclude the FxP when running on 2021 LTSC?

    Hololens?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Do i have to? :rolleyes:

    --
    Yes, but it's Windows Mixed Reality
    Hololens is the device :D
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    For people who will include it in their multiple index updating projects?:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,757
    60
    weirdos
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    So, same as with 22000.xxx now, thanks :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    Congrats on page 666 btw. This will probably be... one hell of a page. :tooth:
     
  7. armond

    armond MDL Addicted

    Jun 16, 2008
    752
    250
    30
    Aah, So therefore no need to include KB5004393 when integrading, for example, KB5007253?
     
  8. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,869
    90
    That would actually be nice. It feels weird integrating the FxP.cab into a november image(the fxp hasn't been updated since june or july if i'm not mistaken).
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Version showed in Settings might be misleading (they didn't update FX lang resources in the LCU)

    what's this powershell command return?
    Code:
    (Get-AppXPackage -Name "MicrosoftWindows.Client.CBS").Version
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    362
    10
    I installed Windows10.0-KB5003791-x64 and that ENABLED [21H2-EP_120.2212.3920.0] on my LTSC 2021 in VMware...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    828
    515
    30
    There's probably some MDL members that won't understand the reference to "666". But that's O.K. by me... :)
     
  15. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,924
    5,776
    180
    666 is the sign of the Devil
     
  16. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Thought it was 616 and 666 was a misunderstanding.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,476
    2,578
    60
    Professor David Parker, Professor of New Testament Textual Criticism and Paleography
    at the University of Birmingham, thinks that 616, although less memorable than 666, is the original.

    He said:
    "This is an example of gematria, where numbers are based on the numerical values of letters in people's names.
    Early Christians would use numbers to hide the identity of people who they were attacking: 616 refers to the Emperor Caligula." <[deemed to be the AntiChrist at that time]

    The Book of Revelation is traditionally considered to be written by John, a disciple of Jesus;
    it clearly identifies 666 as the mark of the Antichrist (The Beast). [But... Easy to see where the confusion lies]
     
  18. andom

    andom MDL Novice

    Jun 21, 2015
    42
    62
    0
    Can someone clarify for me regarding the later builds (19043.x in particular) regarding /StartComponentCleanup [/Resetbase] and its interaction with DisableResetbase / DisableComponentBackups / SupersededActions.

    I found some notes way back in this thread stating that /ResetBase should not be run on the OS(offline/online) image past build 18362, or future LCU's cannot be applied. Is this still the case, and if so do Superseded updates have to be manually removed every patch cycle (e.g. .NET Rollup)?

    Looking at the 21H2 release images:

    PE Images have DisableComponentBackups=1 defined, other two not defined, assume SupersededActions should be set to 3. /ResetBase is fine here, since only used during setup?

    OS Images have DisableResetbase=1 defined, other two not defined, assume SupersededActions should be set to 3, Leave DisableComponentBackups undefined? Don't use /ResetBase here?