From ebcf4ee3951a8a9565960336b08087288edd155d Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 1 Oct 2024 21:10:13 +0200 Subject: [PATCH] blocked new update --- tools/block-updates.cmd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/block-updates.cmd b/tools/block-updates.cmd index e335e5e..84188ff 100644 --- a/tools/block-updates.cmd +++ b/tools/block-updates.cmd @@ -39,15 +39,20 @@ powershell -command "Hide-WindowsUpdate -KBArticleID KB5037768 -AcceptAll" echo. echo blocking UPDATE KB5040427 ... -echo [ Cumulative Update for Windows 10 Version 21H2 x64, July 2024 ] +echo [ Cumulative Update for Windows 10 Version 22H2 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 ] +echo [ Cumulative Update for Windows 10 Version 22H2 x64, August 2024 ] powershell -command "Hide-WindowsUpdate -KBArticleID KB5041580 -AcceptAll" echo. +echo blocking UPDATE KB5043064 ... +echo [ Cumulative Update for Windows 10 Version 22H2 x64, Septembre 2024 ] +powershell -command "Hide-WindowsUpdate -KBArticleID KB5043064 -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"