Bypass Windows 7 Extended Security Updates Eligibility

Discussion in 'Windows 7' started by abbodi1406, Nov 17, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    I know what all does, i beta test it;)

    You can install KB4528069 when KB4528069-Lite is installed, but is a bit useless to do, yes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    Is it possible to make a script with administrator rights to automatically install the february updates (KB4537813 - KB4537767 - KB4537829 - KB4537820) after manually installing KB4528069 Lite?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    #1543 Enthousiast, Feb 18, 2020
    Last edited: Feb 19, 2020
    No need for all of them, either install the SSU + ROLLUP or SSU + Security Only CU + MSIE11 update.

    If the bypass is successfully installed, run (example):
    Rollup:
    Code:
    DISM /Online /Add-Package /PackagePath:x:\KB4537829.MSU /PackagePath:x:\KB4537820.MSU
    Separate Updates:
    Code:
    DISM /Online /Add-Package /PackagePath:x:\KB4537829.MSU /PackagePath:x:\KB4537767.MSU /PackagePath:x:\KB4537813.MSU
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    you're that lazy that you don't want to install 2 updates manually ? :D
    Such a script will be needed if there were several updates to install but not for only 2 or 3 updates to install.
    As said above, no need to install all the updates, either install KB4537829 + KB4537820 or KB4537829 + KB4537813 + KB4537767
    KB4537767 can be avoided if you don't use IE11.
    But since you did ask for a script that can install automatically the updates, copy these lines and put them in notepad text and rename it to whatever name you want with extension.bat, for example WU.bat :
    then put the needed updates and the bat file into a folder and all you will need to do is to run the bat file and the updates should be installed automatically.
     
  5. VIKING75

    VIKING75 MDL Novice

    Feb 18, 2020
    4
    0
    0
    Hello,
    sorry for my bad english.

    Thanks for this tips & bypass files, i used the ByPassESU V4.

    I got an error 0x8007000d while trying to install KB4537820 (the rollup update), so i tried with KB4537813 + KB4537767 and it went through :)

    well done :)

    regards.
     
  6. chantszhim

    chantszhim MDL Member

    Feb 10, 2010
    159
    74
    10
    I got the same error also. I found that it is due to invalid digital signature of the downloaded file. I solved it by downloading the file using a PC on another network.
     
  7. VIKING75

    VIKING75 MDL Novice

    Feb 18, 2020
    4
    0
    0
    Thanks for the tip, i will try that. Does i need to remove KB4537813 + KB4537767 updates before trying to install again KB4537820 ?
     
  8. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    Why did this mistake come up?
    error50.jpg
     
  9. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    try with my script and see the result.
    Tested and working fine.

     
  10. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    It doesn't work. It appears and disappears...

    Please show me how to put the data.
     
  11. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    Have you used the script in the right way ?
    you have to copy these lines and put them in notepad text and rename it to whatever name you want with extension.bat, for example WU.bat :

    then put the needed updates and the bat file into a folder and all you will need to do is to run the bat file and the updates should be installed automatically.
    Tested again and no problem from my side.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    #1553 Enthousiast, Feb 19, 2020
    Last edited: Feb 19, 2020
    Because you didn't change the update names in the script to the actual ones.

    My attempt to a script was totally f**ked up, mixed up the lines.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    Sorry but only opens and closes...
     
  14. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    Which is the right one?

    Because if the next ESU updates have to be installed manually one at a time it's going to be a huge job and time if you install Windows 7 SP1 January 2020 from scratch.
     
  15. hamdoullah

    hamdoullah MDL Member

    Oct 27, 2019
    168
    94
    10
    ok try now with this script and see the result :

    you proceed in the same way as before, you put the needed updates and the bat file into a folder and you run the bat file and updates should be installed automatically.
     
  16. Matrix360

    Matrix360 MDL Junior Member

    Jun 22, 2015
    93
    206
    0
    If you want install from scratch, it is better to integrate all the ESU updates in the ISO image before installing.
     
  17. chantszhim

    chantszhim MDL Member

    Feb 10, 2010
    159
    74
    10
    Don't need.
     
  18. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    The same as before, appears and disappears...
     
  19. enesalpa

    enesalpa MDL Member

    Feb 5, 2010
    101
    28
    10
    Yes, but I don't want to make a new ISO every month... only adding to the script the new updates of every month.