blocked an update

This commit is contained in:
Michael H.G. Schmidt 2024-02-23 21:45:13 +01:00
parent bbae21eb36
commit 6d1161a4f2

View File

@ -28,6 +28,11 @@ echo [ Feature Update to Windows 10 Version 21H2 x64 ]
powershell -command "Hide-WindowsUpdate -KBArticleID KB5034122 -AcceptAll"
echo.
echo blocking UPDATE KB5034763 ...
echo [ Cumulative Update for Windows 10 Version 21H2 x64 ]
powershell -command "Hide-WindowsUpdate -KBArticleID KB5034763 -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"