výcuc ze skriptu:
před ie11:
%IE11%\Windows6.1-KB2533623-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2670838-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2729094-v2-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2731771-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2786081-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2834140-v2-%arch%.msu /quiet /norestart
restart
ie11:
%IE11%\IE11-Windows6.1-%arch%-%jazyk%.exe /norestart
hotfixy k IE např:
%IE11%\ie11-Windows6.1-kb4483187-%arch%.msu /quiet /norestart
KB3020369 priprava pred restartem na rollup
%rollup%\Win6.1-KB3020369-%arch%.msu /quiet /norestart
goto RESTART
SP2
%rollup%\win6.1-kb3125574-v4-%arch%.msu
goto RESTART
KbSp2 # Security update SP2 nahazet do adresare rollup_x86 / x64, cyklus je sam nainstaluje
REM # https://support.microsoft.com/en-us/help/4009469/windows-7-sp1-windows-server-2008-r2-sp1-update-history
...
edit:
ta proměnná bude 32bit nebo 64bit:
if "%Processor_Architecture%"=="AMD64" (set arch=x64) else (set arch=x86)
1) zakázat Windows update (Ovládací panely - Windows update - změnit nastavení - Nikdy neinstalovat aktualizace)
(pokud službu nezakážete, nebudete schopni nainstalovat aktualizace - zasekne se to opět na vyhledávání)
2) Restartovat počítač
3) Manuálně instalovat KB3177467 a KB3172605 (Je nutné dodržet toto pořadí!)
4) Restartovat počítač
5) Zapnout Windows update (Ovládací panely - Windows update - změnit nastavení - Zapnout)
Zdroj:
https://pc-help.cnews.cz/viewtopic.php?t=178127
KB3020369 x32
KB3172605 x32
https://www.catalog.update.microsoft.com/Home.aspx
potom IE 11
výcuc ze skriptu:
před ie11:
%IE11%\Windows6.1-KB2533623-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2670838-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2729094-v2-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2731771-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2786081-%arch%.msu /quiet /norestart
%IE11%\Windows6.1-KB2834140-v2-%arch%.msu /quiet /norestart
restart
ie11:
%IE11%\IE11-Windows6.1-%arch%-%jazyk%.exe /norestart
hotfixy k IE např:
%IE11%\ie11-Windows6.1-kb4483187-%arch%.msu /quiet /norestart
KB3020369 priprava pred restartem na rollup
%rollup%\Win6.1-KB3020369-%arch%.msu /quiet /norestart
goto RESTART
SP2
%rollup%\win6.1-kb3125574-v4-%arch%.msu
goto RESTART
KbSp2 # Security update SP2 nahazet do adresare rollup_x86 / x64, cyklus je sam nainstaluje
REM # https://support.microsoft.com/en-us/help/4009469/windows-7-sp1-windows-server-2008-r2-sp1-update-history
...
edit:
ta proměnná bude 32bit nebo 64bit:
if "%Processor_Architecture%"=="AMD64" (set arch=x64) else (set arch=x86)
Děkuji vám moc.