mas_aio update, blocked update 5037768

This commit is contained in:
Michael H.G. Schmidt 2024-05-31 16:56:49 +02:00
parent 7a1532f2d9
commit 8fb5f1e4a2
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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"