Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Операционные системы » Microsoft Windows » Обновления для Microsoft Windows 7/Server 2008 R2

Модерирует : KLASS, IFkO

articlebot (06-10-2016 09:49): Обновления для Microsoft Windows 7/Server 2008 R2 - IVчасть  Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

   

Dukat



Advanced Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
@echo off
echo.
echo Установка обновлений для Microsoft Windows 7 (14.03.2016)
echo -------------------------------------------------
set all=215
set cnt=1
if defined ProgramW6432 (set arc=x64) else (set arc=x86)
echo [%cnt%/%all%]  KB2758694  07.01.13  Обновление системы безопасности для MSXML 4.0 SP3
start "" /wait "%~dp0Update13\msxml4-KB2758694-enu.exe" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB917607   14.10.09  Программа "Справка Windows" для просмотра 32-разрядных файлов справки (.HLP)
start /wait wusa.exe "%~dp0Update09\Windows6.1-KB917607-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2479943  07.03.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2479943-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2496898  21.03.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2496898-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2491683  11.04.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2491683-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2506014  11.04.11  Обновление для системы безопасности Windows 7 (только для x64)
if "%arc%"=="x64" (start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2506014-x64.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2506212  11.04.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2506212-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2509553  11.04.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2509553-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2511455  11.04.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2511455-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB982018   25.04.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB982018-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2515325  25.04.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2515325-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2506928  25.04.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2506928-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2536275  13.06.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2536275-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2544893  13.06.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2544893-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2548388  13.06.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2548388-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2545698  27.06.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2545698-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2547666  27.06.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2547666-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2552343  27.06.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2552343-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2560656  08.08.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2560656-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2563227  08.08.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2563227-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2546868  22.08.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2546868-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2570947  12.09.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2570947-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2564958  10.10.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2564958-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2579686  10.10.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2579686-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2578214  24.10.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2578214-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2603229  24.10.11  Обновление для Windows 7 (только для x64)
if "%arc%"=="x64" (start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2603229-x64.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2618301  24.10.11  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2618301-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2620704  07.11.11  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update11\Windows6.1-KB2620704-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2585542  09.01.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2585542-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2631813  09.01.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2631813-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2654428  13.02.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2654428-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2660075  13.02.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2660075-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2640696  13.02.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2640696-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2640148  14.02.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2640148-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2621440  12.03.12  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2621440-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2690533  07.05.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2690533-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2676562  07.05.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2676562-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2604115  08.05.12  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2604115-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2667402  12.06.12  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2667402-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2698365  09.07.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2698365-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2712808  13.08.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2712808-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2719857  10.09.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2719857-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2732059  24.09.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2732059-v5-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2647753  12.03.12  Обновление для Windows 7 (ROLLUP-обновление)
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2647753-v4-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2739286  08.10.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2739286-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2705219  09.10.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2705219-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2729094  09.10.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2729094-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2732487  09.10.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2732487-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2574819  10.09.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2574819-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2592687  22.10.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2592687-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2763523  12.11.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2763523-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2750841  12.11.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2750841-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2761217  12.11.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2761217-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2752161  12.11.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2752161-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2727528  12.11.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2727528-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2685811  12.11.12  Обновление для платформы драйвера режима ядра версии 1.11
start /wait wusa.exe "%~dp0Update12\kmdf-1.11-Win-6.1-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2685813  12.11.12  Обновление для структуры драйверов пользовательского режима версии 1.11
start /wait wusa.exe "%~dp0Update12\Umdf-1.11-Win-6.1-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2779272  10.12.12  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2779272-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2770660  10.12.12  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update12\Windows6.1-KB2770660-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2726535  07.01.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2726535-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2773072  07.01.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2773072-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2786081  07.01.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2786081-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2736422  08.01.13  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2736422-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2742599  08.01.13  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2742599-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2670838  11.02.13  Обновление платформы для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2670838-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2807986  11.03.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2807986-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2791765  11.03.13  Обновление для Windows 7 (только для x64)
if "%arc%"=="x64" (start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2791765-x64.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2799926  08.04.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2799926-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2818604  13.05.13  Обновление для Windows 7 (для обновления микрокода AMD процессоров)
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2818604-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2820331  13.05.13  Обновление для Windows 7 (только для x86)
if "%arc%"=="x86" (start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2820331-x86.msu" /quiet /norestart)
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2808679  10.06.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2808679-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2839894  10.06.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2839894-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2813430  10.06.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2813430-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2847927  08.07.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2847927-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2840631  08.07.13  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2840631-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2834140  12.08.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2834140-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2853952  09.09.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2853952-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2868116  09.09.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2868116-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2861698  04.10.13  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2861698-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2868038  07.10.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2868038-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2864202  07.10.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2864202-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2862335  07.10.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2862335-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2884256  07.10.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2884256-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2852386  07.10.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2852386-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2888049  07.10.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2888049-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2862152  11.11.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2862152-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2900986  11.11.13  Обновление системы безопасности для ActiveX Killbits для ОС Windows 7  
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2900986-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2893519  11.11.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2893519-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2857650  11.11.13  Обновление для Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2857650-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2830477  11.11.13  Обновление для Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2830477-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB931125   11.11.13  Обновление корневых сертификатов для Windows 7 [Ноябрь 2013 г.]
start "" /wait "%~dp0Update13\rootsupd.exe" /Q
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2892074  09.12.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2892074-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2893294  09.12.13  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2893294-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2891804  09.12.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2891804-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2905454  09.12.13  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2905454-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2894844  10.12.13  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update13\Windows6.1-KB2894844-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2917500  12.12.13  Обновление для Windows 7
start "" /wait "%~dp0Update13\rvkroots.exe" /Q
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2911501  10.02.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2911501-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2912390  10.02.14  Обновление для системы безопасности Windows 7  
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2912390-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2843630  10.02.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2843630-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2919469  10.02.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2919469-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2923545  24.02.14  Обновление для Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2923545-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2929733  10.03.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2929733-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2918077  10.03.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2918077-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2908783  07.04.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2908783-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2898851  12.05.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2898851-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2931356  12.05.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2931356-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2871997  12.05.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2871997-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2957189  09.06.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2957189-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2800095  10.06.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2800095-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2973351  07.07.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2973351-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2973201  07.07.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2973201-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2966583  07.07.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2966583-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2887535  07.07.14  Windows Update Agent v7.6.7600.320
start "" /wait "%~dp0Update14\WindowsUpdateAgent-7.6-%arc%.exe" /Q
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2976897  11.08.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2976897-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2978742  11.08.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2978742-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2937610  11.08.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2937610-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2943357  11.08.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2943357-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2985461  08.09.14  Обновление для Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2985461-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2972211  08.09.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2972211-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2973112  08.09.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2973112-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2977292  13.10.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2977292-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2968294  13.10.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2968294-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2972100  14.10.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2972100-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2991963  10.11.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2991963-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2992611  10.11.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2992611-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3003743  10.11.14  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB3003743-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3010788  10.11.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB3010788-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB2978120  11.11.14  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB2978120-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3011780  17.11.14  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB3011780-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3006625  08.12.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB3006625-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3006121  08.12.14  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update14\Windows6.1-KB3006121-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3021674  12.01.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3021674-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3022777  12.01.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3022777-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3020388  12.01.15  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3020388-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3004361  09.02.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3004361-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3004375  09.02.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3004375-v3-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3000483  09.02.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3000483-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3006137  23.02.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3006137-%arc%.msu" /quiet /norestart
echo [%cnt%/%all%]  KB3033929  09.03.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3033929-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3035126  09.03.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3035126-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3033889  09.03.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3033889-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3030377  09.03.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3030377-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3035132  09.03.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3035132-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3037574  13.04.15  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3037574-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3042553  13.04.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3042553-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3046269  13.04.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3046269-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3045685  13.04.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3045685-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3013531  20.04.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3013531-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3055642  11.05.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3055642-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3061518  11.05.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3061518-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3023215  12.05.15  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3023215-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3054476  18.05.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3054476-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3059317  02.06.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3059317-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3064209  15.06.15  Обновление для Windows 7 (для обновления микрокода Intel процессоров)
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3064209-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3040272  15.06.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3040272-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3067903  13.07.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3067903-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3072630  13.07.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3072630-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3075226  10.08.15  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3075226-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3060716  10.08.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3060716-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3046017  10.08.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3046017-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3076949  10.08.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3076949-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3078601  10.08.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3078601-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3071756  10.08.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3071756-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3072305  10.08.15  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3072305-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3078667  17.08.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3078667-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3092627  01.09.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3092627-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3074543  04.09.15  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3074543-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3086255  07.09.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3086255-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3084135  07.09.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3084135-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3080079  15.09.15  Обновление для Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3080079-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3079821  15.09.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3079821-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3093513  12.10.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3093513-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3080446  12.10.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3080446-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3097966  12.10.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3097966-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3097989  05.11.15  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3097989-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3092601  10.11.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3092601-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3101722  10.11.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3101722-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3107998  10.11.15  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3107998-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3112148  07.12.15  Обновление часового пояса
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3112148-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3109094  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3109094-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3108670  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3108670-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3108371  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3108371-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3108381  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3108381-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3109103  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3109103-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3108669  07.12.15  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update15\Windows6.1-KB3108669-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3122648  08.01.16  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3122648-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3124001  11.01.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3124001-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3123479  11.01.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3123479-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3109560  11.01.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3109560-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3110329  11.01.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3110329-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3108664  11.01.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3108664-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3102429  19.01.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3102429-v2-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3127220  21.01.16  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3127220-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3115858  09.02.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3115858-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3124280  09.02.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3124280-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3126446  09.02.16  Обновление для системы безопасности Windows 7 (RDP)
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3126446-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3126587  09.02.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3126587-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3126593  09.02.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3126593-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3118401  15.02.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3118401-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3121255  15.02.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3121255-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3138910  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3138910-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3138962  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3138962-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3139398  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3139398-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3139852  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3139852-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3139914  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3139914-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3139940  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3139940-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3140410  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3140410-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3140735  07.03.16  Обновление для системы безопасности Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3140735-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3135983  08.03.16  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3135983-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3135988  08.03.16  Обновление системы безопасности для Microsoft .NET Framework 3.5.1
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3135988-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3139923  14.03.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3139923-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3137061  14.03.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3137061-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3133977  14.03.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3133977-%arc%.msu" /quiet /norestart
set /A cnt=%cnt%+1
echo [%cnt%/%all%]  KB3138901  14.03.16  Обновление для Windows 7
start /wait wusa.exe "%~dp0Update16\Windows6.1-KB3138901-%arc%.msu" /quiet /norestart
echo.
echo Готово! Перезагрузите компьютер для завершения установки!
echo.
set reboot=Y
set /p reboot="Перезагрузить немедленно? [Y(да)/n(нет)] "
if /i "%reboot%"=="Y" (shutdown /r /t 00)

Всего записей: 1412 | Зарегистр. 01-10-2006 | Отправлено: 19:24 11-07-2012 | Исправлено: Dukat, 19:14 18-03-2016
   

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Операционные системы » Microsoft Windows » Обновления для Microsoft Windows 7/Server 2008 R2
articlebot (06-10-2016 09:49): Обновления для Microsoft Windows 7/Server 2008 R2 - IVчасть


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru