From 3600c16176e8b069c7e8335e96f65b33f9ac16b7 Mon Sep 17 00:00:00 2001 From: MJ Antipode Date: Thu, 25 Mar 2021 08:35:26 +0000 Subject: [PATCH] Script pour retarder les MAJ de correctifs jusque mi avril 2021. --- Correctif_KB5000802-500808.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Correctif_KB5000802-500808.bat diff --git a/Correctif_KB5000802-500808.bat b/Correctif_KB5000802-500808.bat new file mode 100644 index 0000000..be24732 --- /dev/null +++ b/Correctif_KB5000802-500808.bat @@ -0,0 +1,7 @@ +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "PauseUpdatesExpiryTime" /d "2021-04-15T17:38:35Z" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "PauseFeatureUpdatesStartTime" /d "2021-03-11T17:38:40Z" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "PauseFeatureUpdatesEndTime" /d "2021-04-15T17:38:35Z" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "PauseQualityUpdatesStartTime" /d "2021-03-11T17:38:40Z" /f +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings" /v "PauseQualityUpdatesEndTime" /d "2021-04-15T17:38:35Z" /f +wusa /uninstall /kb:5000802 /forcerestart +wusa /uninstall /kb:5000808 /forcerestart \ No newline at end of file