you play on words my friend, whether it's been removed or simply hidden from public view, it does not make much difference in the end as normal win7 users won't be able to download it from MS server. I don't know why you nitpick about that. No need to be agressive or unpleasant, it does not serve anyone. And I don't think or remember I've given out any bad information here.
wrong information = bad information If you really want to answer questions be accurate and don't post wrong answers because it confuses new members and members who expect correct answers and information I'm not nitpicking btw
read back your answers and compare your answers with facts; update not available on MS servers is your lates wrong answer. I can sum up quite a few other answers that are incorrect but I refuse to go off-topic
I really think you actually believe that lol! I'm not gonna pollute this topic anymore and wish you all the best in your life because you'll need it
The original KB4528069 can be un-installed, and MUST be un-installed before trying the "lite version". If you cannot un-install the original version, it may indicate other problems with your computer.
Functionally, both are the same to suppress ESU check, but with a slight difference: the lite version will not show the KB number in the "Installed Updates" list. Basically the lite version will be invisible to you after installation. Curious, what would happen if you installed lite version first, then tried installing original KB4528069 over the lite version? Not that anyone should do it. Just wondering for purely academic reasons
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.
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?
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
you're that lazy that you don't want to install 2 updates manually ? 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.
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.
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.
Thanks for the tip, i will try that. Does i need to remove KB4537813 + KB4537767 updates before trying to install again KB4537820 ?