From 78b81c07643d234890f8cc19396216328626a827 Mon Sep 17 00:00:00 2001 From: itsrlyAria <82474610+itsrlyAria@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:50:05 -0700 Subject: [PATCH 1/4] Update wufb-compliancedeadlines.md --- windows/deployment/update/wufb-compliancedeadlines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/update/wufb-compliancedeadlines.md b/windows/deployment/update/wufb-compliancedeadlines.md index 0a90bb71ad..e574086aa8 100644 --- a/windows/deployment/update/wufb-compliancedeadlines.md +++ b/windows/deployment/update/wufb-compliancedeadlines.md @@ -37,7 +37,7 @@ With a current version, it's best to use the new policy introduced in June 2019 | Policy | Location | Quality updates deadline in days | Quality updates grace period in days | Feature updates deadline in days | Feature updates grace period in days | |-|-|-|-|-|-| -| Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 7 | 2 | 2 | 7 | +| Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 3 | 2 | 3 | When **Specify deadlines for automatic updates and restarts** is set: @@ -60,7 +60,7 @@ The grace period for both quality and feature updates starts its countdown from |Policy|Location|Quality update deadline in days|Feature update deadline in days|Grace period in days| |-|-|-|-|-| -|(Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 7 | 2 | +|(Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 2 | 3 | When **Specify deadlines for automatic updates and restarts** is set (Windows 10, version 1709 and later): From 88ee4097a8913b13605aa8af79690e7f05bbc8d0 Mon Sep 17 00:00:00 2001 From: surabhicalla <144714510+surabhicalla@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:19:21 -0700 Subject: [PATCH 2/4] Update windows-autopatch-windows-quality-update-end-user-exp.md Included the recommended values for deadline and grace period. --- .../windows-autopatch-windows-quality-update-end-user-exp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md index 8e56b5f267..3a80a89233 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md @@ -66,6 +66,7 @@ In the following example: | Day 16 | Grace period expires.
Once the two-day grace period expired, the user is forced to restart with a 15-minute warning notification.
| :::image type="content" source="../media/windows-quality-update-grace-period.png" alt-text="Windows quality update grace period" lightbox="../media/windows-quality-update-grace-period.png"::: +For an optimal end-user experience, the recommeded settings are a 2-day Deadline and a 3-day Grace Period for update deployments. ## Minimize user disruption due to updates From 40b8472772bda277b5dc3112a42aef814332874d Mon Sep 17 00:00:00 2001 From: Tiara Quan <95256667+tiaraquan@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:39:25 -0800 Subject: [PATCH 3/4] Update windows-autopatch-windows-quality-update-end-user-exp.md Made the sentence as a Tip to call it out more --- ...windows-autopatch-windows-quality-update-end-user-exp.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md index 3a80a89233..44b73e931e 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-quality-update-end-user-exp.md @@ -1,7 +1,7 @@ --- title: Windows quality update end user experience description: This article explains the Windows quality update end user experience -ms.date: 10/07/2024 +ms.date: 11/04/2024 ms.service: windows-client ms.subservice: autopatch ms.topic: conceptual @@ -66,7 +66,9 @@ In the following example: | Day 16 | Grace period expires.Once the two-day grace period expired, the user is forced to restart with a 15-minute warning notification.
| :::image type="content" source="../media/windows-quality-update-grace-period.png" alt-text="Windows quality update grace period" lightbox="../media/windows-quality-update-grace-period.png"::: -For an optimal end-user experience, the recommeded settings are a 2-day Deadline and a 3-day Grace Period for update deployments. + +> [!TIP] +> For optimal end-user experience, the recommeded settings are 2-day Deadline and 3-day Grace Period for update deployments. ## Minimize user disruption due to updates From 218b3af76c7fd67248d925b296400b159c7000ab Mon Sep 17 00:00:00 2001 From: Shujing Zhang