From 6c38421e6a29f419ce69e0d712c1041c556ed0c7 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 16 Apr 2023 11:28:20 +0200 Subject: [PATCH] added upgrade KB5025221 to blocklist --- tools/block-updates.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/block-updates.cmd b/tools/block-updates.cmd index 1b5ce6d..f493794 100644 --- a/tools/block-updates.cmd +++ b/tools/block-updates.cmd @@ -18,6 +18,11 @@ echo [ Cumulative Update for Windows 10 Version 20H2 x64 ] powershell -command "Hide-WindowsUpdate -KBArticleID KB5013942 -AcceptAll" echo. +echo blocking UPDATE KB5025221 ... +echo [ Feature Update to Windows 10 Version 20H2 x64 ] +powershell -command "Hide-WindowsUpdate -KBArticleID KB5025221 -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"