This commit is contained in:
Michael H.G. Schmidt 2024-01-10 21:09:48 +01:00
parent 35cea3799b
commit f8831d893b

View File

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