Windows 7 Hotfix repository

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

  1. adric

    adric MDL Expert

    Jul 30, 2009
    1,468
    1,686
    60
    #10541 adric, Dec 20, 2019
    Last edited: Dec 20, 2019
  2. akf

    akf MDL Senior Member

    Aug 17, 2010
    344
    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.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,810
    94,912
    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"
    
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,967
    10,867
    240
    ^
    :worthy::)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. akf

    akf MDL Senior Member

    Aug 17, 2010
    344
    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
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,810
    94,912
    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
    
     
  7. adric

    adric MDL Expert

    Jul 30, 2009
    1,468
    1,686
    60
  8. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,636
    3,237
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Dalai Lamer

    Dalai Lamer MDL Novice

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

    venejo MDL Senior Member

    Oct 2, 2011
    264
    112
    10
    Yes.
     
  11. 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?
     
  12. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,636
    3,237
    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...
  13. g2s

    g2s MDL Novice

    Jul 14, 2019
    41
    10
    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.
     
  14. attacker

    attacker MDL Novice

    Dec 26, 2017
    4
    0
    0
    Does the fix for notifications by Master Abbodi works on windows 7 ultimate too or just windows 10?
     
  15. oldsh_t

    oldsh_t MDL Expert

    Dec 23, 2009
    1,082
    532
    60
    Anything steven4554 posts is safe!
     
  16. oldsh_t

    oldsh_t MDL Expert

    Dec 23, 2009
    1,082
    532
    60
    Is this a trick question!! LOL
    Why would Windows 10 have a popup telling you to upgrade to Windows 10??
    Now maybe Win7 may have a popup.:D
     
  17. attacker

    attacker MDL Novice

    Dec 26, 2017
    4
    0
    0
  18. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,967
    10,867
    240
    :rolleyes:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. adric

    adric MDL Expert

    Jul 30, 2009
    1,468
    1,686
    60
    You can dismiss the pop-up on W7 forever by clicking the bottom left selection on the pop-up the first time it appears It's no big deal.