block update KB5040427

This commit is contained in:
Michael H.G. Schmidt 2024-07-19 13:23:56 +02:00
parent 297a5a6f70
commit c24e98d189

View File

@ -38,6 +38,11 @@ echo [ Cumulative Update for Windows 10 Version 21H2 x64, May 2024 ]
powershell -command "Hide-WindowsUpdate -KBArticleID KB5037768 -AcceptAll"
echo.
echo blocking UPDATE KB5040427 ...
echo [ Cumulative Update for Windows 10 Version 21H2 x64, July 2024 ]
powershell -command "Hide-WindowsUpdate -KBArticleID KB5040427 -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"