Windows 10 Hotfix Repository

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

  1. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    715
    443
    30
    Did I miss something? Why does 19041.572 need to be updated to 19041.601 in order to install a Microsoft Edge update?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
  3. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    715
    443
    30
    #10863 donmiller, Oct 16, 2020
    Last edited: Oct 16, 2020
    I'm not claiming anybody said that. I just looked at uupdump.ml and I'm seeing a Microsoft Edge update (KB4584229) to 19041.601 and I'm wondering why the build number needs to go to 601 to update Microsoft Edge. I'm just curious about it.

    Edit: Just realized that I'm posting this in the wrong thread. Sorry, I just woke up! :huh:
     
  4. exian

    exian MDL Novice

    Aug 31, 2020
    12
    1
    0
    Thanks for your work Enthousiast. In the updates section for 1809 you have "DotnetCU 3.5 & 4.8" and "DotnetCU 3.5 & 4.7.2". Can I skip 4.7.2 or are both required?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
    If .net48 is installed/integrated, only the CU for .net48 is needed.
     
  6. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    42
    35
    0
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
    The only website i can find people with those errors is deskcrapper, never seen it mentioned on here before.
     
  8. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    42
    35
    0
    Yes. This error (0x800f0988), which occurs in ambiguous situations, has rarely been mentioned.
    Google search:
    - site:forums.mydigitallife.net 0x800f0988
    - site:reddit.com 0x800f0988
    - site:tenforums.com 0x800f0988
     
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,800
    5,573
    180
    Have you asked Jason ?
    @NorthFaceHiker
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
    What i know from @abbodi1406 the error mainly occurs on non english installs.

    I don't run non english windows, my wife does, still on 18362, not installing IP updates and never has any problems either.
     
  11. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,800
    5,573
    180
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
    Nice find (the links are from wsus?):)
     
  13. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    245
    221
    10
    copycat ninja like 1909 links.

    :D
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
  15. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
  16. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,390
    1,322
    120
    Completely OK and completely safe.
    Only the Edge legacy will be hidden (it will not be removed) and new Edge will be installed if you do not already have a new Edge yet.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,800
    5,573
    180
    Do you know how to install a .CAB File ?
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,006
    93,807
    450
    Yes, that's the way to do it.
     
  19. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,390
    1,322
    120
    The simplest way is add link to right-clik menu and then You need only right-click to the .cab fle.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\shell\runas]
    @="Install CAB"
    "HasLUAShield"=""
    "NoWorkingDirectory"=""
    
    [HKEY_CLASSES_ROOT\*\shell\runas\command]
    @="cmd /k dism /online /add-package /packagepath:\"%1\""
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    
    
    Or use this method
    Code:
    DISM.exe /Online /Add-Package /PackagePath:C:\wupdate\kb4562830-x64
    .cab file must be in folder C:\wupdate (rename file and make this folder)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...