Windows 7 Hotfix repository

Discussion in 'Windows 7' started by SoLoR, May 22, 2010.

  1. RicaNeaga

    RicaNeaga MDL Senior Member

    Apr 25, 2011
    253
    452
    10
  2. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,091
    682
    90
    The current version is 7601.22436.amd64fre.win7sp1_ldr.130828-1532?

    Thanks
     
  3. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
  4. parapher

    parapher MDL Senior Member

    Nov 6, 2012
    323
    249
    10
    Thanks, I found this out as well and can verify this.
     
  5. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,435
    11,781
    240
    Interesting, but I'm showing that as an MSI based update...
    These cab files are actually offline integrate-able.
     
  6. pegasus80

    pegasus80 MDL Senior Member

    Nov 23, 2009
    259
    538
    10
    Yes, that's the current version that I have for win7 x64
     
  7. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    722
    263
    30
    Lol im way behind @ 7601.22137.amd64fre.win7sp1_ldr.121018-0535
    Time to update. Just waiting for the repos to stabilize. Looks like komm got its things in order. Not much hope for mcrip as hes still moving to a new home i guess.
     
  8. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,091
    682
    90
    For KB2685811 and KB2685813, they must be installed in "normal" and not forcing the "LDR" mode, right?
    I integrate the hotfix to ISO, how to integrate into "normal", I use a script to integrate hotfixes in "LDR"

    Thanks


    EDIT: I tried uninstalling these two hotfixes, and in the "Disk Cleanup" I still do not have the "cleaning WU" option but I see "cleaning WU" during initialization of "cleaning disk"
    This option appears only if there has obsolete hotfixes to "clean" ?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,810
    94,909
    340
    #8596 abbodi1406, Oct 15, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Dism /Image:C:\mount /Add-Package /PackagePath:Windows6.1-KB2685811-x64.msu
    Dism /Image:C:\mount /Add-Package /PackagePath:Windows6.1-KB2685813-x64.msu
    maybe
    you can show it (along with all other Clean Manager hidden options) using sageset parameter
    Code:
    cleanmgr.exe /sageset:1
    you can set any number
    then use this to run the selected set:
    Code:
    cleanmgr.exe /sagerun:1
     
  10. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Hit the thanks button Bapt for abbodi1406,

    I had forgotten all about sageset-nice; thanks much.
     
  11. PointZero

    PointZero MDL Member

    Oct 5, 2011
    1,415
    3,777
    60
    I just heard from McRip and thought I'd update everyone.. He said he's completed his move and is now just waiting for his new internet connection to be set up. He said he he'll back here just as soon as his internet connection is up and going. He sends his greetings to everybody.
     
  12. digital john

    digital john MDL Senior Member

    Mar 30, 2008
    265
    69
    10
    @ pointzero,
    give mcrip the greetings back ;)
     
  13. compstuff

    compstuff MDL Senior Member

    Jan 16, 2011
    437
    312
    10
    @abbodi1406
    I never knew about it :worthy: ...still learn something everyday:)