diff --git a/windows/client-management/mdm/policies-in-policy-csp-admx-backed.md b/windows/client-management/mdm/policies-in-policy-csp-admx-backed.md
index e06e70792f..ca00bec834 100644
--- a/windows/client-management/mdm/policies-in-policy-csp-admx-backed.md
+++ b/windows/client-management/mdm/policies-in-policy-csp-admx-backed.md
@@ -1026,6 +1026,7 @@ ms.date: 10/08/2020
- [ADMX_Snmp/SNMP_Communities](./policy-csp-admx-snmp.md#admx-snmp-snmp-communities)
- [ADMX_Snmp/SNMP_PermittedManagers](./policy-csp-admx-snmp.md#admx-snmp-snmp-permittedmanagers)
- [ADMX_Snmp/SNMP_Traps_Public](./policy-csp-admx-snmp.md#admx-snmp-snmp-traps-public)
+- [ADMX_Start/DisableControlCenter](./policy-csp-admx-start.md#admx-start-disablecontrolcenter)
- [ADMX_StartMenu/AddSearchInternetLinkInStartMenu](./policy-csp-admx-startmenu.md#admx-startmenu-addsearchinternetlinkinstartmenu)
- [ADMX_StartMenu/ClearRecentDocsOnExit](./policy-csp-admx-startmenu.md#admx-startmenu-clearrecentdocsonexit)
- [ADMX_StartMenu/ClearRecentProgForNewUserInStartMenu](./policy-csp-admx-startmenu.md#admx-startmenu-clearrecentprogfornewuserinstartmenu)
diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md
index 3b79fcf245..d63725e4b3 100644
--- a/windows/client-management/mdm/policy-configuration-service-provider.md
+++ b/windows/client-management/mdm/policy-configuration-service-provider.md
@@ -3727,6 +3727,15 @@ dfsdiscoverdc">ADMX_DFS/DFSDiscoverDC
### ADMX_StartMenu policies
+
+ -
+ ADMX_Start/DisableControlCenter
+
+ -
+
+
+### ADMX_StartMenu policies
+
-
diff --git a/windows/client-management/mdm/policy-csp-admx-start.md b/windows/client-management/mdm/policy-csp-admx-start.md
new file mode 100644
index 0000000000..c830f6406b
--- /dev/null
+++ b/windows/client-management/mdm/policy-csp-admx-start.md
@@ -0,0 +1,91 @@
+---
+title: Policy CSP - ADMX_Start
+description: Learn about Policy CSP - ADMX_Start.
+ms.author: v-aljupudi
+ms.localizationpriority: medium
+ms.topic: article
+ms.prod: w10
+ms.technology: windows
+author: alekyaj
+ms.date: 08/25/2022
+ms.reviewer:
+manager: aaroncz
+---
+
+# Policy CSP - ADMX_Start
+
+
+
+> [!TIP]
+> These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+>
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
+>
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
+
+## ADMX_Start policies
+
+
+ -
+ ADMX_Start/DisableControlCenter
+
+
+
+
+
+
+**ADMX_Start/DisableControlCenter**
+
+
+
+|Edition|Windows 10|Windows 11|
+|--- |--- |--- |
+|Home|No|No|
+|Pro|Yes|Yes|
+|Windows SE|Yes|Yes|
+|Business|Yes|Yes|
+|Enterprise|Yes|Yes|
+|Education|Yes|Yes|
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * User
+
+
+
+
+
+This policy setting removes Control Center from the bottom right area on the taskbar. The control center area is located at the left of the clock in the taskbar and includes icons for current network and volume.
+
+If this setting is enabled, Control Center is not displayed in the control center area.
+
+The following are the supported values:
+
+- Integer 0 - Disabled/Not configured.
+- Integer 1 - Enabled.
+
+>[!Note]
+> A reboot is required for this policy setting to take effect.
+
+
+
+
+ADMX Info:
+- GP Friendly name: *Remove control center*
+- GP name: *DisableControlCenter*
+- GP path: *Start Menu and Taskbar*
+- GP ADMX file name: *Taskbar.admx*
+
+
+
+
+
+## Related topics
+
+[Policy configuration service provider](policy-configuration-service-provider.md)
\ No newline at end of file
diff --git a/windows/client-management/mdm/toc.yml b/windows/client-management/mdm/toc.yml
index 859cfd31fa..9f38757a88 100644
--- a/windows/client-management/mdm/toc.yml
+++ b/windows/client-management/mdm/toc.yml
@@ -579,6 +579,8 @@ items:
href: policy-csp-admx-smartcard.md
- name: ADMX_Snmp
href: policy-csp-admx-snmp.md
+ - name: ADMX_Start
+ href: policy-csp-admx-start.md
- name: ADMX_StartMenu
href: policy-csp-admx-startmenu.md
- name: ADMX_SystemRestore