From 1eec941e77bec3f11ceb5c7c7e370da5788b68ee Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 27 Jan 2017 14:30:20 -0800 Subject: [PATCH 1/2] format --- windows/deploy/provisioning-create-package.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deploy/provisioning-create-package.md b/windows/deploy/provisioning-create-package.md index 51b609a8ea..f543e6d10f 100644 --- a/windows/deploy/provisioning-create-package.md +++ b/windows/deploy/provisioning-create-package.md @@ -35,6 +35,7 @@ You use Windows Imaging and Configuration Designer (ICD) to create a provisionin - The **Simple provisioning** and **Provision school devices** options provide wizard-style walkthroughs for creating a provisioning package based on a set of common settings. - The **Advanced provisioning** option opens a new project with all **Runtime settings** available. + >[!TIP] >You can start a project in the simple editor and then switch the project to the advanced editor. > From d67f116be29fffa9a0d0c738974fbf872e6c2ef4 Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Sat, 28 Jan 2017 23:31:46 -0800 Subject: [PATCH 2/2] Fixed typo --- windows/manage/waas-restart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/waas-restart.md b/windows/manage/waas-restart.md index 725ea12d9c..ffb43434aa 100644 --- a/windows/manage/waas-restart.md +++ b/windows/manage/waas-restart.md @@ -124,7 +124,7 @@ The following tables list registry values that correspond to the Group Policy se | NoAutoRebootWithLoggedOnUsers | REG_DWORD | 0: disable do not reboot if users are logged on
1: do not reboot after an update installation if a user is logged on
**Note:** If disabled : Automatic Updates will notify the user that the computer will automatically restarts in 5 minutes to complete the installation | | ScheduledInstallTime | REG_DWORD | 0-23: schedule update installation time to a specific hour
starts with 12 AM (0) and ends with 11 PM (23) | -There are 3 different registry combination for controlling restart: +There are 3 different registry combinations for controlling restart behavior: - To set active hours, **SetActiveHours** should be **1**, while **ActiveHoursStart** and **ActiveHoursEnd** should define the time range. - To schedule a specific instllation and reboot time, **AUOptions** should be **4**, **ScheduledInstallTime** should specify the installation time, **AlwaysAutoRebootAtScheduledTime** set to **1** and **AlwaysAutoRebootAtScheduledTimeMinutes** should specify number of minutes to wait before rebooting.