From f373dfa70221e42d1ce042ac5a6e65b5bd6c8232 Mon Sep 17 00:00:00 2001 From: "Daniel H. Brown" <32883970+DHB-MSFT@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:37:05 -0700 Subject: [PATCH 1/4] Update GP/MDM instructions --- ...dows-diagnostic-data-in-your-organization.md | 17 ++++------------- ...g-system-components-to-microsoft-services.md | 7 +++++-- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md index c4756bf8de..46ea960931 100644 --- a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md +++ b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md @@ -368,21 +368,12 @@ If you don’t sign up for any of these enterprise services, Microsoft will act > - Windows 10, versions 1809, 1903, 1909, and 2004. > - Newer versions of Windows 10 and Windows 11 that have not updated yet to at least the January 2023 preview cumulative update. -Use the instructions below to enable Windows diagnostic data processor configuration using a single setting, through Group Policy, or an MDM solution. +To enable Windows diagnostic data processor configuration, you can use Group Policy or a custom setting in an MDM solution, such as Microsoft Intune. -In Group Policy, to enable Windows diagnostic data processor configuration, go to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Data Collection and Preview Builds** and switch the **Allow commercial data pipeline** setting to **enabled**. +- For Group Policy, you can use the “Allow commercial data pipeline” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). +- For an MDM solution, you can use the AllowCommercialDataPipeline setting in the System Policy configuration service provider (CSP). -If you wish to disable, at any time, switch the same setting to **disabled**. The default state of the above setting is **disabled**. - -To use an MDM solution, such as [Microsoft Intune](/mem/intune/configuration/custom-settings-windows-10), to deploy the Windows diagnostic data processor configuration to your supported devices, use the following custom OMA-URI setting configuration: - - - **Name:** System/AllowCommercialDataPipeline - - **OMA-URI:** ./Vendor/MSFT/Policy/Config/System/AllowCommercialDataPipeline - - **Data type:** Integer - -Under **Value**, use **1** to enable the service. - -If you wish to disable, at any time, switch the same setting to **0**. The default value is **0**. +For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](../client-management/mdm/policy-csp-system.md#allowcommercialdatapipeline). ## Change privacy settings on a single server diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index f83a2778dc..79894ad8d5 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1915,10 +1915,13 @@ Add a REG_DWORD value named **DisableOneSettingsDownloads** to **HKEY_LOCAL_MACH ### 32. Widgets Widgets is a news and feeds service that can be customized by the user. If you turn off this service, apps using this service may stop working. +To turn off Widgets, you can use Group Policy or a custom setting in an MDM solution, such as Microsoft Intune. -You can turn off Widgets by setting the following registry entries: +- For Group Policy, you can use the “Allow widgets” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). +- For an MDM solution, you can use the AllowNewsAndInterests setting in the NewsandInterests configuration service provider (CSP). + +For more information about AllowNewsAndInterests and the “Allow widgets” policy, [review this information](../client-management/mdm/policy-csp-newsandinterests.md#allownewsandinterests). -Add a REG_DWORD value named **AllowWidgets** to **HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Widgets** and set the value to **0**. ### Allowed traffic list for Windows Restricted Traffic Limited Functionality Baseline From 6818bc9ddca54ef3a27afbc5b9be79f7d1057ff0 Mon Sep 17 00:00:00 2001 From: "Daniel H. Brown" <32883970+DHB-MSFT@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:44:58 -0700 Subject: [PATCH 2/4] Fix linking issue? --- .../configure-windows-diagnostic-data-in-your-organization.md | 2 +- ...windows-operating-system-components-to-microsoft-services.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md index 46ea960931..7ca3abb5be 100644 --- a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md +++ b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md @@ -373,7 +373,7 @@ To enable Windows diagnostic data processor configuration, you can use Group Pol - For Group Policy, you can use the “Allow commercial data pipeline” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). - For an MDM solution, you can use the AllowCommercialDataPipeline setting in the System Policy configuration service provider (CSP). -For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](../client-management/mdm/policy-csp-system.md#allowcommercialdatapipeline). +For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](/window/client-management/mdm/policy-csp-system.md#allowcommercialdatapipeline). ## Change privacy settings on a single server diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 79894ad8d5..2af24ca37a 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1920,7 +1920,7 @@ To turn off Widgets, you can use Group Policy or a custom setting in an MDM solu - For Group Policy, you can use the “Allow widgets” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). - For an MDM solution, you can use the AllowNewsAndInterests setting in the NewsandInterests configuration service provider (CSP). -For more information about AllowNewsAndInterests and the “Allow widgets” policy, [review this information](../client-management/mdm/policy-csp-newsandinterests.md#allownewsandinterests). +For more information about AllowNewsAndInterests and the “Allow widgets” policy, [review this information](/windows/client-management/mdm/policy-csp-newsandinterests.md#allownewsandinterests). ### Allowed traffic list for Windows Restricted Traffic Limited Functionality Baseline From beaac23229091b803943256971d029a0870ab166 Mon Sep 17 00:00:00 2001 From: "Daniel H. Brown" <32883970+DHB-MSFT@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:56:50 -0700 Subject: [PATCH 3/4] fix linking issue --- .../configure-windows-diagnostic-data-in-your-organization.md | 2 +- ...indows-operating-system-components-to-microsoft-services.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md index 7ca3abb5be..039a44510d 100644 --- a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md +++ b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md @@ -373,7 +373,7 @@ To enable Windows diagnostic data processor configuration, you can use Group Pol - For Group Policy, you can use the “Allow commercial data pipeline” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). - For an MDM solution, you can use the AllowCommercialDataPipeline setting in the System Policy configuration service provider (CSP). -For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](/window/client-management/mdm/policy-csp-system.md#allowcommercialdatapipeline). +For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](/window/client-management/mdm/policy-csp-system#allowcommercialdatapipeline). ## Change privacy settings on a single server diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 2af24ca37a..ab319962f8 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1915,12 +1915,13 @@ Add a REG_DWORD value named **DisableOneSettingsDownloads** to **HKEY_LOCAL_MACH ### 32. Widgets Widgets is a news and feeds service that can be customized by the user. If you turn off this service, apps using this service may stop working. + To turn off Widgets, you can use Group Policy or a custom setting in an MDM solution, such as Microsoft Intune. - For Group Policy, you can use the “Allow widgets” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). - For an MDM solution, you can use the AllowNewsAndInterests setting in the NewsandInterests configuration service provider (CSP). -For more information about AllowNewsAndInterests and the “Allow widgets” policy, [review this information](/windows/client-management/mdm/policy-csp-newsandinterests.md#allownewsandinterests). +For more information about AllowNewsAndInterests and the “Allow widgets” policy, [review this information](/windows/client-management/mdm/policy-csp-newsandinterests#allownewsandinterests). ### Allowed traffic list for Windows Restricted Traffic Limited Functionality Baseline From beb264f2af2999dec20ebd9fea6e2608920f29aa Mon Sep 17 00:00:00 2001 From: "Daniel H. Brown" <32883970+DHB-MSFT@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:25:32 -0700 Subject: [PATCH 4/4] Fix typo in link --- .../configure-windows-diagnostic-data-in-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md index 039a44510d..17cd1c6c1d 100644 --- a/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md +++ b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md @@ -373,7 +373,7 @@ To enable Windows diagnostic data processor configuration, you can use Group Pol - For Group Policy, you can use the “Allow commercial data pipeline” policy, which is also available in the Intune [settings catalog](/mem/intune/configuration/settings-catalog). - For an MDM solution, you can use the AllowCommercialDataPipeline setting in the System Policy configuration service provider (CSP). -For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](/window/client-management/mdm/policy-csp-system#allowcommercialdatapipeline). +For more information about AllowCommercialDataPipeline and the “Allow commercial data pipeline” policy, [review this information](/windows/client-management/mdm/policy-csp-system#allowcommercialdatapipeline). ## Change privacy settings on a single server