new patch blocked

This commit is contained in:
Michael H.G. Schmidt 2024-09-08 09:53:14 +02:00
parent a977de2595
commit 083564c65c

View File

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