Windows 7 Hotfix repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
  2. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
    The updates never reappeared, so I installed them manually with dism. Sometimes it's hard to tell if you have a
    problem or not.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    They actually got restored with the release of Preview Rollup KB4338821

    both are showing here without installing any updates
     
  4. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,836
    4,443
    150
  5. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,836
    4,443
    150
    #10285 SAM-R, Jul 23, 2018
    Last edited: Jul 23, 2018
    Looks like Microsoft may be up to there old tricks again. They are starting a new push to upgrade from Win 7 to Win 10. Why am I posting in Windows 7 Hotfix ? Because in the past small pop-up files were imbedded in CU's and Hotfix's. Reminders on why Win 10 is so much better that Win 7 in the form of pop-ups etc. In this Thread in the past, there were lists of KB's not to install because of reminders imbedded.
    If you don't think they would do this, remember THIS IS Microsoft.
    I wrote this in part from comments made by Louisa Gauthier, product and marketing leader, Microsoft at the company’s Inspire event.
     
  6. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,117
    1,786
    60
    Yes, but it's only available to Enterprise and Professional customers with volume licensing that have to pay a fee to MS, to keep on getting updates up to 2023.

    Unfortunately for other editons of Windows 7, the EOS date still stands.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. fluffy90

    fluffy90 MDL Novice

    Feb 12, 2018
    1
    1
    0
    It's abit strange because windows 7 embedded POS is getting updates until october 2021 anyway so why not push those updates out to everyone instead?

    I suspect when push comes to shove if windows 7 still has over a third of all desktop marketshare come the end of 2019 M$ will end up changing it's update policy for all editions once again,they have done it multiple times now with windows 10.
     
  8. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,117
    1,786
    60
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,567
    59,634
    450
    There probably will be a leak or work around :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,163
    614
    60
    I guess something similar to XP trick, POSReady in Windows 7.
     
  11. liam2

    liam2 MDL Junior Member

    Jun 23, 2009
    81
    18
    0
    #10296 liam2, Sep 14, 2018
    Last edited: Sep 14, 2018
    Hi, after installing updates I normally do a "Cleanup Windows Update" with cleanmgr.exe , anyone knows how can I perform the same task from the command line, withou the GUI?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,427
    340
    Not possible in Windows 7

    you could automate GUI task via sageset/sagerun
    e.g.
    Code:
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Update Cleanup" /f /v StateFlags0016 /t REG_DWORD /d 2
    cleanmgr /sagerun:16
     
  13. liam2

    liam2 MDL Junior Member

    Jun 23, 2009
    81
    18
    0
    #10299 liam2, Sep 15, 2018
    Last edited: Sep 18, 2018
    Hi, abbodi1406, thanks a lot for your answer!! I'll try this to see how it works.

    And it works great! Thanks again!
     
  14. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,117
    1,786
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...