diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 1d79106..cfd773b 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -88,7 +88,7 @@ copy /Y config\OfflineRegistryFinder.cfg %TOOLS% echo. echo MAS -move /Y %T%\mas\mas_aio.cmd %TOOLS% +move /Y %T%\mas\mas_aio*.cmd %TOOLS%\mas_aio.cmd rd /S /Q %T%\mas echo. diff --git a/tools/block-updates.cmd b/tools/block-updates.cmd index aa92071..903ddce 100644 --- a/tools/block-updates.cmd +++ b/tools/block-updates.cmd @@ -33,6 +33,11 @@ echo [ Cumulative Update for Windows 10 Version 21H2 x64 ] powershell -command "Hide-WindowsUpdate -KBArticleID KB5034763 -AcceptAll" echo. +echo blocking UPDATE KB5037768 ... +echo [ Cumulative Update for Windows 10 Version 21H2 x64, May 2024 ] +powershell -command "Hide-WindowsUpdate -KBArticleID KB5037768 -AcceptAll" +echo. + echo blocking a hardware driver ... echo [ Advanced Micro Devices ] powershell -command "Hide-WindowsUpdate -KBArticleID 'Advanced Micro Devices, Inc. - Display - 31.0.12027.7000' -AcceptAll"