Windows 7 Hotfix repository

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

  1. venejo

    venejo MDL Member

    Oct 2, 2011
    215
    100
    10
    I haven't really got on what's the deal with PCIClearStaleCache.exe.
    Is it needed on a fresh installation and should it be run, only by clicking on it after the latest rollup has been installed or what?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,426
    340
    Not needed for all, but better safe than sorry
    it should be executed before installing rollup
     
  3. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
  4. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,163
    614
    60
  5. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,117
    1,786
    60
    #10545 steven4554, Dec 10, 2019
    Last edited: Dec 11, 2019
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    276
    101
    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.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,426
    340
    No
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,426
    340
    @jim_p

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

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
  10. 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.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,426
    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"
    
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,208
    7,533
    210
  13. 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
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,426
    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
    
     
  15. adric

    adric MDL Addicted

    Jul 30, 2009
    846
    580
    30
  16. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,117
    1,786
    60
  17. Dalai Lamer

    Dalai Lamer MDL Novice

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

    venejo MDL Member

    Oct 2, 2011
    215
    100
    10
    Yes.
     
  19. 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?