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