Windows 7 Hotfix repository

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

  1. venejo

    venejo MDL Member

    Joined:
    Oct 2, 2011
    Messages:
    215
    Likes Received:
    100
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    Not needed for all, but better safe than sorry
    it should be executed before installing rollup
     
  3. adric

    adric MDL Addicted

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  4. MELERIX

    MELERIX MDL Expert

    Joined:
    Nov 7, 2011
    Messages:
    1,163
    Likes Received:
    614
    Trophy Points:
    60
  5. steven4554

    steven4554 MDL Expert

    Joined:
    Jul 12, 2009
    Messages:
    1,117
    Likes Received:
    1,786
    Trophy Points:
    60
  6. jim_p

    jim_p MDL Senior Member

    Joined:
    Dec 11, 2013
    Messages:
    276
    Likes Received:
    101
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    No
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  10. akf

    akf MDL Senior Member

    Joined:
    Aug 17, 2010
    Messages:
    345
    Likes Received:
    152
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Oct 18, 2014
    Messages:
    6,207
    Likes Received:
    7,533
    Trophy Points:
    210
  13. akf

    akf MDL Senior Member

    Joined:
    Aug 17, 2010
    Messages:
    345
    Likes Received:
    152
    Trophy Points:
    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

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Jul 30, 2009
    Messages:
    846
    Likes Received:
    580
    Trophy Points:
    30
  16. MELERIX

    MELERIX MDL Expert

    Joined:
    Nov 7, 2011
    Messages:
    1,163
    Likes Received:
    614
    Trophy Points:
    60
  17. Dalai Lamer

    Dalai Lamer MDL Novice

    Joined:
    Aug 16, 2016
    Messages:
    10
    Likes Received:
    1
    Trophy Points:
    0
    these will be the last publicly available updates, right?
     
  18. venejo

    venejo MDL Member

    Joined:
    Oct 2, 2011
    Messages:
    215
    Likes Received:
    100
    Trophy Points:
    10
    Yes.
     
  19. 7Winrar

    7Winrar MDL Novice

    Joined:
    Jan 12, 2020
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    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?