Merge branch 'main' into vp-csp-2410

This commit is contained in:
Vinay Pamnani
2024-11-06 14:33:47 -07:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@ metadata:
author: aczechowski author: aczechowski
ms.author: aaroncz ms.author: aaroncz
manager: aaroncz manager: aaroncz
ms.date: 08/27/2024 ms.date: 11/05/2024
ms.localizationpriority: medium ms.localizationpriority: medium
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
@ -34,6 +34,8 @@ landingContent:
url: volume-activation/plan-for-volume-activation-client.md url: volume-activation/plan-for-volume-activation-client.md
- text: Windows compatibility cookbook - text: Windows compatibility cookbook
url: /windows/compatibility/ url: /windows/compatibility/
- text: Cloud-native Windows
url: /mem/solutions/cloud-native-endpoints/cloud-native-endpoints-overview
- title: Prepare - title: Prepare
linkLists: linkLists:

View File

@ -72,4 +72,6 @@ In the following example:
## Minimize user disruption due to updates ## Minimize user disruption due to updates
Windows Autopatch understands the importance of not disrupting end users but also updating the devices quickly. To achieve this goal, updates are automatically downloaded and installed at an optimal time determined by the device. By default, [Active hours](/windows/client-management/mdm/policy-csp-update#activehoursstart) are configured dynamically based on device usage patterns. Device restarts occur outside of active hours until the deadline is reached. Windows Autopatch understands the importance of not disrupting end users but also updating the devices quickly. To achieve this goal, updates are automatically downloaded and installed at an optimal time determined by the device. By default, [Active hours](/windows/client-management/mdm/policy-csp-update#activehoursstart) are configured dynamically based on device usage patterns. Device restarts occur outside of active hours until the deadline is reached.
Windows Autopatch doesn't modify the existing Windows Update notifications. If you wish to modify the end-user update notification experience, see [Use CSPs and MDMs to configure Windows Update for Business](/windows/deployment/update/waas-wufb-csp-mdm).