Windows 10 Hotfix Repository

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

  1. donmiller

    donmiller MDL Addicted

    Joined:
    Jun 4, 2016
    Messages:
    518
    Likes Received:
    323
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  3. donmiller

    donmiller MDL Addicted

    Joined:
    Jun 4, 2016
    Messages:
    518
    Likes Received:
    323
    Trophy Points:
    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

    Joined:
    Aug 31, 2020
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    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

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    If .net48 is installed/integrated, only the CU for .net48 is needed.
     
  6. oceansalt

    oceansalt MDL Novice

    Joined:
    Mar 26, 2017
    Messages:
    34
    Likes Received:
    20
    Trophy Points:
    0
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    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

    Joined:
    Mar 26, 2017
    Messages:
    34
    Likes Received:
    20
    Trophy Points:
    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

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    Have you asked Jason ?
    @NorthFaceHiker
     
  10. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    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. ananhaid

    ananhaid MDL Member

    Joined:
    Oct 16, 2017
    Messages:
    224
    Likes Received:
    207
    Trophy Points:
    10
  12. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  13. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Nice find (the links are from wsus?):)
     
  14. ananhaid

    ananhaid MDL Member

    Joined:
    Oct 16, 2017
    Messages:
    224
    Likes Received:
    207
    Trophy Points:
    10
    copycat ninja like 1909 links.

    :D
     
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  16. jcc2

    jcc2 MDL Junior Member

    Joined:
    Mar 23, 2010
    Messages:
    86
    Likes Received:
    29
    Trophy Points:
    0
  17. kaljukass

    kaljukass MDL Guru

    Joined:
    Nov 26, 2012
    Messages:
    2,436
    Likes Received:
    883
    Trophy Points:
    90
    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.
     
  18. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    Do you know how to install a .CAB File ?
     
  19. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    Yes, that's the way to do it.
     
  20. kaljukass

    kaljukass MDL Guru

    Joined:
    Nov 26, 2012
    Messages:
    2,436
    Likes Received:
    883
    Trophy Points:
    90
    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)