From 909a4d90b0a7f5f00b6a3991b565c8c3233ad885 Mon Sep 17 00:00:00 2001 From: Tommy N Date: Thu, 15 Sep 2016 14:44:44 -0700 Subject: [PATCH 1/2] Update uev-deploy-required-features.md --- windows/manage/uev-deploy-required-features.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/manage/uev-deploy-required-features.md b/windows/manage/uev-deploy-required-features.md index 8814f6f0c0..6ecf5e9d46 100644 --- a/windows/manage/uev-deploy-required-features.md +++ b/windows/manage/uev-deploy-required-features.md @@ -125,6 +125,9 @@ The UE-V service is the client-side component that captures user-personalized ap Before enabling the UE-V service, you need to register the UE-V templates for first time use. In a PowerShell window, type **register-<TemplateName>** where **TemplateName** is the name of the UE-V template you want to register, and press ENTER. +>**Note** +With Windows 10, version 1607, the process of registrating UE-V templates is required for all inbox and custom templates. This provides flexibility for only deploying the required templates. + With Windows 10, version 1607 and later, the UE-V service is installed on user devices. Enable the service to start using UE-V. You can enable the service with the Group Policy editor or with Windows PowerShell. **To enable the UE-V service with Group Policy** From ea6169b073c298194e2c613ed26f2a33a58a523b Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Thu, 15 Sep 2016 15:15:54 -0700 Subject: [PATCH 2/2] copy edit --- windows/manage/uev-deploy-required-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/uev-deploy-required-features.md b/windows/manage/uev-deploy-required-features.md index 6ecf5e9d46..286fc22b1e 100644 --- a/windows/manage/uev-deploy-required-features.md +++ b/windows/manage/uev-deploy-required-features.md @@ -126,7 +126,7 @@ The UE-V service is the client-side component that captures user-personalized ap Before enabling the UE-V service, you need to register the UE-V templates for first time use. In a PowerShell window, type **register-<TemplateName>** where **TemplateName** is the name of the UE-V template you want to register, and press ENTER. >**Note** -With Windows 10, version 1607, the process of registrating UE-V templates is required for all inbox and custom templates. This provides flexibility for only deploying the required templates. +With Windows 10, version 1607, you must register UE-V templates for all inbox and custom templates. This provides flexibility for only deploying the required templates. With Windows 10, version 1607 and later, the UE-V service is installed on user devices. Enable the service to start using UE-V. You can enable the service with the Group Policy editor or with Windows PowerShell.