From cafe43af4e02df6266bf4119a27ad6ce34d2e808 Mon Sep 17 00:00:00 2001 From: itsrlyAria <82474610+itsrlyAria@users.noreply.github.com> Date: Tue, 28 Feb 2023 04:55:38 -0800 Subject: [PATCH 1/2] Update wufb-wsus.md Adding the key needed if configuring regkeys directly. --- windows/deployment/update/wufb-wsus.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/deployment/update/wufb-wsus.md b/windows/deployment/update/wufb-wsus.md index 7feb6b10b2..ec39ae4a46 100644 --- a/windows/deployment/update/wufb-wsus.md +++ b/windows/deployment/update/wufb-wsus.md @@ -76,3 +76,7 @@ The policy can be configured using the following two methods: - [Update/SetPolicyDrivenUpdateSourceForFeatureUpdates](/windows/client-management/mdm/policy-csp-update#update-setpolicydrivenupdatesourceforfeature) - [Update/SetPolicyDrivenUpdateSourceForOtherUpdates](/windows/client-management/mdm/policy-csp-update#update-setpolicydrivenupdatesourceforother) - [Update/SetPolicyDrivenUpdateSourceForQualityUpdates](/windows/client-management/mdm/policy-csp-update#update-setpolicydrivenupdatesourceforquality) + + +> [!NOTE] +> Configuring registry keys directly to get the behavior of any Windows update policy is *not* recommended. However, if you are choosing to go this route, please also ensure you have configured the "UseUpdateClassPolicySource" registry key as well or the scan source will not be alterred. Again, it is recommended that you leverage the Group Policy (GP) or Configuration Service Provider (CSP) policy instead of directly writing these keys. From 7217d2ffde0d116586649a90a3b88a51cc5afab9 Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Tue, 28 Feb 2023 09:20:55 -0800 Subject: [PATCH 2/2] Update windows/deployment/update/wufb-wsus.md style edits --- windows/deployment/update/wufb-wsus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/wufb-wsus.md b/windows/deployment/update/wufb-wsus.md index ec39ae4a46..529c146491 100644 --- a/windows/deployment/update/wufb-wsus.md +++ b/windows/deployment/update/wufb-wsus.md @@ -79,4 +79,4 @@ The policy can be configured using the following two methods: > [!NOTE] -> Configuring registry keys directly to get the behavior of any Windows update policy is *not* recommended. However, if you are choosing to go this route, please also ensure you have configured the "UseUpdateClassPolicySource" registry key as well or the scan source will not be alterred. Again, it is recommended that you leverage the Group Policy (GP) or Configuration Service Provider (CSP) policy instead of directly writing these keys. +> Editing the registry to change the behavior of update policies isn't recommended. Use Group Policy or the Configuration Service Provider (CSP) policy instead of directly writing to the registry. However, if you choose to edit the registry, ensure you've configured the `UseUpdateClassPolicySource` registry key too or the scan source won't be alterred.