Windows 10 Hotfix Repository

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

  1. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    The KB file name is the same but I guess it's updated since my system just got updated to .107?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
    Do we know about any changes in it? I installed it and all went fine.
     
  3. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    is there a way to force install the cab?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,054
    24,375
    340
    Code:
    dism /online /Add-Package /PackagePath:xxxxxxxxx.cab
     
    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
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. 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...
  7. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    686
    10
    Yes, I see now. My fault, sorry. I apologize for misinformation.
     
  8. javaspain

    javaspain MDL Senior Member

    Jul 29, 2009
    260
    143
    10
    Install CAB FILES
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"

    Install MSP/MSU/MSI/EXE FILES
    FOR %%I IN ("*.MSP" "*.MSU" "*.MSI" "*.EXE") DO %%I /quiet /norestart
     
  9. Warkratos

    Warkratos MDL Member

    May 14, 2015
    159
    290
    10
  10. 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...
  11. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    The Adobe Flash update - is it supposed to work or not? Perhaps I downloaded the 32bit version...
     
  12. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    I was able to install the cab with your method but using the w10ui I was getting update was already installed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    309
    76
    10
    #6675 ARCIGA, Oct 30, 2018
    Last edited: Oct 30, 2018
    Can't download
    UUPDL Send Me an Error
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #6676 Enthousiast, Oct 30, 2018
    Last edited: Oct 30, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    That's because that update is from October 3. the current SSU, not the new CU from October 30.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    Why this fix KB4464455 has the same name like its previously ?
     
  17. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,223
    655
    60
    because is just a new build of the same update with few small changes only.