Windows 7 Hotfix repository

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

  1. adric

    adric MDL Expert

    Jul 30, 2009
    1,253
    1,326
    60
    #10541 adric, Oct 22, 2019
    Last edited: Oct 22, 2019
  2. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,217
    653
    60
  3. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    #10543 steven4554, Dec 10, 2019
    Last edited: Dec 11, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    435
    165
    10
    Do we need kb4531786 to be installed before kb4530734?
    I have not booted in my w7 installation yet so as to check, I will probably do it on Friday.
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,215
    84,880
    340
    No
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,215
    84,880
    340
    @jim_p

    Addendum:
    you do need any of the extended sevicing stack updates (4516655, 4523206, 4531786) before installing kb4530734
     
  7. adric

    adric MDL Expert

    Jul 30, 2009
    1,253
    1,326
    60
  8. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    Sorry, I have not installed KB4530734, in my Windows 7 computer.

    After installing KB4530734, how can I disable the full-screen upgrade prompts for Windows 10? Via registry, or Group Policy Editor perhaps?

    Note that I cannot install Windows 10 in my computer, as it is my office laptop.

    Thank you very much.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,215
    84,880
    340
    Start cmd as administrator
    Code:
    reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1
    schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify"
    schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify2"
    
     
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    ^
    :worthy::)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. akf

    akf MDL Senior Member

    Aug 17, 2010
    345
    152
    10
    Thank you so much, Master abbodi1406. You are indeed a lifesaver for many of us here.

    So, the change in Registry and Task Scheduler via the command script you posted is a permanent method to disable the full-screen upgrade prompts for Windows 10, right?

    And, after applying the command script, there is no way for M$ to forcefully pop up the full-screen upgrade prompts for Windows 10, right?

    Thank you once again, Master abbodi1406.

    In Master abbodi1406 we trust. :D
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,215
    84,880
    340
    Yes

    they can override it if they want

    you could add the DontRemindMe, i doubt they will ignore that
    Code:
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DontRemindMe /t REG_DWORD /d 1
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v LastRunTimestamp /t REG_QWORD /d 0x0
    reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v TimestampOverride /t REG_QWORD /d 0x0
    
     
  13. adric

    adric MDL Expert

    Jul 30, 2009
    1,253
    1,326
    60
  14. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
  15. Dalai Lamer

    Dalai Lamer MDL Novice

    Aug 16, 2016
    11
    3
    0
    these will be the last publicly available updates, right?
     
  16. venejo

    venejo MDL Member

    Oct 2, 2011
    248
    107
    10
    Yes.
     
  17. 7Winrar

    7Winrar MDL Novice

    Jan 12, 2020
    3
    0
    0
    For the KB4535102, I see multiple downloads for Windows 7 x64. I downloaded them all but the first one is already giving me trouble, telling me Software Update KB4532929 Installation Wizard does not apply, or is blocked by another condition on your computer. Am I supposed to skip it or did I not apply the bypass ESU properly?
     
  18. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,429
    2,610
    60
    Uninstall the bypass, should fix your problem. Then wait for v4 of the bypass.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. g2s

    g2s MDL Novice

    Jul 14, 2019
    32
    9
    0
    Noob here: are these "safe" to install or will they start giving me the W10 or out of support pop ups? I don't usually install updates but since I can't upgrade Windows or install an alternative OS I guess it's time to start to do things efficiently.
    Thank you for your time.