Windows 10 Hotfix Repository

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    Nice find (the links are from wsus?):)
     
  2. ananhaid

    ananhaid MDL Member

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

    :D
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
  4. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
  5. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,446
    1,340
    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...
  6. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    Do you know how to install a .CAB File ?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    Yes, that's the way to do it.
     
  8. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,446
    1,340
    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...
  9. jcc2

    jcc2 MDL Member

    Mar 23, 2010
    119
    38
    10
    Many thanks for all of your replies. My concern was that in a previous post it mentioned that the EP made reference to 19041.479 and yes, I do know how to install a cab file :D:D:D

    Many thanks to all once again for all the work you guys do so newbies like me can keep our PCs running smoothly and up to date.

    JCC2
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
  11. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    Script mode:
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"


     
  12. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    I can't get to UUPDump, NET::ERR_CERT_DATE_INVALID.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    Working fine here, Firefox:)
     
  14. case-sensitive

    case-sensitive MDL Expert

    Nov 7, 2013
    1,681
    738
    60
    Same here . The certificate was only valid untill today .
     
  15. case-sensitive

    case-sensitive MDL Expert

    Nov 7, 2013
    1,681
    738
    60
    LOL ....... and now it works :)
     
  16. case-sensitive

    case-sensitive MDL Expert

    Nov 7, 2013
    1,681
    738
    60
    Because someone just updated it at 18,52,21
     
  17. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
  18. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    Back to normal now.