--- title: Policy CSP description: Learn how the Policy configuration service provider (CSP) enables the enterprise to configure policies on Windows 10. ms.assetid: 4F3A1134-D401-44FC-A583-6EDD3070BA4F ms.reviewer: manager: dansimp ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman ms.localizationpriority: medium ms.date: 07/18/2019 --- # Policy CSP The Policy configuration service provider enables the enterprise to configure policies on Windows 10. Use this configuration service provider to configure any company policies. The Policy configuration service provider has the following sub-categories: - Policy/Config/*AreaName* – Handles the policy configuration request from the server. - Policy/Result/*AreaName* – Provides a read-only path to policies enforced on the device. > [!Important] > Policy scope is the level at which a policy can be configured. Some policies can only be configured at the device level, meaning the policy will take effect independent of who is logged into the device. Other policies can be configured at the user level, meaning the policy will only take effect for that user. > > The allowed scope of a specific policy is represented below its table of supported Windows editions. To configure a policy under a specific scope (user vs. device), please use the following paths: > > User scope: > - **./User/Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy. > - **./User/Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result. > > Device scope: > - **./Device/Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy. > - **./Device/Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result. > > For device wide configuration the **_Device/_** portion may be omitted from the path, deeming the following paths respectively equivalent: > > - **./Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy. > - **./Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result. The following diagram shows the Policy configuration service provider in tree format as used by both Open Mobile Alliance Device Management (OMA DM) and OMA Client Provisioning. ![policy csp diagram](images/provisioning-csp-policy.png) **./Vendor/MSFT/Policy**

The root node for the Policy configuration service provider.

Supported operation is Get. **Policy/Config**

Node for grouping all policies configured by one source. The configuration source can use this path to set policy values and later query any policy value that it previously set. One policy can be configured by multiple configuration sources. If a configuration source wants to query the result of conflict resolution (for example, if Exchange and MDM both attempt to set a value,) the configuration source can use the Policy/Result path to retrieve the resulting value.

Supported operation is Get. **Policy/Config/***AreaName*

The area group that can be configured by a single technology for a single provider. Once added, you cannot change the value.

Supported operations are Add, Get, and Delete. **Policy/Config/***AreaName/PolicyName*

Specifies the name/value pair used in the policy.

The following list shows some tips to help you when configuring policies: - Separate substring values by the Unicode &\#xF000; in the XML file. > [!NOTE] > A query from a different caller could provide a different value as each caller could have different values for a named policy. - In SyncML, wrap this policy with the Atomic command so that the policy settings are treated as a single transaction. - Supported operations are Add, Get, Delete, and Replace. - Value type is string. **Policy/Result**

Groups the evaluated policies from all providers that can be configured.

Supported operation is Get. **Policy/Result/***AreaName*

The area group that can be configured by a single technology independent of the providers.

Supported operation is Get. **Policy/Result/***AreaName/PolicyName*

Specifies the name/value pair used in the policy.

Supported operation is Get. **Policy/ConfigOperations**

Added in Windows 10, version 1703. The root node for grouping different configuration operations.

Supported operations are Add, Get, and Delete. **Policy/ConfigOperations/ADMXInstall**

Added in Windows 10, version 1703. Allows settings for ADMX files for Win32 and Desktop Bridge apps to be imported (ingested) by your device and processed into new ADMX-backed policies or preferences. By using ADMXInstall, you can add ADMX-backed policies for those Win32 or Desktop Bridge apps that have been added between OS releases. ADMX-backed policies are ingested to your device by using the Policy CSP URI: ./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall. Each ADMX-backed policy or preference that is added is assigned a unique ID. For more information about using Policy CSP to configure Win32 and Desktop Bridge app policies, see Win32 and Desktop Bridge app policy configuration. > [!NOTE] > The OPAX settings that are managed by the Microsoft Office Customization Tool are not supported by MDM. For more information about this tool, see [Office Customization Tool](https://technet.microsoft.com/library/cc179097.aspx).

ADMX files that have been installed by using ConfigOperations/ADMXInstall can later be deleted by using the URI delete operation. Deleting an ADMX file will delete the ADMX file from disk, remove the metadata from the ADMXdefault registry hive, and delete all the policies that were set from the file. The MDM server can also delete all ADMX policies that are tied to a particular app by calling delete on the URI, ./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/{AppName}.

Supported operations are Add, Get, and Delete. **Policy/ConfigOperations/ADMXInstall/***AppName*

Added in Windows 10, version 1703. Specifies the name of the Win32 or Desktop Bridge app associated with the ADMX file.

Supported operations are Add, Get, and Delete. **Policy/ConfigOperations/ADMXInstall/***AppName*/Policy

Added in Windows 10, version 1703. Specifies that a Win32 or Desktop Bridge app policy is to be imported.

Supported operations are Add, Get, and Delete. **Policy/ConfigOperations/ADMXInstall/***AppName*/Policy/*UniqueID*

Added in Windows 10, version 1703. Specifies the unique ID of the app ADMX file that contains the policy to import.

Supported operations are Add and Get. Does not support Delete. **Policy/ConfigOperations/ADMXInstall/***AppName*/Preference

Added in Windows 10, version 1703. Specifies that a Win32 or Desktop Bridge app preference is to be imported.

Supported operations are Add, Get, and Delete. **Policy/ConfigOperations/ADMXInstall/***AppName*/Preference/*UniqueID*

Added in Windows 10, version 1703. Specifies the unique ID of the app ADMX file that contains the preference to import.

Supported operations are Add and Get. Does not support Delete. ## Policies ### AboveLock policies

AboveLock/AllowCortanaAboveLock
AboveLock/AllowToasts
### Accounts policies
Accounts/AllowAddingNonMicrosoftAccountsManually
Accounts/AllowMicrosoftAccountConnection
Accounts/AllowMicrosoftAccountSignInAssistant
### ActiveXControls policies
ActiveXControls/ApprovedInstallationSites
### ADMX_AddRemovePrograms policies
ADMX_AddRemovePrograms/DefaultCategory
ADMX_AddRemovePrograms/NoAddFromCDorFloppy
ADMX_AddRemovePrograms/NoAddFromInternet
ADMX_AddRemovePrograms/NoAddFromNetwork
ADMX_AddRemovePrograms/NoAddPage
ADMX_AddRemovePrograms/NoAddRemovePrograms
ADMX_AddRemovePrograms/NoChooseProgramsPage
ADMX_AddRemovePrograms/NoRemovePage
ADMX_AddRemovePrograms/NoServices
ADMX_AddRemovePrograms/NoSupportInfo
ADMX_AddRemovePrograms/NoWindowsSetupPage
### ADMX_AppCompat policies
ADMX_AppCompat/AppCompatPrevent16BitMach
ADMX_AppCompat/AppCompatRemoveProgramCompatPropPage
ADMX_AppCompat/AppCompatTurnOffApplicationImpactTelemetry
ADMX_AppCompat/AppCompatTurnOffSwitchBack
ADMX_AppCompat/AppCompatTurnOffEngine
ADMX_AppCompat/AppCompatTurnOffProgramCompatibilityAssistant_1
ADMX_AppCompat/AppCompatTurnOffProgramCompatibilityAssistant_2
ADMX_AppCompat/AppCompatTurnOffUserActionRecord
ADMX_AppCompat/AppCompatTurnOffProgramInventory
### ADMX_AuditSettings policies
ADMX_AuditSettings/IncludeCmdLine
### ADMX_Bits policies
ADMX_Bits/BITS_DisableBranchCache
ADMX_Bits/BITS_DisablePeercachingClient
ADMX_Bits/BITS_DisablePeercachingServer
ADMX_Bits/BITS_EnablePeercaching
ADMX_Bits/BITS_MaxBandwidthServedForPeers
ADMX_Bits/BITS_MaxBandwidthV2_Maintenance
ADMX_Bits/BITS_MaxBandwidthV2_Work
ADMX_Bits/BITS_MaxCacheSize
ADMX_Bits/BITS_MaxContentAge
ADMX_Bits/BITS_MaxDownloadTime
ADMX_Bits/BITS_MaxFilesPerJob
ADMX_Bits/BITS_MaxJobsPerMachine
ADMX_Bits/BITS_MaxJobsPerUser
ADMX_Bits/BITS_MaxRangesPerFile
### ADMX_CipherSuiteOrder policies
ADMX_CipherSuiteOrder/SSLCipherSuiteOrder
ADMX_CipherSuiteOrder/SSLCurveOrder
### ADMX_COM policies
ADMX_COM/AppMgmt_COM_SearchForCLSID_1
ADMX_COM/AppMgmt_COM_SearchForCLSID_2
### ADMX_Cpls policies
ADMX_CtrlAltDel/DisableChangePassword
ADMX_CtrlAltDel/DisableLockComputer
ADMX_CtrlAltDel/DisableTaskMgr
ADMX_CtrlAltDel/NoLogoff
### ADMX_CtrlAltDel policies
ADMX_Cpls/UseDefaultTile
### ADMX_DigitalLocker policies
ADMX_DigitalLocker/Digitalx_DiableApplication_TitleText_1
ADMX_DigitalLocker/Digitalx_DiableApplication_TitleText_2
### ADMX_DnsClient policies
ADMX_DnsClient/DNS_AllowFQDNNetBiosQueries
ADMX_DnsClient/DNS_AppendToMultiLabelName
ADMX_DnsClient/DNS_Domain
ADMX_DnsClient/DNS_DomainNameDevolutionLevel
ADMX_DnsClient/DNS_IdnEncoding
ADMX_DnsClient/DNS_IdnMapping
ADMX_DnsClient/DNS_NameServer
ADMX_DnsClient/DNS_PreferLocalResponsesOverLowerOrderDns
ADMX_DnsClient/DNS_PrimaryDnsSuffix
ADMX_DnsClient/DNS_RegisterAdapterName
ADMX_DnsClient/DNS_RegisterReverseLookup
ADMX_DnsClient/DNS_RegistrationEnabled
ADMX_DnsClient/DNS_RegistrationOverwritesInConflict
ADMX_DnsClient/DNS_RegistrationRefreshInterval
ADMX_DnsClient/DNS_RegistrationTtl
ADMX_DnsClient/DNS_SearchList
ADMX_DnsClient/DNS_SmartMultiHomedNameResolution
ADMX_DnsClient/DNS_SmartProtocolReorder
ADMX_DnsClient/DNS_UpdateSecurityLevel
ADMX_DnsClient/DNS_UpdateTopLevelDomainZones
ADMX_DnsClient/DNS_UseDomainNameDevolution
ADMX_DnsClient/Turn_Off_Multicast
### ADMX_DWM policies
ADMX_DWM/DwmDefaultColorizationColor_1
ADMX_DWM/DwmDefaultColorizationColor_2
ADMX_DWM/DwmDisallowAnimations_1
ADMX_DWM/DwmDisallowAnimations_2
ADMX_DWM/DwmDisallowColorizationColorChanges_1
ADMX_DWM/DwmDisallowColorizationColorChanges_2
### ADMX_EncryptFilesonMove policies
ADMX_EncryptFilesonMove/NoEncryptOnMove
### ADMX_EventForwarding policies
ADMX_EventForwarding/ForwarderResourceUsage
ADMX_EventForwarding/SubscriptionManager
### ADMX_FileServerVSSProvider policies
ADMX_FileServerVSSProvider/Pol_EncryptProtocol
### ADMX_FileSys policies
ADMX_FileSys/DisableCompression
ADMX_FileSys/DisableDeleteNotification
ADMX_FileSys/DisableEncryption
ADMX_FileSys/EnablePagefileEncryption
ADMX_FileSys/LongPathsEnabled
ADMX_FileSys/ShortNameCreationSettings
ADMX_FileSys/SymlinkEvaluation
ADMX_FileSys/TxfDeprecatedFunctionality
### ADMX_FolderRedirection policies
ADMX_FolderRedirection/DisableFRAdminPin
ADMX_FolderRedirection/DisableFRAdminPinByFolder
ADMX_FolderRedirection/FolderRedirectionEnableCacheRename
ADMX_FolderRedirection/LocalizeXPRelativePaths_1
ADMX_FolderRedirection/LocalizeXPRelativePaths_2
ADMX_FolderRedirection/PrimaryComputer_FR_1
ADMX_FolderRedirection/PrimaryComputer_FR_2
### ADMX_Help policies
ADMX_Help/DisableHHDEP
ADMX_Help/HelpQualifiedRootDir_Comp
ADMX_Help/RestrictRunFromHelp
ADMX_Help/RestrictRunFromHelp_Comp
### ADMX_HelpAndSupport policies
ADMX_HelpAndSupport/ActiveHelp
ADMX_HelpAndSupport/HPExplicitFeedback
ADMX_HelpAndSupport/HPImplicitFeedback
ADMX_HelpAndSupport/HPOnlineAssistance
### ADMX_kdc policies
ADMX_kdc/CbacAndArmor
ADMX_kdc/ForestSearch
ADMX_kdc/PKINITFreshness
ADMX_kdc/RequestCompoundId
ADMX_kdc/TicketSizeThreshold
ADMX_kdc/emitlili
### ADMX_LanmanServer policies
ADMX_LanmanServer/Pol_CipherSuiteOrder
ADMX_LanmanServer/Pol_HashPublication
ADMX_LanmanServer/Pol_HashSupportVersion
ADMX_LanmanServer/Pol_HonorCipherSuiteOrder
### ADMX_LinkLayerTopologyDiscovery policies
ADMX_LinkLayerTopologyDiscovery/LLTD_EnableLLTDIO
ADMX_LinkLayerTopologyDiscovery/LLTD_EnableRspndr
### ADMX_MMC policies
ADMX_MMC/MMC_ActiveXControl
ADMX_MMC/MMC_ExtendView
ADMX_MMC/MMC_LinkToWeb
ADMX_MMC/MMC_Restrict_Author
ADMX_MMC/MMC_Restrict_To_Permitted_Snapins
### ADMX_MMCSnapins policies
ADMX_MMCSnapins/MMC_ADMComputers_1
ADMX_MMCSnapins/MMC_ADMComputers_2
ADMX_MMCSnapins/MMC_ADMUsers_1
ADMX_MMCSnapins/MMC_ADMUsers_2
ADMX_MMCSnapins/MMC_ADSI
ADMX_MMCSnapins/MMC_ActiveDirDomTrusts
ADMX_MMCSnapins/MMC_ActiveDirSitesServices
ADMX_MMCSnapins/MMC_ActiveDirUsersComp
ADMX_MMCSnapins/MMC_AppleTalkRouting
ADMX_MMCSnapins/MMC_AuthMan
ADMX_MMCSnapins/MMC_CertAuth
ADMX_MMCSnapins/MMC_CertAuthPolSet
ADMX_MMCSnapins/MMC_Certs
ADMX_MMCSnapins/MMC_CertsTemplate
ADMX_MMCSnapins/MMC_ComponentServices
ADMX_MMCSnapins/MMC_ComputerManagement
ADMX_MMCSnapins/MMC_ConnectionSharingNAT
ADMX_MMCSnapins/MMC_DCOMCFG
ADMX_MMCSnapins/MMC_DFS
ADMX_MMCSnapins/MMC_DHCPRelayMgmt
ADMX_MMCSnapins/MMC_DeviceManager_1
ADMX_MMCSnapins/MMC_DeviceManager_2
ADMX_MMCSnapins/MMC_DiskDefrag
ADMX_MMCSnapins/MMC_DiskMgmt
ADMX_MMCSnapins/MMC_EnterprisePKI
ADMX_MMCSnapins/MMC_EventViewer_1
ADMX_MMCSnapins/MMC_EventViewer_2
ADMX_MMCSnapins/MMC_EventViewer_3
ADMX_MMCSnapins/MMC_EventViewer_4
ADMX_MMCSnapins/MMC_FAXService
ADMX_MMCSnapins/MMC_FailoverClusters
ADMX_MMCSnapins/MMC_FolderRedirection_1
ADMX_MMCSnapins/MMC_FolderRedirection_2
ADMX_MMCSnapins/MMC_FrontPageExt
ADMX_MMCSnapins/MMC_GroupPolicyManagementSnapIn
ADMX_MMCSnapins/MMC_GroupPolicySnapIn
ADMX_MMCSnapins/MMC_GroupPolicyTab
ADMX_MMCSnapins/MMC_HRA
ADMX_MMCSnapins/MMC_IAS
ADMX_MMCSnapins/MMC_IASLogging
ADMX_MMCSnapins/MMC_IEMaintenance_1
ADMX_MMCSnapins/MMC_IEMaintenance_2
ADMX_MMCSnapins/MMC_IGMPRouting
ADMX_MMCSnapins/MMC_IIS
ADMX_MMCSnapins/MMC_IPRouting
ADMX_MMCSnapins/MMC_IPSecManage_GP
ADMX_MMCSnapins/MMC_IPXRIPRouting
ADMX_MMCSnapins/MMC_IPXRouting
ADMX_MMCSnapins/MMC_IPXSAPRouting
ADMX_MMCSnapins/MMC_IndexingService
ADMX_MMCSnapins/MMC_IpSecManage
ADMX_MMCSnapins/MMC_IpSecMonitor
ADMX_MMCSnapins/MMC_LocalUsersGroups
ADMX_MMCSnapins/MMC_LogicalMappedDrives
ADMX_MMCSnapins/MMC_NPSUI
ADMX_MMCSnapins/MMC_NapSnap
ADMX_MMCSnapins/MMC_NapSnap_GP
ADMX_MMCSnapins/MMC_Net_Framework
ADMX_MMCSnapins/MMC_OCSP
ADMX_MMCSnapins/MMC_OSPFRouting
ADMX_MMCSnapins/MMC_PerfLogsAlerts
ADMX_MMCSnapins/MMC_PublicKey
ADMX_MMCSnapins/MMC_QoSAdmission
ADMX_MMCSnapins/MMC_RAS_DialinUser
ADMX_MMCSnapins/MMC_RIPRouting
ADMX_MMCSnapins/MMC_RIS
ADMX_MMCSnapins/MMC_RRA
ADMX_MMCSnapins/MMC_RSM
ADMX_MMCSnapins/MMC_RemStore
ADMX_MMCSnapins/MMC_RemoteAccess
ADMX_MMCSnapins/MMC_RemoteDesktop
ADMX_MMCSnapins/MMC_ResultantSetOfPolicySnapIn
ADMX_MMCSnapins/MMC_Routing
ADMX_MMCSnapins/MMC_SCA
ADMX_MMCSnapins/MMC_SMTPProtocol
ADMX_MMCSnapins/MMC_SNMP
ADMX_MMCSnapins/MMC_ScriptsMachine_1
ADMX_MMCSnapins/MMC_ScriptsMachine_2
ADMX_MMCSnapins/MMC_ScriptsUser_1
ADMX_MMCSnapins/MMC_ScriptsUser_2
ADMX_MMCSnapins/MMC_SecuritySettings_1
ADMX_MMCSnapins/MMC_SecuritySettings_2
ADMX_MMCSnapins/MMC_SecurityTemplates
ADMX_MMCSnapins/MMC_SendConsoleMessage
ADMX_MMCSnapins/MMC_ServerManager
ADMX_MMCSnapins/MMC_ServiceDependencies
ADMX_MMCSnapins/MMC_Services
ADMX_MMCSnapins/MMC_SharedFolders
ADMX_MMCSnapins/MMC_SharedFolders_Ext
ADMX_MMCSnapins/MMC_SoftwareInstalationComputers_1
ADMX_MMCSnapins/MMC_SoftwareInstalationComputers_2
ADMX_MMCSnapins/MMC_SoftwareInstallationUsers_1
ADMX_MMCSnapins/MMC_SoftwareInstallationUsers_2
ADMX_MMCSnapins/MMC_SysInfo
ADMX_MMCSnapins/MMC_SysProp
ADMX_MMCSnapins/MMC_TPMManagement
ADMX_MMCSnapins/MMC_Telephony
ADMX_MMCSnapins/MMC_TerminalServices
ADMX_MMCSnapins/MMC_WMI
ADMX_MMCSnapins/MMC_WindowsFirewall
ADMX_MMCSnapins/MMC_WindowsFirewall_GP
ADMX_MMCSnapins/MMC_WiredNetworkPolicy
ADMX_MMCSnapins/MMC_WirelessMon
ADMX_MMCSnapins/MMC_WirelessNetworkPolicy
### ADMX_MSAPolicy policies
ADMX_MSAPolicy/IncludeMicrosoftAccount_DisableUserAuthCmdLine
### ADMX_nca policies
ADMX_nca/CorporateResources
ADMX_nca/CustomCommands
ADMX_nca/DTEs
ADMX_nca/FriendlyName
ADMX_nca/LocalNamesOn
ADMX_nca/PassiveMode
ADMX_nca/ShowUI
ADMX_nca/SupportEmail
### ADMX_NCSI policies
ADMX_NCSI/NCSI_CorpDnsProbeContent
ADMX_NCSI/NCSI_CorpDnsProbeHost
ADMX_NCSI/NCSI_CorpSitePrefixes
ADMX_NCSI/NCSI_CorpWebProbeUrl
ADMX_NCSI/NCSI_DomainLocationDeterminationUrl
ADMX_NCSI/NCSI_GlobalDns
ADMX_NCSI/NCSI_PassivePolling
### ADMX_Netlogon policies
ADMX_Netlogon/Netlogon_AddressLookupOnPingBehavior
ADMX_Netlogon/Netlogon_AddressTypeReturned
ADMX_Netlogon/Netlogon_AllowDnsSuffixSearch
ADMX_Netlogon/Netlogon_AllowNT4Crypto
ADMX_Netlogon/Netlogon_AllowSingleLabelDnsDomain
ADMX_Netlogon/Netlogon_AutoSiteCoverage
ADMX_Netlogon/Netlogon_AvoidFallbackNetbiosDiscovery
ADMX_Netlogon/Netlogon_AvoidPdcOnWan
ADMX_Netlogon/Netlogon_BackgroundRetryInitialPeriod
ADMX_Netlogon/Netlogon_BackgroundRetryMaximumPeriod
ADMX_Netlogon/Netlogon_BackgroundRetryQuitTime
ADMX_Netlogon/Netlogon_BackgroundSuccessfulRefreshPeriod
ADMX_Netlogon/Netlogon_DebugFlag
ADMX_Netlogon/Netlogon_DnsAvoidRegisterRecords
ADMX_Netlogon/Netlogon_DnsRefreshInterval
ADMX_Netlogon/Netlogon_DnsSrvRecordUseLowerCaseHostNames
ADMX_Netlogon/Netlogon_DnsTtl
ADMX_Netlogon/Netlogon_ExpectedDialupDelay
ADMX_Netlogon/Netlogon_ForceRediscoveryInterval
ADMX_Netlogon/Netlogon_GcSiteCoverage
ADMX_Netlogon/Netlogon_IgnoreIncomingMailslotMessages
ADMX_Netlogon/Netlogon_LdapSrvPriority
ADMX_Netlogon/Netlogon_LdapSrvWeight
ADMX_Netlogon/Netlogon_MaximumLogFileSize
ADMX_Netlogon/Netlogon_NdncSiteCoverage
ADMX_Netlogon/Netlogon_NegativeCachePeriod
ADMX_Netlogon/Netlogon_NetlogonShareCompatibilityMode
ADMX_Netlogon/Netlogon_NonBackgroundSuccessfulRefreshPeriod
ADMX_Netlogon/Netlogon_PingUrgencyMode
ADMX_Netlogon/Netlogon_ScavengeInterval
ADMX_Netlogon/Netlogon_SiteCoverage
ADMX_Netlogon/Netlogon_SiteName
ADMX_Netlogon/Netlogon_SysvolShareCompatibilityMode
ADMX_Netlogon/Netlogon_TryNextClosestSite
ADMX_Netlogon/Netlogon_UseDynamicDns
### ADMX_NetworkConnections policies
ADMX_NetworkConnections/NC_AddRemoveComponents
ADMX_NetworkConnections/NC_AdvancedSettings
ADMX_NetworkConnections/NC_AllowAdvancedTCPIPConfig
ADMX_NetworkConnections/NC_ChangeBindState
ADMX_NetworkConnections/NC_DeleteAllUserConnection
ADMX_NetworkConnections/NC_DeleteConnection
ADMX_NetworkConnections/NC_DialupPrefs
ADMX_NetworkConnections/NC_DoNotShowLocalOnlyIcon
ADMX_NetworkConnections/NC_EnableAdminProhibits
ADMX_NetworkConnections/NC_ForceTunneling
ADMX_NetworkConnections/NC_IpStateChecking
ADMX_NetworkConnections/NC_LanChangeProperties
ADMX_NetworkConnections/NC_LanConnect
ADMX_NetworkConnections/NC_LanProperties
ADMX_NetworkConnections/NC_NewConnectionWizard
ADMX_NetworkConnections/NC_PersonalFirewallConfig
ADMX_NetworkConnections/NC_RasAllUserProperties
ADMX_NetworkConnections/NC_RasChangeProperties
ADMX_NetworkConnections/NC_RasConnect
ADMX_NetworkConnections/NC_RasMyProperties
ADMX_NetworkConnections/NC_RenameAllUserRasConnection
ADMX_NetworkConnections/NC_RenameConnection
ADMX_NetworkConnections/NC_RenameLanConnection
ADMX_NetworkConnections/NC_RenameMyRasConnection
ADMX_NetworkConnections/NC_ShowSharedAccessUI
ADMX_NetworkConnections/NC_Statistics
ADMX_NetworkConnections/NC_StdDomainUserSetLocation
### ADMX_OfflineFiles policies
ADMX_OfflineFiles/Pol_AlwaysPinSubFolders
ADMX_OfflineFiles/Pol_AssignedOfflineFiles_1
ADMX_OfflineFiles/Pol_AssignedOfflineFiles_2
ADMX_OfflineFiles/Pol_BackgroundSyncSettings
ADMX_OfflineFiles/Pol_CacheSize
ADMX_OfflineFiles/Pol_CustomGoOfflineActions_1
ADMX_OfflineFiles/Pol_CustomGoOfflineActions_2
ADMX_OfflineFiles/Pol_DefCacheSize
ADMX_OfflineFiles/Pol_Enabled
ADMX_OfflineFiles/Pol_EncryptOfflineFiles
ADMX_OfflineFiles/Pol_EventLoggingLevel_1
ADMX_OfflineFiles/Pol_EventLoggingLevel_2
ADMX_OfflineFiles/Pol_ExclusionListSettings
ADMX_OfflineFiles/Pol_ExtExclusionList
ADMX_OfflineFiles/Pol_GoOfflineAction_1
ADMX_OfflineFiles/Pol_GoOfflineAction_2
ADMX_OfflineFiles/Pol_NoCacheViewer_1
ADMX_OfflineFiles/Pol_NoCacheViewer_2
ADMX_OfflineFiles/Pol_NoConfigCache_1
ADMX_OfflineFiles/Pol_NoConfigCache_2
ADMX_OfflineFiles/Pol_NoMakeAvailableOffline_1
ADMX_OfflineFiles/Pol_NoMakeAvailableOffline_2
ADMX_OfflineFiles/Pol_NoPinFiles_1
ADMX_OfflineFiles/Pol_NoPinFiles_2
ADMX_OfflineFiles/Pol_NoReminders_1
ADMX_OfflineFiles/Pol_NoReminders_2
ADMX_OfflineFiles/Pol_OnlineCachingSettings
ADMX_OfflineFiles/Pol_PurgeAtLogoff
ADMX_OfflineFiles/Pol_QuickAdimPin
ADMX_OfflineFiles/Pol_ReminderFreq_1
ADMX_OfflineFiles/Pol_ReminderFreq_2
ADMX_OfflineFiles/Pol_ReminderInitTimeout_1
ADMX_OfflineFiles/Pol_ReminderInitTimeout_2
ADMX_OfflineFiles/Pol_ReminderTimeout_1
ADMX_OfflineFiles/Pol_ReminderTimeout_2
ADMX_OfflineFiles/Pol_SlowLinkSettings
ADMX_OfflineFiles/Pol_SlowLinkSpeed
ADMX_OfflineFiles/Pol_SyncAtLogoff_1
ADMX_OfflineFiles/Pol_SyncAtLogoff_2
ADMX_OfflineFiles/Pol_SyncAtLogon_1
ADMX_OfflineFiles/Pol_SyncAtLogon_2
ADMX_OfflineFiles/Pol_SyncAtSuspend_1
ADMX_OfflineFiles/Pol_SyncAtSuspend_2
ADMX_OfflineFiles/Pol_SyncOnCostedNetwork
ADMX_OfflineFiles/Pol_WorkOfflineDisabled_1
ADMX_OfflineFiles/Pol_WorkOfflineDisabled_2
### ADMX_PeerToPeerCaching policies
ADMX_PeerToPeerCaching/EnableWindowsBranchCache
ADMX_PeerToPeerCaching/EnableWindowsBranchCache_Distributed
ADMX_PeerToPeerCaching/EnableWindowsBranchCache_Hosted
ADMX_PeerToPeerCaching/EnableWindowsBranchCache_HostedCacheDiscovery
ADMX_PeerToPeerCaching/EnableWindowsBranchCache_HostedMultipleServers
ADMX_PeerToPeerCaching/EnableWindowsBranchCache_SMB
ADMX_PeerToPeerCaching/SetCachePercent
ADMX_PeerToPeerCaching/SetDataCacheEntryMaxAge
ADMX_PeerToPeerCaching/SetDowngrading
### ADMX_PerformanceDiagnostics policies
ADMX_PerformanceDiagnostics/WdiScenarioExecutionPolicy_1
ADMX_PerformanceDiagnostics/WdiScenarioExecutionPolicy_2
ADMX_PerformanceDiagnostics/WdiScenarioExecutionPolicy_3
ADMX_PerformanceDiagnostics/WdiScenarioExecutionPolicy_4
### ADMX_PowerShellExecutionPolicy policies
ADMX_PowerShellExecutionPolicy/EnableModuleLogging
ADMX_PowerShellExecutionPolicy/EnableScripts
ADMX_PowerShellExecutionPolicy/EnableTranscripting
ADMX_PowerShellExecutionPolicy/EnableUpdateHelpDefaultSourcePath
### ADMX_Reliability policies
ADMX_Reliability/EE_EnablePersistentTimeStamp
ADMX_Reliability/PCH_ReportShutdownEvents
ADMX_Reliability/ShutdownEventTrackerStateFile
ADMX_Reliability/ShutdownReason
### ADMX_Scripts policies
ADMX_Scripts/Allow_Logon_Script_NetbiosDisabled
ADMX_Scripts/MaxGPOScriptWaitPolicy
ADMX_Scripts/Run_Computer_PS_Scripts_First
ADMX_Scripts/Run_Legacy_Logon_Script_Hidden
ADMX_Scripts/Run_Logoff_Script_Visible
ADMX_Scripts/Run_Logon_Script_Sync_1
ADMX_Scripts/Run_Logon_Script_Sync_2
ADMX_Scripts/Run_Logon_Script_Visible
ADMX_Scripts/Run_Shutdown_Script_Visible
ADMX_Scripts/Run_Startup_Script_Sync
ADMX_Scripts/Run_Startup_Script_Visible
ADMX_Scripts/Run_User_PS_Scripts_First
### ADMX_sdiageng policies
ADMX_sdiageng/BetterWhenConnected
ADMX_sdiageng/ScriptedDiagnosticsExecutionPolicy
ADMX_sdiageng/ScriptedDiagnosticsSecurityPolicy
### ADMX_Securitycenter policies
ADMX_Securitycenter/SecurityCenter_SecurityCenterInDomain
### ADMX_Sensors policies
ADMX_Sensors/DisableLocationScripting_1
ADMX_Sensors/DisableLocationScripting_2
ADMX_Sensors/DisableLocation_1
ADMX_Sensors/DisableSensors_1
ADMX_Sensors/DisableSensors_2
### ADMX_Servicing policies
ADMX_Servicing/Servicing
### ADMX_SharedFolders policies
ADMX_SharedFolders/PublishDfsRoots
ADMX_SharedFolders/PublishSharedFolders
### ADMX_Sharing policies
ADMX_Sharing/NoInplaceSharing
## ADMX_ShellCommandPromptRegEditTools policies
ADMX_ShellCommandPromptRegEditTools/DisableCMD
ADMX_ShellCommandPromptRegEditTools/DisableRegedit
ADMX_ShellCommandPromptRegEditTools/DisallowApps
ADMX_ShellCommandPromptRegEditTools/RestrictApps
### ADMX_Smartcard policies
ADMX_Smartcard/AllowCertificatesWithNoEKU
ADMX_Smartcard/AllowIntegratedUnblock
ADMX_Smartcard/AllowSignatureOnlyKeys
ADMX_Smartcard/AllowTimeInvalidCertificates
ADMX_Smartcard/CertPropEnabledString
ADMX_Smartcard/CertPropRootCleanupString
ADMX_Smartcard/CertPropRootEnabledString
ADMX_Smartcard/DisallowPlaintextPin
ADMX_Smartcard/EnumerateECCCerts
ADMX_Smartcard/FilterDuplicateCerts
ADMX_Smartcard/ForceReadingAllCertificates
ADMX_Smartcard/IntegratedUnblockPromptString
ADMX_Smartcard/ReverseSubject
ADMX_Smartcard/SCPnPEnabled
ADMX_Smartcard/SCPnPNotification
ADMX_Smartcard/X509HintsNeeded
### ADMX_Snmp policies
ADMX_Snmp/SNMP_Communities
ADMX_Snmp/SNMP_PermittedManagers
ADMX_Snmp/SNMP_Traps_Public
### ADMX_StartMenu policies
ADMX_StartMenu/AddSearchInternetLinkInStartMenu
ADMX_StartMenu/ClearRecentDocsOnExit
ADMX_StartMenu/ClearRecentProgForNewUserInStartMenu
ADMX_StartMenu/ClearTilesOnExit
ADMX_StartMenu/DesktopAppsFirstInAppsView
ADMX_StartMenu/DisableGlobalSearchOnAppsView
ADMX_StartMenu/ForceStartMenuLogOff
ADMX_StartMenu/GoToDesktopOnSignIn
ADMX_StartMenu/GreyMSIAds
ADMX_StartMenu/HidePowerOptions
ADMX_StartMenu/Intellimenus
ADMX_StartMenu/LockTaskbar
ADMX_StartMenu/MemCheckBoxInRunDlg
ADMX_StartMenu/NoAutoTrayNotify
ADMX_StartMenu/NoBalloonTip
ADMX_StartMenu/NoChangeStartMenu
ADMX_StartMenu/NoClose
ADMX_StartMenu/NoCommonGroups
ADMX_StartMenu/NoFavoritesMenu
ADMX_StartMenu/NoFind
ADMX_StartMenu/NoGamesFolderOnStartMenu
ADMX_StartMenu/NoHelp
ADMX_StartMenu/NoInstrumentation
ADMX_StartMenu/NoMoreProgramsList
ADMX_StartMenu/NoNetAndDialupConnect
ADMX_StartMenu/NoPinnedPrograms
ADMX_StartMenu/NoRecentDocsMenu
ADMX_StartMenu/NoResolveSearch
ADMX_StartMenu/NoResolveTrack
ADMX_StartMenu/NoRun
ADMX_StartMenu/NoSMConfigurePrograms
ADMX_StartMenu/NoSMMyDocuments
ADMX_StartMenu/NoSMMyMusic
ADMX_StartMenu/NoSMMyNetworkPlaces
ADMX_StartMenu/NoSMMyPictures
ADMX_StartMenu/NoSearchCommInStartMenu
ADMX_StartMenu/NoSearchComputerLinkInStartMenu
ADMX_StartMenu/NoSearchEverywhereLinkInStartMenu
ADMX_StartMenu/NoSearchFilesInStartMenu
ADMX_StartMenu/NoSearchInternetInStartMenu
ADMX_StartMenu/NoSearchProgramsInStartMenu
ADMX_StartMenu/NoSetFolders
ADMX_StartMenu/NoSetTaskbar
ADMX_StartMenu/NoStartMenuDownload
ADMX_StartMenu/NoStartMenuHomegroup
ADMX_StartMenu/NoStartMenuRecordedTV
ADMX_StartMenu/NoStartMenuSubFolders
ADMX_StartMenu/NoStartMenuVideos
ADMX_StartMenu/NoStartPage
ADMX_StartMenu/NoTaskBarClock
ADMX_StartMenu/NoTaskGrouping
ADMX_StartMenu/NoToolbarsOnTaskbar
ADMX_StartMenu/NoTrayContextMenu
ADMX_StartMenu/NoTrayItemsDisplay
ADMX_StartMenu/NoUninstallFromStart
ADMX_StartMenu/NoUserFolderOnStartMenu
ADMX_StartMenu/NoUserNameOnStartMenu
ADMX_StartMenu/NoWindowsUpdate
ADMX_StartMenu/PowerButtonAction
ADMX_StartMenu/QuickLaunchEnabled
ADMX_StartMenu/RemoveUnDockPCButton
ADMX_StartMenu/ShowAppsViewOnStart
ADMX_StartMenu/ShowRunAsDifferentUserInStart
ADMX_StartMenu/ShowRunInStartMenu
ADMX_StartMenu/ShowStartOnDisplayWithForegroundOnWinKey
ADMX_StartMenu/StartMenuLogOff
ADMX_StartMenu/StartPinAppsWhenInstalled
### ADMX_Taskbar policies
ADMX_Taskbar/DisableNotificationCenter
ADMX_Taskbar/EnableLegacyBalloonNotifications
ADMX_Taskbar/HideSCAHealth
ADMX_Taskbar/HideSCANetwork
ADMX_Taskbar/HideSCAPower
ADMX_Taskbar/HideSCAVolume
ADMX_Taskbar/NoBalloonFeatureAdvertisements
ADMX_Taskbar/NoPinningStoreToTaskbar
ADMX_Taskbar/NoPinningToDestinations
ADMX_Taskbar/NoPinningToTaskbar
ADMX_Taskbar/NoRemoteDestinations
ADMX_Taskbar/NoSystraySystemPromotion
ADMX_Taskbar/ShowWindowsStoreAppsOnTaskbar
ADMX_Taskbar/TaskbarLockAll
ADMX_Taskbar/TaskbarNoAddRemoveToolbar
ADMX_Taskbar/TaskbarNoDragToolbar
ADMX_Taskbar/TaskbarNoMultimon
ADMX_Taskbar/TaskbarNoNotification
ADMX_Taskbar/TaskbarNoPinnedList
ADMX_Taskbar/TaskbarNoRedock
ADMX_Taskbar/TaskbarNoResize
ADMX_Taskbar/TaskbarNoThumbnail
### ADMX_tcpip policies
ADMX_tcpip/6to4_Router_Name
ADMX_tcpip/6to4_Router_Name_Resolution_Interval
ADMX_tcpip/6to4_State
ADMX_tcpip/IPHTTPS_ClientState
ADMX_tcpip/IP_Stateless_Autoconfiguration_Limits_State
ADMX_tcpip/ISATAP_Router_Name
ADMX_tcpip/ISATAP_State
ADMX_tcpip/Teredo_Client_Port
ADMX_tcpip/Teredo_Default_Qualified
ADMX_tcpip/Teredo_Refresh_Rate
ADMX_tcpip/Teredo_Server_Name
ADMX_tcpip/Teredo_State
ADMX_tcpip/Windows_Scaling_Heuristics_State
### ADMX_Thumbnails policies
ADMX_Thumbnails/DisableThumbnails
ADMX_Thumbnails/DisableThumbnailsOnNetworkFolders
ADMX_Thumbnails/DisableThumbsDBOnNetworkFolders
### ADMX_TPM policies
ADMX_TPM/BlockedCommandsList_Name
ADMX_TPM/ClearTPMIfNotReady_Name
ADMX_TPM/IgnoreDefaultList_Name
ADMX_TPM/IgnoreLocalList_Name
ADMX_TPM/OSManagedAuth_Name
ADMX_TPM/OptIntoDSHA_Name
ADMX_TPM/StandardUserAuthorizationFailureDuration_Name
ADMX_TPM/StandardUserAuthorizationFailureIndividualThreshold_Name
ADMX_TPM/StandardUserAuthorizationFailureTotalThreshold_Name
ADMX_TPM/UseLegacyDAP_Name
### ADMX_UserExperienceVirtualization policies
ADMX_UserExperienceVirtualization/Calculator
ADMX_UserExperienceVirtualization/ConfigureSyncMethod
ADMX_UserExperienceVirtualization/ConfigureVdi
ADMX_UserExperienceVirtualization/ContactITDescription
ADMX_UserExperienceVirtualization/ContactITUrl
ADMX_UserExperienceVirtualization/DisableWin8Sync
ADMX_UserExperienceVirtualization/DisableWindowsOSSettings
ADMX_UserExperienceVirtualization/EnableUEV
ADMX_UserExperienceVirtualization/Finance
ADMX_UserExperienceVirtualization/FirstUseNotificationEnabled
ADMX_UserExperienceVirtualization/Games
ADMX_UserExperienceVirtualization/InternetExplorer8
ADMX_UserExperienceVirtualization/InternetExplorer9
ADMX_UserExperienceVirtualization/InternetExplorer10
ADMX_UserExperienceVirtualization/InternetExplorer11
ADMX_UserExperienceVirtualization/InternetExplorerCommon
ADMX_UserExperienceVirtualization/Maps
ADMX_UserExperienceVirtualization/MaxPackageSizeInBytes
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Access
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Common
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Excel
ADMX_UserExperienceVirtualization/MicrosoftOffice2010InfoPath
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Lync
ADMX_UserExperienceVirtualization/MicrosoftOffice2010OneNote
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Outlook
ADMX_UserExperienceVirtualization/MicrosoftOffice2010PowerPoint
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Project
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Publisher
ADMX_UserExperienceVirtualization/MicrosoftOffice2010SharePointDesigner
ADMX_UserExperienceVirtualization/MicrosoftOffice2010SharePointWorkspace
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Visio
ADMX_UserExperienceVirtualization/MicrosoftOffice2010Word
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Access
ADMX_UserExperienceVirtualization/MicrosoftOffice2013AccessBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Common
ADMX_UserExperienceVirtualization/MicrosoftOffice2013CommonBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Excel
ADMX_UserExperienceVirtualization/MicrosoftOffice2013ExcelBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013InfoPath
ADMX_UserExperienceVirtualization/MicrosoftOffice2013InfoPathBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Lync
ADMX_UserExperienceVirtualization/MicrosoftOffice2013LyncBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013OneDriveForBusiness
ADMX_UserExperienceVirtualization/MicrosoftOffice2013OneNote
ADMX_UserExperienceVirtualization/MicrosoftOffice2013OneNoteBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Outlook
ADMX_UserExperienceVirtualization/MicrosoftOffice2013OutlookBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013PowerPoint
ADMX_UserExperienceVirtualization/MicrosoftOffice2013PowerPointBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Project
ADMX_UserExperienceVirtualization/MicrosoftOffice2013ProjectBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Publisher
ADMX_UserExperienceVirtualization/MicrosoftOffice2013PublisherBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013SharePointDesigner
ADMX_UserExperienceVirtualization/MicrosoftOffice2013SharePointDesignerBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013UploadCenter
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Visio
ADMX_UserExperienceVirtualization/MicrosoftOffice2013VisioBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2013Word
ADMX_UserExperienceVirtualization/MicrosoftOffice2013WordBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Access
ADMX_UserExperienceVirtualization/MicrosoftOffice2016AccessBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Common
ADMX_UserExperienceVirtualization/MicrosoftOffice2016CommonBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Excel
ADMX_UserExperienceVirtualization/MicrosoftOffice2016ExcelBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Lync
ADMX_UserExperienceVirtualization/MicrosoftOffice2016LyncBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016OneDriveForBusiness
ADMX_UserExperienceVirtualization/MicrosoftOffice2016OneNote
ADMX_UserExperienceVirtualization/MicrosoftOffice2016OneNoteBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Outlook
ADMX_UserExperienceVirtualization/MicrosoftOffice2016OutlookBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016PowerPoint
ADMX_UserExperienceVirtualization/MicrosoftOffice2016PowerPointBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Project
ADMX_UserExperienceVirtualization/MicrosoftOffice2016ProjectBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Publisher
ADMX_UserExperienceVirtualization/MicrosoftOffice2016PublisherBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016UploadCenter
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Visio
ADMX_UserExperienceVirtualization/MicrosoftOffice2016VisioBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice2016Word
ADMX_UserExperienceVirtualization/MicrosoftOffice2016WordBackup
ADMX_UserExperienceVirtualization/MicrosoftOffice365Access2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Access2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Common2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Common2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Excel2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Excel2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365InfoPath2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Lync2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Lync2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365OneNote2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365OneNote2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Outlook2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Outlook2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365PowerPoint2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365PowerPoint2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Project2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Project2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Publisher2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Publisher2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365SharePointDesigner2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Visio2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Visio2016
ADMX_UserExperienceVirtualization/MicrosoftOffice365Word2013
ADMX_UserExperienceVirtualization/MicrosoftOffice365Word2016
ADMX_UserExperienceVirtualization/Music
ADMX_UserExperienceVirtualization/News
ADMX_UserExperienceVirtualization/Notepad
ADMX_UserExperienceVirtualization/Reader
ADMX_UserExperienceVirtualization/RepositoryTimeout
ADMX_UserExperienceVirtualization/SettingsStoragePath
ADMX_UserExperienceVirtualization/SettingsTemplateCatalogPath
ADMX_UserExperienceVirtualization/Sports
ADMX_UserExperienceVirtualization/SyncEnabled
ADMX_UserExperienceVirtualization/SyncOverMeteredNetwork
ADMX_UserExperienceVirtualization/SyncOverMeteredNetworkWhenRoaming
ADMX_UserExperienceVirtualization/SyncProviderPingEnabled
ADMX_UserExperienceVirtualization/SyncUnlistedWindows8Apps
ADMX_UserExperienceVirtualization/Travel
ADMX_UserExperienceVirtualization/TrayIconEnabled
ADMX_UserExperienceVirtualization/Video
ADMX_UserExperienceVirtualization/Weather
ADMX_UserExperienceVirtualization/Wordpad
### ADMX_W32Time policies
ADMX_W32Time/W32TIME_POLICY_CONFIG
ADMX_W32Time/W32TIME_POLICY_CONFIGURE_NTPCLIENT
ADMX_W32Time/W32TIME_POLICY_ENABLE_NTPCLIENT
ADMX_W32Time/W32TIME_POLICY_ENABLE_NTPSERVER
### ADMX_WCM policies
ADMX_WCM/WCM_DisablePowerManagement
ADMX_WCM/WCM_EnableSoftDisconnect
ADMX_WCM/WCM_MinimizeConnections
### ADMX_WinCal policies
ADMX_WinCal/TurnOffWinCal_1
ADMX_WinCal/TurnOffWinCal_2
### ADMX_WindowsAnytimeUpgrade policies
ADMX_WindowsAnytimeUpgrade/Disabled
### ADMX_WindowsConnectNow policies
ADMX_WindowsConnectNow/WCN_DisableWcnUi_1
ADMX_WindowsConnectNow/WCN_DisableWcnUi_2
ADMX_WindowsConnectNow/WCN_EnableRegistrar
### ADMX_WindowsExplorer policies
ADMX_WindowsExplorer/CheckSameSourceAndTargetForFRAndDFS
ADMX_WindowsExplorer/ClassicShell
ADMX_WindowsExplorer/ConfirmFileDelete
ADMX_WindowsExplorer/DefaultLibrariesLocation
ADMX_WindowsExplorer/DisableBindDirectlyToPropertySetStorage
ADMX_WindowsExplorer/DisableIndexedLibraryExperience
ADMX_WindowsExplorer/DisableKnownFolders
ADMX_WindowsExplorer/DisableSearchBoxSuggestions
ADMX_WindowsExplorer/EnableShellShortcutIconRemotePath
ADMX_WindowsExplorer/EnableSmartScreen
ADMX_WindowsExplorer/EnforceShellExtensionSecurity
ADMX_WindowsExplorer/ExplorerRibbonStartsMinimized
ADMX_WindowsExplorer/HideContentViewModeSnippets
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_Internet
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_InternetLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_Intranet
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_IntranetLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_LocalMachine
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_LocalMachineLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_Restricted
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_RestrictedLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_Trusted
ADMX_WindowsExplorer/IZ_Policy_OpenSearchPreview_TrustedLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_Internet
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_InternetLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_Intranet
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_IntranetLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_LocalMachine
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_LocalMachineLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_Restricted
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_RestrictedLockdown
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_Trusted
ADMX_WindowsExplorer/IZ_Policy_OpenSearchQuery_TrustedLockdown
ADMX_WindowsExplorer/LinkResolveIgnoreLinkInfo
ADMX_WindowsExplorer/MaxRecentDocs
ADMX_WindowsExplorer/NoBackButton
ADMX_WindowsExplorer/NoCDBurning
ADMX_WindowsExplorer/NoCacheThumbNailPictures
ADMX_WindowsExplorer/NoChangeAnimation
ADMX_WindowsExplorer/NoChangeKeyboardNavigationIndicators
ADMX_WindowsExplorer/NoDFSTab
ADMX_WindowsExplorer/NoDrives
ADMX_WindowsExplorer/NoEntireNetwork
ADMX_WindowsExplorer/NoFileMRU
ADMX_WindowsExplorer/NoFileMenu
ADMX_WindowsExplorer/NoFolderOptions
ADMX_WindowsExplorer/NoHardwareTab
ADMX_WindowsExplorer/NoManageMyComputerVerb
ADMX_WindowsExplorer/NoMyComputerSharedDocuments
ADMX_WindowsExplorer/NoNetConnectDisconnect
ADMX_WindowsExplorer/NoNewAppAlert
ADMX_WindowsExplorer/NoPlacesBar
ADMX_WindowsExplorer/NoRecycleFiles
ADMX_WindowsExplorer/NoRunAsInstallPrompt
ADMX_WindowsExplorer/NoSearchInternetTryHarderButton
ADMX_WindowsExplorer/NoSecurityTab
ADMX_WindowsExplorer/NoShellSearchButton
ADMX_WindowsExplorer/NoStrCmpLogical
ADMX_WindowsExplorer/NoViewContextMenu
ADMX_WindowsExplorer/NoViewOnDrive
ADMX_WindowsExplorer/NoWindowsHotKeys
ADMX_WindowsExplorer/NoWorkgroupContents
ADMX_WindowsExplorer/PlacesBar
ADMX_WindowsExplorer/PromptRunasInstallNetPath
ADMX_WindowsExplorer/RecycleBinSize
ADMX_WindowsExplorer/ShellProtocolProtectedModeTitle_1
ADMX_WindowsExplorer/ShellProtocolProtectedModeTitle_2
ADMX_WindowsExplorer/ShowHibernateOption
ADMX_WindowsExplorer/ShowSleepOption
ADMX_WindowsExplorer/TryHarderPinnedLibrary
ADMX_WindowsExplorer/TryHarderPinnedOpenSearch
### ADMX_WindowsMediaDRM policies
ADMX_WindowsMediaDRM/DisableOnline
### ADMX_WindowsMediaPlayer policies
ADMX_WindowsMediaPlayer/ConfigureHTTPProxySettings
ADMX_WindowsMediaPlayer/ConfigureMMSProxySettings
ADMX_WindowsMediaPlayer/ConfigureRTSPProxySettings
ADMX_WindowsMediaPlayer/DisableAutoUpdate
ADMX_WindowsMediaPlayer/DisableNetworkSettings
ADMX_WindowsMediaPlayer/DisableSetupFirstUseConfiguration
ADMX_WindowsMediaPlayer/DoNotShowAnchor
ADMX_WindowsMediaPlayer/DontUseFrameInterpolation
ADMX_WindowsMediaPlayer/EnableScreenSaver
ADMX_WindowsMediaPlayer/HidePrivacyTab
ADMX_WindowsMediaPlayer/HideSecurityTab
ADMX_WindowsMediaPlayer/NetworkBuffering
ADMX_WindowsMediaPlayer/PolicyCodecUpdate
ADMX_WindowsMediaPlayer/PreventCDDVDMetadataRetrieval
ADMX_WindowsMediaPlayer/PreventLibrarySharing
ADMX_WindowsMediaPlayer/PreventMusicFileMetadataRetrieval
ADMX_WindowsMediaPlayer/PreventQuickLaunchShortcut
ADMX_WindowsMediaPlayer/PreventRadioPresetsRetrieval
ADMX_WindowsMediaPlayer/PreventWMPDeskTopShortcut
ADMX_WindowsMediaPlayer/SkinLockDown
ADMX_WindowsMediaPlayer/WindowsStreamingMediaProtocols
### ADMX_WindowsStore policies
ADMX_WindowsStore/DisableAutoDownloadWin8
ADMX_WindowsStore/DisableOSUpgrade_1
ADMX_WindowsStore/DisableOSUpgrade_2
ADMX_WindowsStore/RemoveWindowsStore_1
ADMX_WindowsStore/RemoveWindowsStore_2
### ADMX_WinInit policies
ADMX_WinInit/DisableNamedPipeShutdownPolicyDescription
ADMX_WinInit/Hiberboot
ADMX_WinInit/ShutdownTimeoutHungSessionsDescription
### ADMX_wlansvc policies
ADMX_wlansvc/SetCost
ADMX_wlansvc/SetPINEnforced
ADMX_wlansvc/SetPINPreferred
### ApplicationDefaults policies
ApplicationDefaults/DefaultAssociationsConfiguration
ApplicationDefaults/EnableAppUriHandlers
### ApplicationManagement policies
ApplicationManagement/AllowAllTrustedApps
ApplicationManagement/AllowAppStoreAutoUpdate
ApplicationManagement/AllowDeveloperUnlock
ApplicationManagement/AllowGameDVR
ApplicationManagement/AllowSharedUserAppData
ApplicationManagement/BlockNonAdminUserInstall
ApplicationManagement/DisableStoreOriginatedApps
ApplicationManagement/LaunchAppAfterLogOn
ApplicationManagement/MSIAllowUserControlOverInstall
ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges
ApplicationManagement/RequirePrivateStoreOnly
ApplicationManagement/RestrictAppDataToSystemVolume
ApplicationManagement/RestrictAppToSystemVolume
ApplicationManagement/ScheduleForceRestartForUpdateFailures
### AppRuntime policies
AppRuntime/AllowMicrosoftAccountsToBeOptional
### AppVirtualization policies
AppVirtualization/AllowAppVClient
AppVirtualization/AllowDynamicVirtualization
AppVirtualization/AllowPackageCleanup
AppVirtualization/AllowPackageScripts
AppVirtualization/AllowPublishingRefreshUX
AppVirtualization/AllowReportingServer
AppVirtualization/AllowRoamingFileExclusions
AppVirtualization/AllowRoamingRegistryExclusions
AppVirtualization/AllowStreamingAutoload
AppVirtualization/ClientCoexistenceAllowMigrationmode
AppVirtualization/IntegrationAllowRootGlobal
AppVirtualization/IntegrationAllowRootUser
AppVirtualization/PublishingAllowServer1
AppVirtualization/PublishingAllowServer2
AppVirtualization/PublishingAllowServer3
AppVirtualization/PublishingAllowServer4
AppVirtualization/PublishingAllowServer5
AppVirtualization/StreamingAllowCertificateFilterForClient_SSL
AppVirtualization/StreamingAllowHighCostLaunch
AppVirtualization/StreamingAllowLocationProvider
AppVirtualization/StreamingAllowPackageInstallationRoot
AppVirtualization/StreamingAllowPackageSourceRoot
AppVirtualization/StreamingAllowReestablishmentInterval
AppVirtualization/StreamingAllowReestablishmentRetries
AppVirtualization/StreamingSharedContentStoreMode
AppVirtualization/StreamingSupportBranchCache
AppVirtualization/StreamingVerifyCertificateRevocationList
AppVirtualization/VirtualComponentsAllowList
### AttachmentManager policies
AttachmentManager/DoNotPreserveZoneInformation
AttachmentManager/HideZoneInfoMechanism
AttachmentManager/NotifyAntivirusPrograms
### Audit policies
Audit/AccountLogonLogoff_AuditAccountLockout
Audit/AccountLogonLogoff_AuditGroupMembership
Audit/AccountLogonLogoff_AuditIPsecExtendedMode
Audit/AccountLogonLogoff_AuditIPsecMainMode
Audit/AccountLogonLogoff_AuditIPsecQuickMode
Audit/AccountLogonLogoff_AuditLogoff
Audit/AccountLogonLogoff_AuditLogon
Audit/AccountLogonLogoff_AuditNetworkPolicyServer
Audit/AccountLogonLogoff_AuditOtherLogonLogoffEvents
Audit/AccountLogonLogoff_AuditSpecialLogon
Audit/AccountLogonLogoff_AuditUserDeviceClaims
Audit/AccountLogon_AuditCredentialValidation
Audit/AccountLogon_AuditKerberosAuthenticationService
Audit/AccountLogon_AuditKerberosServiceTicketOperations
Audit/AccountLogon_AuditOtherAccountLogonEvents
Audit/AccountManagement_AuditApplicationGroupManagement
Audit/AccountManagement_AuditComputerAccountManagement
Audit/AccountManagement_AuditDistributionGroupManagement
Audit/AccountManagement_AuditOtherAccountManagementEvents
Audit/AccountManagement_AuditSecurityGroupManagement
Audit/AccountManagement_AuditUserAccountManagement
Audit/DSAccess_AuditDetailedDirectoryServiceReplication
Audit/DSAccess_AuditDirectoryServiceAccess
Audit/DSAccess_AuditDirectoryServiceChanges
Audit/DSAccess_AuditDirectoryServiceReplication
Audit/DetailedTracking_AuditDPAPIActivity
Audit/DetailedTracking_AuditPNPActivity
Audit/DetailedTracking_AuditProcessCreation
Audit/DetailedTracking_AuditProcessTermination
Audit/DetailedTracking_AuditRPCEvents
Audit/DetailedTracking_AuditTokenRightAdjusted
Audit/ObjectAccess_AuditApplicationGenerated
Audit/ObjectAccess_AuditCentralAccessPolicyStaging
Audit/ObjectAccess_AuditCertificationServices
Audit/ObjectAccess_AuditDetailedFileShare
Audit/ObjectAccess_AuditFileShare
Audit/ObjectAccess_AuditFileSystem
Audit/ObjectAccess_AuditFilteringPlatformConnection
Audit/ObjectAccess_AuditFilteringPlatformPacketDrop
Audit/ObjectAccess_AuditHandleManipulation
Audit/ObjectAccess_AuditKernelObject
Audit/ObjectAccess_AuditOtherObjectAccessEvents
Audit/ObjectAccess_AuditRegistry
Audit/ObjectAccess_AuditRemovableStorage
Audit/ObjectAccess_AuditSAM
Audit/PolicyChange_AuditAuthenticationPolicyChange
Audit/PolicyChange_AuditAuthorizationPolicyChange
Audit/PolicyChange_AuditFilteringPlatformPolicyChange
Audit/PolicyChange_AuditMPSSVCRuleLevelPolicyChange
Audit/PolicyChange_AuditOtherPolicyChangeEvents
Audit/PolicyChange_AuditPolicyChange
Audit/PrivilegeUse_AuditNonSensitivePrivilegeUse
Audit/PrivilegeUse_AuditOtherPrivilegeUseEvents
Audit/PrivilegeUse_AuditSensitivePrivilegeUse
Audit/System_AuditIPsecDriver
Audit/System_AuditOtherSystemEvents
Audit/System_AuditSecurityStateChange
Audit/System_AuditSecuritySystemExtension
Audit/System_AuditSystemIntegrity
### Authentication policies
Authentication/AllowAadPasswordReset
Authentication/AllowEAPCertSSO
Authentication/AllowFastReconnect
Authentication/AllowFidoDeviceSignon
Authentication/AllowSecondaryAuthenticationDevice
Authentication/EnableFastFirstSignIn (Preview mode only)
Authentication/EnableWebSignIn (Preview mode only)
Authentication/PreferredAadTenantDomainName
### Autoplay policies
Autoplay/DisallowAutoplayForNonVolumeDevices
Autoplay/SetDefaultAutoRunBehavior
Autoplay/TurnOffAutoPlay
### BitLocker policies
BitLocker/EncryptionMethod
### BITS policies
BITS/BandwidthThrottlingEndTime
BITS/BandwidthThrottlingStartTime
BITS/BandwidthThrottlingTransferRate
BITS/CostedNetworkBehaviorBackgroundPriority
BITS/CostedNetworkBehaviorForegroundPriority
BITS/JobInactivityTimeout
### Bluetooth policies
Bluetooth/AllowAdvertising
Bluetooth/AllowDiscoverableMode
Bluetooth/AllowPrepairing
Bluetooth/AllowPromptedProximalConnections
Bluetooth/LocalDeviceName
Bluetooth/ServicesAllowedList
Bluetooth/SetMinimumEncryptionKeySize
### Browser policies
Browser/AllowAddressBarDropdown
Browser/AllowAutofill
Browser/AllowConfigurationUpdateForBooksLibrary
Browser/AllowCookies
Browser/AllowDeveloperTools
Browser/AllowDoNotTrack
Browser/AllowExtensions
Browser/AllowFlash
Browser/AllowFlashClickToRun
Browser/AllowFullScreenMode
Browser/AllowInPrivate
Browser/AllowMicrosoftCompatibilityList
Browser/AllowPasswordManager
Browser/AllowPopups
Browser/AllowPrelaunch
Browser/AllowPrinting
Browser/AllowSavingHistory
Browser/AllowSearchEngineCustomization
Browser/AllowSearchSuggestionsinAddressBar
Browser/AllowSideloadingOfExtensions
Browser/AllowSmartScreen
Browser/AllowTabPreloading
Browser/AllowWebContentOnNewTabPage
Browser/AlwaysEnableBooksLibrary
Browser/ClearBrowsingDataOnExit
Browser/ConfigureAdditionalSearchEngines
Browser/ConfigureFavoritesBar
Browser/ConfigureHomeButton
Browser/ConfigureKioskMode
Browser/ConfigureKioskResetAfterIdleTimeout
Browser/ConfigureOpenMicrosoftEdgeWith
Browser/ConfigureTelemetryForMicrosoft365Analytics
Browser/DisableLockdownOfStartPages
Browser/EnableExtendedBooksTelemetry
Browser/EnterpriseModeSiteList
Browser/EnterpriseSiteListServiceUrl
Browser/HomePages
Browser/LockdownFavorites
Browser/PreventAccessToAboutFlagsInMicrosoftEdge
Browser/PreventCertErrorOverrides
Browser/PreventFirstRunPage
Browser/PreventLiveTileDataCollection
Browser/PreventSmartScreenPromptOverride
Browser/PreventSmartScreenPromptOverrideForFiles
Browser/PreventUsingLocalHostIPAddressForWebRTC
Browser/ProvisionFavorites
Browser/SendIntranetTraffictoInternetExplorer
Browser/SetDefaultSearchEngine
Browser/SetHomeButtonURL
Browser/SetNewTabPageURL
Browser/ShowMessageWhenOpeningSitesInInternetExplorer
Browser/SyncFavoritesBetweenIEAndMicrosoftEdge
Browser/UnlockHomeButton
Browser/UseSharedFolderForBooks
### Camera policies
Camera/AllowCamera
### Cellular policies
Cellular/LetAppsAccessCellularData
Cellular/LetAppsAccessCellularData_ForceAllowTheseApps
Cellular/LetAppsAccessCellularData_ForceDenyTheseApps
Cellular/LetAppsAccessCellularData_UserInControlOfTheseApps
Cellular/ShowAppCellularAccessUI
### Connectivity policies
Connectivity/AllowBluetooth
Connectivity/AllowCellularData
Connectivity/AllowCellularDataRoaming
Connectivity/AllowConnectedDevices
Connectivity/AllowPhonePCLinking
Connectivity/AllowUSBConnection
Connectivity/AllowVPNOverCellular
Connectivity/AllowVPNRoamingOverCellular
Connectivity/DiablePrintingOverHTTP
Connectivity/DisableDownloadingOfPrintDriversOverHTTP
Connectivity/DisableInternetDownloadForWebPublishingAndOnlineOrderingWizards
Connectivity/DisallowNetworkConnectivityActiveTests
Connectivity/HardenedUNCPaths
Connectivity/ProhibitInstallationAndConfigurationOfNetworkBridge
### ControlPolicyConflict policies
ControlPolicyConflict/MDMWinsOverGP
### CredentialProviders policies
CredentialProviders/AllowPINLogon
CredentialProviders/BlockPicturePassword
CredentialProviders/DisableAutomaticReDeploymentCredentials
### CredentialsDelegation policies
CredentialsDelegation/RemoteHostAllowsDelegationOfNonExportableCredentials
### CredentialsUI policies
CredentialsUI/DisablePasswordReveal
CredentialsUI/EnumerateAdministrators
### Cryptography policies
Cryptography/AllowFipsAlgorithmPolicy
Cryptography/TLSCipherSuites
### DataProtection policies
DataProtection/AllowDirectMemoryAccess
DataProtection/LegacySelectiveWipeID
### DataUsage policies
DataUsage/SetCost3G
DataUsage/SetCost4G
### Defender policies
Defender/AllowArchiveScanning
Defender/AllowBehaviorMonitoring
Defender/AllowCloudProtection
Defender/AllowEmailScanning
Defender/AllowFullScanOnMappedNetworkDrives
Defender/AllowFullScanRemovableDriveScanning
Defender/AllowIOAVProtection
Defender/AllowIntrusionPreventionSystem
Defender/AllowOnAccessProtection
Defender/AllowRealtimeMonitoring
Defender/AllowScanningNetworkFiles
Defender/AllowScriptScanning
Defender/AllowUserUIAccess
Defender/AttackSurfaceReductionOnlyExclusions
Defender/AttackSurfaceReductionRules
Defender/AvgCPULoadFactor
Defender/CheckForSignaturesBeforeRunningScan
Defender/CloudBlockLevel
Defender/CloudExtendedTimeout
Defender/ControlledFolderAccessAllowedApplications
Defender/ControlledFolderAccessProtectedFolders
Defender/DaysToRetainCleanedMalware
Defender/DisableCatchupFullScan
Defender/DisableCatchupQuickScan
Defender/EnableControlledFolderAccess
Defender/EnableLowCPUPriority
Defender/EnableNetworkProtection
Defender/ExcludedExtensions
Defender/ExcludedPaths
Defender/ExcludedProcesses
Defender/PUAProtection
Defender/RealTimeScanDirection
Defender/ScanParameter
Defender/ScheduleQuickScanTime
Defender/ScheduleScanDay
Defender/ScheduleScanTime
Defender/SignatureUpdateFallbackOrder
Defender/SignatureUpdateFileSharesSources
Defender/SignatureUpdateInterval
Defender/SubmitSamplesConsent
Defender/ThreatSeverityDefaultAction
### DeliveryOptimization policies
DeliveryOptimization/DOAbsoluteMaxCacheSize
DeliveryOptimization/DOAllowVPNPeerCaching
DeliveryOptimization/DOCacheHost
DeliveryOptimization/DOCacheHostSource
DeliveryOptimization/DODelayBackgroundDownloadFromHttp
DeliveryOptimization/DODelayForegroundDownloadFromHttp
DeliveryOptimization/DODelayCacheServerFallbackBackground
DeliveryOptimization/DODelayCacheServerFallbackForeground
DeliveryOptimization/DODownloadMode
DeliveryOptimization/DOGroupId
DeliveryOptimization/DOGroupIdSource
DeliveryOptimization/DOMaxBackgroundDownloadBandwidth
DeliveryOptimization/DOMaxCacheAge
DeliveryOptimization/DOMaxCacheSize
DeliveryOptimization/DOMaxDownloadBandwidth (deprecated)
DeliveryOptimization/DOMaxForegroundDownloadBandwidth
DeliveryOptimization/DOMaxUploadBandwidth (deprecated)
DeliveryOptimization/DOMinBackgroundQos
DeliveryOptimization/DOMinBatteryPercentageAllowedToUpload
DeliveryOptimization/DOMinDiskSizeAllowedToPeer
DeliveryOptimization/DOMinFileSizeToCache
DeliveryOptimization/DOMinRAMAllowedToPeer
DeliveryOptimization/DOModifyCacheDrive
DeliveryOptimization/DOMonthlyUploadDataCap
DeliveryOptimization/DOPercentageMaxBackgroundBandwidth
DeliveryOptimization/DOPercentageMaxDownloadBandwidth (deprecated)
DeliveryOptimization/DOPercentageMaxForegroundBandwidth
DeliveryOptimization/DORestrictPeerSelectionBy
DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth
DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth
### Desktop policies
Desktop/PreventUserRedirectionOfProfileFolders
### DeviceGuard policies
DeviceGuard/ConfigureSystemGuardLaunch
DeviceGuard/EnableVirtualizationBasedSecurity
DeviceGuard/LsaCfgFlags
DeviceGuard/RequirePlatformSecurityFeatures
### DeviceHealthMonitoring policies
DeviceHealthMonitoring/AllowDeviceHealthMonitoring
DeviceHealthMonitoring/ConfigDeviceHealthMonitoringScope
DeviceHealthMonitoring/ConfigDeviceHealthMonitoringUploadDestination
### DeviceInstallation policies
DeviceInstallation/AllowInstallationOfMatchingDeviceIDs
DeviceInstallation/AllowInstallationOfMatchingDeviceSetupClasses
DeviceInstallation/AllowInstallationOfMatchingDeviceInstanceIDs
DeviceInstallation/PreventDeviceMetadataFromNetwork
DeviceInstallation/PreventInstallationOfDevicesNotDescribedByOtherPolicySettings
DeviceInstallation/PreventInstallationOfMatchingDeviceIDs
DeviceInstallation/PreventInstallationOfMatchingDeviceInstanceIDs
DeviceInstallation/PreventInstallationOfMatchingDeviceSetupClasses
### DeviceLock policies
DeviceLock/AllowIdleReturnWithoutPassword
DeviceLock/AllowSimpleDevicePassword
DeviceLock/AlphanumericDevicePasswordRequired
DeviceLock/DevicePasswordEnabled
DeviceLock/DevicePasswordExpiration
DeviceLock/DevicePasswordHistory
DeviceLock/EnforceLockScreenAndLogonImage
DeviceLock/MaxDevicePasswordFailedAttempts
DeviceLock/MaxInactivityTimeDeviceLock
DeviceLock/MinDevicePasswordComplexCharacters
DeviceLock/MinDevicePasswordLength
DeviceLock/MinimumPasswordAge
DeviceLock/PreventEnablingLockScreenCamera
DeviceLock/PreventLockScreenSlideShow
### Display policies
Display/DisablePerProcessDpiForApps
Display/EnablePerProcessDpi
Display/EnablePerProcessDpiForApps
Display/TurnOffGdiDPIScalingForApps
Display/TurnOnGdiDPIScalingForApps
### DmaGuard policies
DmaGuard/DeviceEnumerationPolicy
### Education policies
Education/AllowGraphingCalculator
Education/DefaultPrinterName
Education/PreventAddingNewPrinters
Education/PrinterNames
### EnterpriseCloudPrint policies
EnterpriseCloudPrint/CloudPrintOAuthAuthority
EnterpriseCloudPrint/CloudPrintOAuthClientId
EnterpriseCloudPrint/CloudPrintResourceId
EnterpriseCloudPrint/CloudPrinterDiscoveryEndPoint
EnterpriseCloudPrint/DiscoveryMaxPrinterLimit
EnterpriseCloudPrint/MopriaDiscoveryResourceId
### ErrorReporting policies
ErrorReporting/CustomizeConsentSettings
ErrorReporting/DisableWindowsErrorReporting
ErrorReporting/DisplayErrorNotification
ErrorReporting/DoNotSendAdditionalData
ErrorReporting/PreventCriticalErrorDisplay
### EventLogService policies
EventLogService/ControlEventLogBehavior
EventLogService/SpecifyMaximumFileSizeApplicationLog
EventLogService/SpecifyMaximumFileSizeSecurityLog
EventLogService/SpecifyMaximumFileSizeSystemLog
### Experience policies
Experience/AllowClipboardHistory
Experience/AllowCortana
Experience/AllowDeviceDiscovery
Experience/AllowFindMyDevice
Experience/AllowManualMDMUnenrollment
Experience/AllowSaveAsOfOfficeFiles
Experience/AllowSharingOfOfficeFiles
Experience/AllowSyncMySettings
Experience/AllowTailoredExperiencesWithDiagnosticData
Experience/AllowThirdPartySuggestionsInWindowsSpotlight
Experience/AllowWindowsConsumerFeatures
Experience/AllowWindowsSpotlight
Experience/AllowWindowsSpotlightOnActionCenter
Experience/AllowWindowsSpotlightOnSettings
Experience/AllowWindowsSpotlightWindowsWelcomeExperience
Experience/AllowWindowsTips
Experience/ConfigureWindowsSpotlightOnLockScreen
Experience/DisableCloudOptimizedContent
Experience/DoNotShowFeedbackNotifications
Experience/DoNotSyncBrowserSettings
Experience/PreventUsersFromTurningOnBrowserSyncing
Experience/ShowLockOnUserTile
### ExploitGuard policies
ExploitGuard/ExploitProtectionSettings
### FileExplorer policies
FileExplorer/TurnOffDataExecutionPreventionForExplorer
FileExplorer/TurnOffHeapTerminationOnCorruption
### Games policies
Games/AllowAdvancedGamingServices
### Handwriting policies
Handwriting/PanelDefaultModeDocked
### InternetExplorer policies
InternetExplorer/AddSearchProvider
InternetExplorer/AllowActiveXFiltering
InternetExplorer/AllowAddOnList
InternetExplorer/AllowAutoComplete
InternetExplorer/AllowCertificateAddressMismatchWarning
InternetExplorer/AllowDeletingBrowsingHistoryOnExit
InternetExplorer/AllowEnhancedProtectedMode
InternetExplorer/AllowEnhancedSuggestionsInAddressBar
InternetExplorer/AllowEnterpriseModeFromToolsMenu
InternetExplorer/AllowEnterpriseModeSiteList
InternetExplorer/AllowFallbackToSSL3
InternetExplorer/AllowInternetExplorer7PolicyList
InternetExplorer/AllowInternetExplorerStandardsMode
InternetExplorer/AllowInternetZoneTemplate
InternetExplorer/AllowIntranetZoneTemplate
InternetExplorer/AllowLocalMachineZoneTemplate
InternetExplorer/AllowLockedDownInternetZoneTemplate
InternetExplorer/AllowLockedDownIntranetZoneTemplate
InternetExplorer/AllowLockedDownLocalMachineZoneTemplate
InternetExplorer/AllowLockedDownRestrictedSitesZoneTemplate
InternetExplorer/AllowOneWordEntry
InternetExplorer/AllowSiteToZoneAssignmentList
InternetExplorer/AllowSoftwareWhenSignatureIsInvalid
InternetExplorer/AllowSuggestedSites
InternetExplorer/AllowTrustedSitesZoneTemplate
InternetExplorer/AllowsLockedDownTrustedSitesZoneTemplate
InternetExplorer/AllowsRestrictedSitesZoneTemplate
InternetExplorer/CheckServerCertificateRevocation
InternetExplorer/CheckSignaturesOnDownloadedPrograms
InternetExplorer/ConsistentMimeHandlingInternetExplorerProcesses
InternetExplorer/DisableActiveXVersionListAutoDownload

InternetExplorer/DisableAdobeFlash
InternetExplorer/DisableBypassOfSmartScreenWarnings
InternetExplorer/DisableBypassOfSmartScreenWarningsAboutUncommonFiles
InternetExplorer/DisableCompatView
InternetExplorer/DisableConfiguringHistory
InternetExplorer/DisableCrashDetection
InternetExplorer/DisableCustomerExperienceImprovementProgramParticipation
InternetExplorer/DisableDeletingUserVisitedWebsites
InternetExplorer/DisableEnclosureDownloading
InternetExplorer/DisableEncryptionSupport
InternetExplorer/DisableFeedsBackgroundSync
InternetExplorer/DisableFirstRunWizard
InternetExplorer/DisableFlipAheadFeature
InternetExplorer/DisableGeolocation
InternetExplorer/DisableHomePageChange
InternetExplorer/DisableIgnoringCertificateErrors
InternetExplorer/DisableInPrivateBrowsing
InternetExplorer/DisableProcessesInEnhancedProtectedMode
InternetExplorer/DisableProxyChange
InternetExplorer/DisableSearchProviderChange
InternetExplorer/DisableSecondaryHomePageChange
InternetExplorer/DisableSecuritySettingsCheck
InternetExplorer/DisableUpdateCheck
InternetExplorer/DisableWebAddressAutoComplete
InternetExplorer/DoNotAllowActiveXControlsInProtectedMode
InternetExplorer/DoNotAllowUsersToAddSites
InternetExplorer/DoNotAllowUsersToChangePolicies
InternetExplorer/DoNotBlockOutdatedActiveXControls
InternetExplorer/DoNotBlockOutdatedActiveXControlsOnSpecificDomains
InternetExplorer/IncludeAllLocalSites
InternetExplorer/IncludeAllNetworkPaths
InternetExplorer/InternetZoneAllowAccessToDataSources
InternetExplorer/InternetZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/InternetZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/InternetZoneAllowCopyPasteViaScript
InternetExplorer/InternetZoneAllowDragAndDropCopyAndPasteFiles
InternetExplorer/InternetZoneAllowFontDownloads
InternetExplorer/InternetZoneAllowLessPrivilegedSites
InternetExplorer/InternetZoneAllowLoadingOfXAMLFiles
InternetExplorer/InternetZoneAllowNETFrameworkReliantComponents
InternetExplorer/InternetZoneAllowOnlyApprovedDomainsToUseActiveXControls
InternetExplorer/InternetZoneAllowOnlyApprovedDomainsToUseTDCActiveXControl
InternetExplorer/InternetZoneAllowScriptInitiatedWindows
InternetExplorer/InternetZoneAllowScriptingOfInternetExplorerWebBrowserControls
InternetExplorer/InternetZoneAllowScriptlets
InternetExplorer/InternetZoneAllowSmartScreenIE
InternetExplorer/InternetZoneAllowUpdatesToStatusBarViaScript
InternetExplorer/InternetZoneAllowUserDataPersistence
InternetExplorer/InternetZoneAllowVBScriptToRunInInternetExplorer
InternetExplorer/InternetZoneDoNotRunAntimalwareAgainstActiveXControls
InternetExplorer/InternetZoneDownloadSignedActiveXControls
InternetExplorer/InternetZoneDownloadUnsignedActiveXControls
InternetExplorer/InternetZoneEnableCrossSiteScriptingFilter
InternetExplorer/InternetZoneEnableDraggingOfContentFromDifferentDomainsAcrossWindows
InternetExplorer/InternetZoneEnableDraggingOfContentFromDifferentDomainsWithinWindows
InternetExplorer/InternetZoneEnableMIMESniffing
InternetExplorer/InternetZoneEnableProtectedMode
InternetExplorer/InternetZoneIncludeLocalPathWhenUploadingFilesToServer
InternetExplorer/InternetZoneInitializeAndScriptActiveXControls
InternetExplorer/InternetZoneInitializeAndScriptActiveXControlsNotMarkedSafe
InternetExplorer/InternetZoneJavaPermissions
InternetExplorer/InternetZoneLaunchingApplicationsAndFilesInIFRAME
InternetExplorer/InternetZoneLogonOptions
InternetExplorer/InternetZoneNavigateWindowsAndFrames
InternetExplorer/InternetZoneRunNETFrameworkReliantComponentsSignedWithAuthenticode
InternetExplorer/InternetZoneShowSecurityWarningForPotentiallyUnsafeFiles
InternetExplorer/InternetZoneUsePopupBlocker
InternetExplorer/IntranetZoneAllowAccessToDataSources
InternetExplorer/IntranetZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/IntranetZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/IntranetZoneAllowFontDownloads
InternetExplorer/IntranetZoneAllowLessPrivilegedSites
InternetExplorer/IntranetZoneAllowNETFrameworkReliantComponents
InternetExplorer/IntranetZoneAllowScriptlets
InternetExplorer/IntranetZoneAllowSmartScreenIE
InternetExplorer/IntranetZoneAllowUserDataPersistence
InternetExplorer/IntranetZoneDoNotRunAntimalwareAgainstActiveXControls
InternetExplorer/IntranetZoneInitializeAndScriptActiveXControls
InternetExplorer/IntranetZoneJavaPermissions
InternetExplorer/IntranetZoneNavigateWindowsAndFrames
InternetExplorer/LocalMachineZoneAllowAccessToDataSources
InternetExplorer/LocalMachineZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LocalMachineZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LocalMachineZoneAllowFontDownloads
InternetExplorer/LocalMachineZoneAllowLessPrivilegedSites
InternetExplorer/LocalMachineZoneAllowNETFrameworkReliantComponents
InternetExplorer/LocalMachineZoneAllowScriptlets
InternetExplorer/LocalMachineZoneAllowSmartScreenIE
InternetExplorer/LocalMachineZoneAllowUserDataPersistence
InternetExplorer/LocalMachineZoneDoNotRunAntimalwareAgainstActiveXControls
InternetExplorer/LocalMachineZoneInitializeAndScriptActiveXControls
InternetExplorer/LocalMachineZoneJavaPermissions
InternetExplorer/LocalMachineZoneNavigateWindowsAndFrames
InternetExplorer/LockedDownInternetZoneAllowAccessToDataSources
InternetExplorer/LockedDownInternetZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LockedDownInternetZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LockedDownInternetZoneAllowFontDownloads
InternetExplorer/LockedDownInternetZoneAllowLessPrivilegedSites
InternetExplorer/LockedDownInternetZoneAllowNETFrameworkReliantComponents
InternetExplorer/LockedDownInternetZoneAllowScriptlets
InternetExplorer/LockedDownInternetZoneAllowSmartScreenIE
InternetExplorer/LockedDownInternetZoneAllowUserDataPersistence
InternetExplorer/LockedDownInternetZoneInitializeAndScriptActiveXControls
InternetExplorer/LockedDownInternetZoneJavaPermissions
InternetExplorer/LockedDownInternetZoneNavigateWindowsAndFrames
InternetExplorer/LockedDownIntranetJavaPermissions
InternetExplorer/LockedDownIntranetZoneAllowAccessToDataSources
InternetExplorer/LockedDownIntranetZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LockedDownIntranetZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LockedDownIntranetZoneAllowFontDownloads
InternetExplorer/LockedDownIntranetZoneAllowLessPrivilegedSites
InternetExplorer/LockedDownIntranetZoneAllowNETFrameworkReliantComponents
InternetExplorer/LockedDownIntranetZoneAllowScriptlets
InternetExplorer/LockedDownIntranetZoneAllowSmartScreenIE
InternetExplorer/LockedDownIntranetZoneAllowUserDataPersistence
InternetExplorer/LockedDownIntranetZoneInitializeAndScriptActiveXControls
InternetExplorer/LockedDownIntranetZoneNavigateWindowsAndFrames
InternetExplorer/LockedDownLocalMachineZoneAllowAccessToDataSources
InternetExplorer/LockedDownLocalMachineZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LockedDownLocalMachineZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LockedDownLocalMachineZoneAllowFontDownloads
InternetExplorer/LockedDownLocalMachineZoneAllowLessPrivilegedSites
InternetExplorer/LockedDownLocalMachineZoneAllowNETFrameworkReliantComponents
InternetExplorer/LockedDownLocalMachineZoneAllowScriptlets
InternetExplorer/LockedDownLocalMachineZoneAllowSmartScreenIE
InternetExplorer/LockedDownLocalMachineZoneAllowUserDataPersistence
InternetExplorer/LockedDownLocalMachineZoneInitializeAndScriptActiveXControls
InternetExplorer/LockedDownLocalMachineZoneJavaPermissions
InternetExplorer/LockedDownLocalMachineZoneNavigateWindowsAndFrames
InternetExplorer/LockedDownRestrictedSitesZoneAllowAccessToDataSources
InternetExplorer/LockedDownRestrictedSitesZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LockedDownRestrictedSitesZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LockedDownRestrictedSitesZoneAllowFontDownloads
InternetExplorer/LockedDownRestrictedSitesZoneAllowLessPrivilegedSites
InternetExplorer/LockedDownRestrictedSitesZoneAllowNETFrameworkReliantComponents
InternetExplorer/LockedDownRestrictedSitesZoneAllowScriptlets
InternetExplorer/LockedDownRestrictedSitesZoneAllowSmartScreenIE
InternetExplorer/LockedDownRestrictedSitesZoneAllowUserDataPersistence
InternetExplorer/LockedDownRestrictedSitesZoneInitializeAndScriptActiveXControls
InternetExplorer/LockedDownRestrictedSitesZoneJavaPermissions
InternetExplorer/LockedDownRestrictedSitesZoneNavigateWindowsAndFrames
InternetExplorer/LockedDownTrustedSitesZoneAllowAccessToDataSources
InternetExplorer/LockedDownTrustedSitesZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/LockedDownTrustedSitesZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/LockedDownTrustedSitesZoneAllowFontDownloads
InternetExplorer/LockedDownTrustedSitesZoneAllowLessPrivilegedSites
InternetExplorer/LockedDownTrustedSitesZoneAllowNETFrameworkReliantComponents
InternetExplorer/LockedDownTrustedSitesZoneAllowScriptlets
InternetExplorer/LockedDownTrustedSitesZoneAllowSmartScreenIE
InternetExplorer/LockedDownTrustedSitesZoneAllowUserDataPersistence
InternetExplorer/LockedDownTrustedSitesZoneInitializeAndScriptActiveXControls
InternetExplorer/LockedDownTrustedSitesZoneJavaPermissions
InternetExplorer/LockedDownTrustedSitesZoneNavigateWindowsAndFrames
InternetExplorer/MKProtocolSecurityRestrictionInternetExplorerProcesses
InternetExplorer/MimeSniffingSafetyFeatureInternetExplorerProcesses
InternetExplorer/NewTabDefaultPage
InternetExplorer/NotificationBarInternetExplorerProcesses
InternetExplorer/PreventManagingSmartScreenFilter
InternetExplorer/PreventPerUserInstallationOfActiveXControls
InternetExplorer/ProtectionFromZoneElevationInternetExplorerProcesses
InternetExplorer/RemoveRunThisTimeButtonForOutdatedActiveXControls
InternetExplorer/RestrictActiveXInstallInternetExplorerProcesses
InternetExplorer/RestrictFileDownloadInternetExplorerProcesses
InternetExplorer/RestrictedSitesZoneAllowAccessToDataSources
InternetExplorer/RestrictedSitesZoneAllowActiveScripting
InternetExplorer/RestrictedSitesZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/RestrictedSitesZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/RestrictedSitesZoneAllowBinaryAndScriptBehaviors
InternetExplorer/RestrictedSitesZoneAllowCopyPasteViaScript
InternetExplorer/RestrictedSitesZoneAllowDragAndDropCopyAndPasteFiles
InternetExplorer/RestrictedSitesZoneAllowFileDownloads
InternetExplorer/RestrictedSitesZoneAllowFontDownloads
InternetExplorer/RestrictedSitesZoneAllowLessPrivilegedSites
InternetExplorer/RestrictedSitesZoneAllowLoadingOfXAMLFiles
InternetExplorer/RestrictedSitesZoneAllowMETAREFRESH
InternetExplorer/RestrictedSitesZoneAllowNETFrameworkReliantComponents
InternetExplorer/RestrictedSitesZoneAllowOnlyApprovedDomainsToUseActiveXControls
InternetExplorer/RestrictedSitesZoneAllowOnlyApprovedDomainsToUseTDCActiveXControl
InternetExplorer/RestrictedSitesZoneAllowScriptInitiatedWindows
InternetExplorer/RestrictedSitesZoneAllowScriptingOfInternetExplorerWebBrowserControls
InternetExplorer/RestrictedSitesZoneAllowScriptlets
InternetExplorer/RestrictedSitesZoneAllowSmartScreenIE
InternetExplorer/RestrictedSitesZoneAllowUpdatesToStatusBarViaScript
InternetExplorer/RestrictedSitesZoneAllowUserDataPersistence
InternetExplorer/RestrictedSitesZoneAllowVBScriptToRunInInternetExplorer
InternetExplorer/RestrictedSitesZoneDoNotRunAntimalwareAgainstActiveXControls
InternetExplorer/RestrictedSitesZoneDownloadSignedActiveXControls
InternetExplorer/RestrictedSitesZoneDownloadUnsignedActiveXControls
InternetExplorer/RestrictedSitesZoneEnableCrossSiteScriptingFilter
InternetExplorer/RestrictedSitesZoneEnableDraggingOfContentFromDifferentDomainsAcrossWindows
InternetExplorer/RestrictedSitesZoneEnableDraggingOfContentFromDifferentDomainsWithinWindows
InternetExplorer/RestrictedSitesZoneEnableMIMESniffing
InternetExplorer/RestrictedSitesZoneIncludeLocalPathWhenUploadingFilesToServer
InternetExplorer/RestrictedSitesZoneInitializeAndScriptActiveXControls
InternetExplorer/RestrictedSitesZoneJavaPermissions
InternetExplorer/RestrictedSitesZoneLaunchingApplicationsAndFilesInIFRAME
InternetExplorer/RestrictedSitesZoneLogonOptions
InternetExplorer/RestrictedSitesZoneNavigateWindowsAndFrames
InternetExplorer/RestrictedSitesZoneRunActiveXControlsAndPlugins
InternetExplorer/RestrictedSitesZoneRunNETFrameworkReliantComponentsSignedWithAuthenticode
InternetExplorer/RestrictedSitesZoneScriptActiveXControlsMarkedSafeForScripting
InternetExplorer/RestrictedSitesZoneScriptingOfJavaApplets
InternetExplorer/RestrictedSitesZoneShowSecurityWarningForPotentiallyUnsafeFiles
InternetExplorer/RestrictedSitesZoneTurnOnProtectedMode
InternetExplorer/RestrictedSitesZoneUsePopupBlocker
InternetExplorer/ScriptedWindowSecurityRestrictionsInternetExplorerProcesses
InternetExplorer/SearchProviderList
InternetExplorer/SecurityZonesUseOnlyMachineSettings
InternetExplorer/SpecifyUseOfActiveXInstallerService
InternetExplorer/TrustedSitesZoneAllowAccessToDataSources
InternetExplorer/TrustedSitesZoneAllowAutomaticPromptingForActiveXControls
InternetExplorer/TrustedSitesZoneAllowAutomaticPromptingForFileDownloads
InternetExplorer/TrustedSitesZoneAllowFontDownloads
InternetExplorer/TrustedSitesZoneAllowLessPrivilegedSites
InternetExplorer/TrustedSitesZoneAllowNETFrameworkReliantComponents
InternetExplorer/TrustedSitesZoneAllowScriptlets
InternetExplorer/TrustedSitesZoneAllowSmartScreenIE
InternetExplorer/TrustedSitesZoneAllowUserDataPersistence
InternetExplorer/TrustedSitesZoneDoNotRunAntimalwareAgainstActiveXControls
InternetExplorer/TrustedSitesZoneInitializeAndScriptActiveXControls
InternetExplorer/TrustedSitesZoneJavaPermissions
InternetExplorer/TrustedSitesZoneNavigateWindowsAndFrames
### Kerberos policies
Kerberos/AllowForestSearchOrder
Kerberos/KerberosClientSupportsClaimsCompoundArmor
Kerberos/RequireKerberosArmoring
Kerberos/RequireStrictKDCValidation
Kerberos/SetMaximumContextTokenSize
Kerberos/UPNNameHints
### KioskBrowser policies
KioskBrowser/BlockedUrlExceptions
KioskBrowser/BlockedUrls
KioskBrowser/DefaultURL
KioskBrowser/EnableEndSessionButton
KioskBrowser/EnableHomeButton
KioskBrowser/EnableNavigationButtons
KioskBrowser/RestartOnIdleTime
### LanmanWorkstation policies
LanmanWorkstation/EnableInsecureGuestLogons
### Licensing policies
Licensing/AllowWindowsEntitlementReactivation
Licensing/DisallowKMSClientOnlineAVSValidation
### LocalPoliciesSecurityOptions policies
LocalPoliciesSecurityOptions/Accounts_BlockMicrosoftAccounts
LocalPoliciesSecurityOptions/Accounts_LimitLocalAccountUseOfBlankPasswordsToConsoleLogonOnly
LocalPoliciesSecurityOptions/Accounts_RenameAdministratorAccount
LocalPoliciesSecurityOptions/Accounts_RenameGuestAccount
LocalPoliciesSecurityOptions/Devices_AllowUndockWithoutHavingToLogon
LocalPoliciesSecurityOptions/Devices_AllowedToFormatAndEjectRemovableMedia
LocalPoliciesSecurityOptions/Devices_PreventUsersFromInstallingPrinterDriversWhenConnectingToSharedPrinters
LocalPoliciesSecurityOptions/Devices_RestrictCDROMAccessToLocallyLoggedOnUserOnly
LocalPoliciesSecurityOptions/InteractiveLogon_DisplayUserInformationWhenTheSessionIsLocked
LocalPoliciesSecurityOptions/InteractiveLogon_DoNotDisplayLastSignedIn
LocalPoliciesSecurityOptions/InteractiveLogon_DoNotDisplayUsernameAtSignIn
LocalPoliciesSecurityOptions/InteractiveLogon_DoNotRequireCTRLALTDEL
LocalPoliciesSecurityOptions/InteractiveLogon_MachineInactivityLimit
LocalPoliciesSecurityOptions/InteractiveLogon_MessageTextForUsersAttemptingToLogOn
LocalPoliciesSecurityOptions/InteractiveLogon_MessageTitleForUsersAttemptingToLogOn
LocalPoliciesSecurityOptions/InteractiveLogon_SmartCardRemovalBehavior
LocalPoliciesSecurityOptions/MicrosoftNetworkClient_DigitallySignCommunicationsIfServerAgrees
LocalPoliciesSecurityOptions/MicrosoftNetworkClient_SendUnencryptedPasswordToThirdPartySMBServers
LocalPoliciesSecurityOptions/MicrosoftNetworkServer_DigitallySignCommunicationsAlways
LocalPoliciesSecurityOptions/MicrosoftNetworkServer_DigitallySignCommunicationsIfClientAgrees
LocalPoliciesSecurityOptions/NetworkAccess_DoNotAllowAnonymousEnumerationOfSAMAccounts
LocalPoliciesSecurityOptions/NetworkAccess_DoNotAllowAnonymousEnumerationOfSamAccountsAndShares
LocalPoliciesSecurityOptions/NetworkAccess_RestrictAnonymousAccessToNamedPipesAndShares
LocalPoliciesSecurityOptions/NetworkAccess_RestrictClientsAllowedToMakeRemoteCallsToSAM
LocalPoliciesSecurityOptions/NetworkSecurity_AllowLocalSystemToUseComputerIdentityForNTLM
LocalPoliciesSecurityOptions/NetworkSecurity_AllowPKU2UAuthenticationRequests
LocalPoliciesSecurityOptions/NetworkSecurity_DoNotStoreLANManagerHashValueOnNextPasswordChange
LocalPoliciesSecurityOptions/NetworkSecurity_LANManagerAuthenticationLevel
LocalPoliciesSecurityOptions/NetworkSecurity_MinimumSessionSecurityForNTLMSSPBasedClients
LocalPoliciesSecurityOptions/NetworkSecurity_MinimumSessionSecurityForNTLMSSPBasedServers
LocalPoliciesSecurityOptions/NetworkSecurity_RestrictNTLM_AddRemoteServerExceptionsForNTLMAuthentication
LocalPoliciesSecurityOptions/NetworkSecurity_RestrictNTLM_AuditIncomingNTLMTraffic
LocalPoliciesSecurityOptions/NetworkSecurity_RestrictNTLM_IncomingNTLMTraffic
LocalPoliciesSecurityOptions/NetworkSecurity_RestrictNTLM_OutgoingNTLMTrafficToRemoteServers
LocalPoliciesSecurityOptions/Shutdown_AllowSystemToBeShutDownWithoutHavingToLogOn
LocalPoliciesSecurityOptions/Shutdown_ClearVirtualMemoryPageFile
LocalPoliciesSecurityOptions/UserAccountControl_AllowUIAccessApplicationsToPromptForElevation
LocalPoliciesSecurityOptions/UserAccountControl_BehaviorOfTheElevationPromptForAdministrators
LocalPoliciesSecurityOptions/UserAccountControl_BehaviorOfTheElevationPromptForStandardUsers
LocalPoliciesSecurityOptions/UserAccountControl_DetectApplicationInstallationsAndPromptForElevation
LocalPoliciesSecurityOptions/UserAccountControl_OnlyElevateExecutableFilesThatAreSignedAndValidated
LocalPoliciesSecurityOptions/UserAccountControl_OnlyElevateUIAccessApplicationsThatAreInstalledInSecureLocations
LocalPoliciesSecurityOptions/UserAccountControl_RunAllAdministratorsInAdminApprovalMode
LocalPoliciesSecurityOptions/UserAccountControl_SwitchToTheSecureDesktopWhenPromptingForElevation
LocalPoliciesSecurityOptions/UserAccountControl_UseAdminApprovalMode
LocalPoliciesSecurityOptions/UserAccountControl_VirtualizeFileAndRegistryWriteFailuresToPerUserLocations
### LocalUsersAndGroups policies
LocalUsersAndGroups/Configure
### LockDown policies
LockDown/AllowEdgeSwipe
### Maps policies
Maps/AllowOfflineMapsDownloadOverMeteredConnection
Maps/EnableOfflineMapsAutoUpdate
### Messaging policies
Messaging/AllowMessageSync
### MixedReality policies
MixedReality/AADGroupMembershipCacheValidityInDays
MixedReality/BrightnessButtonDisabled
MixedReality/FallbackDiagnostics
MixedReality/MicrophoneDisabled
MixedReality/VolumeButtonDisabled
### MSSecurityGuide policies
MSSecurityGuide/ApplyUACRestrictionsToLocalAccountsOnNetworkLogon
MSSecurityGuide/ConfigureSMBV1ClientDriver
MSSecurityGuide/ConfigureSMBV1Server
MSSecurityGuide/EnableStructuredExceptionHandlingOverwriteProtection
MSSecurityGuide/TurnOnWindowsDefenderProtectionAgainstPotentiallyUnwantedApplications
MSSecurityGuide/WDigestAuthentication
### MSSLegacy policies
MSSLegacy/AllowICMPRedirectsToOverrideOSPFGeneratedRoutes
MSSLegacy/AllowTheComputerToIgnoreNetBIOSNameReleaseRequestsExceptFromWINSServers
MSSLegacy/IPSourceRoutingProtectionLevel
MSSLegacy/IPv6SourceRoutingProtectionLevel
### Multitasking policies
Multitasking/BrowserAltTabBlowout
### NetworkIsolation policies
NetworkIsolation/EnterpriseCloudResources
NetworkIsolation/EnterpriseIPRange
NetworkIsolation/EnterpriseIPRangesAreAuthoritative
NetworkIsolation/EnterpriseInternalProxyServers
NetworkIsolation/EnterpriseNetworkDomainNames
NetworkIsolation/EnterpriseProxyServers
NetworkIsolation/EnterpriseProxyServersAreAuthoritative
NetworkIsolation/NeutralResources
### Notifications policies
Notifications/DisallowCloudNotification
Notifications/DisallowNotificationMirroring
Notifications/DisallowTileNotification
### Power policies
Power/AllowStandbyStatesWhenSleepingOnBattery
Power/AllowStandbyWhenSleepingPluggedIn
Power/DisplayOffTimeoutOnBattery
Power/DisplayOffTimeoutPluggedIn
Power/EnergySaverBatteryThresholdOnBattery
Power/EnergySaverBatteryThresholdPluggedIn
Power/HibernateTimeoutOnBattery
Power/HibernateTimeoutPluggedIn
Power/RequirePasswordWhenComputerWakesOnBattery
Power/RequirePasswordWhenComputerWakesPluggedIn
Power/SelectLidCloseActionOnBattery
Power/SelectLidCloseActionPluggedIn
Power/SelectPowerButtonActionOnBattery
Power/SelectPowerButtonActionPluggedIn
Power/SelectSleepButtonActionOnBattery
Power/SelectSleepButtonActionPluggedIn
Power/StandbyTimeoutOnBattery
Power/StandbyTimeoutPluggedIn
Power/TurnOffHybridSleepOnBattery
Power/TurnOffHybridSleepPluggedIn
Power/UnattendedSleepTimeoutOnBattery
Power/UnattendedSleepTimeoutPluggedIn
### Printers policies
Printers/PointAndPrintRestrictions
Printers/PointAndPrintRestrictions_User
Printers/PublishPrinters
### Privacy policies
Privacy/AllowAutoAcceptPairingAndPrivacyConsentPrompts
Privacy/AllowCrossDeviceClipboard
Privacy/AllowInputPersonalization
Privacy/DisableAdvertisingId
Privacy/DisablePrivacyExperience
Privacy/EnableActivityFeed
Privacy/LetAppsAccessAccountInfo
Privacy/LetAppsAccessAccountInfo_ForceAllowTheseApps
Privacy/LetAppsAccessAccountInfo_ForceDenyTheseApps
Privacy/LetAppsAccessAccountInfo_UserInControlOfTheseApps
Privacy/LetAppsAccessBackgroundSpatialPerception
Privacy/LetAppsAccessBackgroundSpatialPerception_ForceAllowTheseApps
Privacy/LetAppsAccessBackgroundSpatialPerception_ForceDenyTheseApps
Privacy/LetAppsAccessBackgroundSpatialPerception_UserInControlOfTheseApps
Privacy/LetAppsAccessCalendar
Privacy/LetAppsAccessCalendar_ForceAllowTheseApps
Privacy/LetAppsAccessCalendar_ForceDenyTheseApps
Privacy/LetAppsAccessCalendar_UserInControlOfTheseApps
Privacy/LetAppsAccessCallHistory
Privacy/LetAppsAccessCallHistory_ForceAllowTheseApps
Privacy/LetAppsAccessCallHistory_ForceDenyTheseApps
Privacy/LetAppsAccessCallHistory_UserInControlOfTheseApps
Privacy/LetAppsAccessCamera
Privacy/LetAppsAccessCamera_ForceAllowTheseApps
Privacy/LetAppsAccessCamera_ForceDenyTheseApps
Privacy/LetAppsAccessCamera_UserInControlOfTheseApps
Privacy/LetAppsAccessContacts
Privacy/LetAppsAccessContacts_ForceAllowTheseApps
Privacy/LetAppsAccessContacts_ForceDenyTheseApps
Privacy/LetAppsAccessContacts_UserInControlOfTheseApps
Privacy/LetAppsAccessEmail
Privacy/LetAppsAccessEmail_ForceAllowTheseApps
Privacy/LetAppsAccessEmail_ForceDenyTheseApps
Privacy/LetAppsAccessEmail_UserInControlOfTheseApps
Privacy/LetAppsAccessGazeInput
Privacy/LetAppsAccessGazeInput_ForceAllowTheseApps
Privacy/LetAppsAccessGazeInput_ForceDenyTheseApps
Privacy/LetAppsAccessGazeInput_UserInControlOfTheseApps
Privacy/LetAppsAccessLocation
Privacy/LetAppsAccessLocation_ForceAllowTheseApps
Privacy/LetAppsAccessLocation_ForceDenyTheseApps
Privacy/LetAppsAccessLocation_UserInControlOfTheseApps
Privacy/LetAppsAccessMessaging
Privacy/LetAppsAccessMessaging_ForceAllowTheseApps
Privacy/LetAppsAccessMessaging_ForceDenyTheseApps
Privacy/LetAppsAccessMessaging_UserInControlOfTheseApps
Privacy/LetAppsAccessMicrophone
Privacy/LetAppsAccessMicrophone_ForceAllowTheseApps
Privacy/LetAppsAccessMicrophone_ForceDenyTheseApps
Privacy/LetAppsAccessMicrophone_UserInControlOfTheseApps
Privacy/LetAppsAccessMotion
Privacy/LetAppsAccessMotion_ForceAllowTheseApps
Privacy/LetAppsAccessMotion_ForceDenyTheseApps
Privacy/LetAppsAccessMotion_UserInControlOfTheseApps
Privacy/LetAppsAccessNotifications
Privacy/LetAppsAccessNotifications_ForceAllowTheseApps
Privacy/LetAppsAccessNotifications_ForceDenyTheseApps
Privacy/LetAppsAccessNotifications_UserInControlOfTheseApps
Privacy/LetAppsAccessPhone
Privacy/LetAppsAccessPhone_ForceAllowTheseApps
Privacy/LetAppsAccessPhone_ForceDenyTheseApps
Privacy/LetAppsAccessPhone_UserInControlOfTheseApps
Privacy/LetAppsAccessRadios
Privacy/LetAppsAccessRadios_ForceAllowTheseApps
Privacy/LetAppsAccessRadios_ForceDenyTheseApps
Privacy/LetAppsAccessRadios_UserInControlOfTheseApps
Privacy/LetAppsAccessTasks
Privacy/LetAppsAccessTasks_ForceAllowTheseApps
Privacy/LetAppsAccessTasks_ForceDenyTheseApps
Privacy/LetAppsAccessTasks_UserInControlOfTheseApps
Privacy/LetAppsAccessTrustedDevices
Privacy/LetAppsAccessTrustedDevices_ForceAllowTheseApps
Privacy/LetAppsAccessTrustedDevices_ForceDenyTheseApps
Privacy/LetAppsAccessTrustedDevices_UserInControlOfTheseApps
Privacy/LetAppsActivateWithVoice
Privacy/LetAppsActivateWithVoiceAboveLock
Privacy/LetAppsGetDiagnosticInfo
Privacy/LetAppsGetDiagnosticInfo_ForceAllowTheseApps
Privacy/LetAppsGetDiagnosticInfo_ForceDenyTheseApps
Privacy/LetAppsGetDiagnosticInfo_UserInControlOfTheseApps
Privacy/LetAppsRunInBackground
Privacy/LetAppsRunInBackground_ForceAllowTheseApps
Privacy/LetAppsRunInBackground_ForceDenyTheseApps
Privacy/LetAppsRunInBackground_UserInControlOfTheseApps
Privacy/LetAppsSyncWithDevices
Privacy/LetAppsSyncWithDevices_ForceAllowTheseApps
Privacy/LetAppsSyncWithDevices_ForceDenyTheseApps
Privacy/LetAppsSyncWithDevices_UserInControlOfTheseApps
Privacy/PublishUserActivities
Privacy/UploadUserActivities
### RemoteAssistance policies
RemoteAssistance/CustomizeWarningMessages
RemoteAssistance/SessionLogging
RemoteAssistance/SolicitedRemoteAssistance
RemoteAssistance/UnsolicitedRemoteAssistance
### RemoteDesktopServices policies
RemoteDesktopServices/AllowUsersToConnectRemotely
RemoteDesktopServices/ClientConnectionEncryptionLevel
RemoteDesktopServices/DoNotAllowDriveRedirection
RemoteDesktopServices/DoNotAllowPasswordSaving
RemoteDesktopServices/PromptForPasswordUponConnection
RemoteDesktopServices/RequireSecureRPCCommunication
### RemoteManagement policies
RemoteManagement/AllowBasicAuthentication_Client
RemoteManagement/AllowBasicAuthentication_Service
RemoteManagement/AllowCredSSPAuthenticationClient
RemoteManagement/AllowCredSSPAuthenticationService
RemoteManagement/AllowRemoteServerManagement
RemoteManagement/AllowUnencryptedTraffic_Client
RemoteManagement/AllowUnencryptedTraffic_Service
RemoteManagement/DisallowDigestAuthentication
RemoteManagement/DisallowNegotiateAuthenticationClient
RemoteManagement/DisallowNegotiateAuthenticationService
RemoteManagement/DisallowStoringOfRunAsCredentials
RemoteManagement/SpecifyChannelBindingTokenHardeningLevel
RemoteManagement/TrustedHosts
RemoteManagement/TurnOnCompatibilityHTTPListener
RemoteManagement/TurnOnCompatibilityHTTPSListener
### RemoteProcedureCall policies
RemoteProcedureCall/RPCEndpointMapperClientAuthentication
RemoteProcedureCall/RestrictUnauthenticatedRPCClients
### RemoteShell policies
RemoteShell/AllowRemoteShellAccess
RemoteShell/MaxConcurrentUsers
RemoteShell/SpecifyIdleTimeout
RemoteShell/SpecifyMaxMemory
RemoteShell/SpecifyMaxProcesses
RemoteShell/SpecifyMaxRemoteShells
RemoteShell/SpecifyShellTimeout
### RestrictedGroups policies
RestrictedGroups/ConfigureGroupMembership
### Search policies
Search/AllowCloudSearch
Search/AllowCortanaInAAD
Search/AllowFindMyFiles
Search/AllowIndexingEncryptedStoresOrItems
Search/AllowSearchToUseLocation
Search/AllowStoringImagesFromVisionSearch
Search/AllowUsingDiacritics
Search/AllowWindowsIndexer
Search/AlwaysUseAutoLangDetection
Search/DisableBackoff
Search/DisableRemovableDriveIndexing
Search/DoNotUseWebResults
Search/PreventIndexingLowDiskSpaceMB
Search/PreventRemoteQueries
### Security policies
Security/AllowAddProvisioningPackage
Security/AllowAutomaticDeviceEncryptionForAzureADJoinedDevices
Security/AllowRemoveProvisioningPackage
Security/ClearTPMIfNotReady
Security/ConfigureWindowsPasswords
Security/PreventAutomaticDeviceEncryptionForAzureADJoinedDevices
Security/RecoveryEnvironmentAuthentication
Security/RequireDeviceEncryption
Security/RequireProvisioningPackageSignature
Security/RequireRetrieveHealthCertificateOnBoot
### ServiceControlManager policies
ServiceControlManager/SvchostProcessMitigation
### Settings policies
Settings/AllowAutoPlay
Settings/AllowDataSense
Settings/AllowDateTime
Settings/AllowLanguage
Settings/AllowOnlineTips
Settings/AllowPowerSleep
Settings/AllowRegion
Settings/AllowSignInOptions
Settings/AllowVPN
Settings/AllowWorkplace
Settings/AllowYourAccount
Settings/ConfigureTaskbarCalendar
Settings/PageVisibilityList
### Windows Defender SmartScreen policies
SmartScreen/EnableAppInstallControl
SmartScreen/EnableSmartScreenInShell
SmartScreen/PreventOverrideForFilesInShell
### Speech policies
Speech/AllowSpeechModelUpdate
### Start policies
Start/AllowPinnedFolderDocuments
Start/AllowPinnedFolderDownloads
Start/AllowPinnedFolderFileExplorer
Start/AllowPinnedFolderHomeGroup
Start/AllowPinnedFolderMusic
Start/AllowPinnedFolderNetwork
Start/AllowPinnedFolderPersonalFolder
Start/AllowPinnedFolderPictures
Start/AllowPinnedFolderSettings
Start/AllowPinnedFolderVideos
Start/DisableContextMenus
Start/ForceStartSize
Start/HideAppList
Start/HideChangeAccountSettings
Start/HideFrequentlyUsedApps
Start/HideHibernate
Start/HideLock
Start/HidePeopleBar
Start/HidePowerButton
Start/HideRecentJumplists
Start/HideRecentlyAddedApps
Start/HideRestart
Start/HideShutDown
Start/HideSignOut
Start/HideSleep
Start/HideSwitchAccount
Start/HideUserTile
Start/ImportEdgeAssets
Start/NoPinningToTaskbar
Start/StartLayout
### Storage policies
Storage/AllowDiskHealthModelUpdates
Storage/AllowStorageSenseGlobal
Storage/AllowStorageSenseTemporaryFilesCleanup
Storage/ConfigStorageSenseCloudContentDehydrationThreshold
Storage/ConfigStorageSenseDownloadsCleanupThreshold
Storage/ConfigStorageSenseGlobalCadence
Storage/ConfigStorageSenseRecycleBinCleanupThreshold
Storage/EnhancedStorageDevices
Storage/RemovableDiskDenyWriteAccess
### System policies
System/AllowBuildPreview
System/AllowCommercialDataPipeline
System/AllowDeviceNameInDiagnosticData
System/AllowEmbeddedMode
System/AllowExperimentation
System/AllowFontProviders
System/AllowLocation
System/AllowStorageCard
System/AllowTelemetry
System/AllowUserToResetPhone
System/BootStartDriverInitialization
System/ConfigureMicrosoft365UploadEndpoint
System/ConfigureTelemetryOptInChangeNotification
System/ConfigureTelemetryOptInSettingsUx
System/DisableDeviceDelete
System/DisableDiagnosticDataViewer
System/DisableEnterpriseAuthProxy
System/DisableOneDriveFileSync
System/DisableSystemRestore
System/FeedbackHubAlwaysSaveDiagnosticsLocally
System/LimitEnhancedDiagnosticDataWindowsAnalytics
System/TelemetryProxy
System/TurnOffFileHistory
### SystemServices policies
SystemServices/ConfigureHomeGroupListenerServiceStartupMode
SystemServices/ConfigureHomeGroupProviderServiceStartupMode
SystemServices/ConfigureXboxAccessoryManagementServiceStartupMode
SystemServices/ConfigureXboxLiveAuthManagerServiceStartupMode
SystemServices/ConfigureXboxLiveGameSaveServiceStartupMode
SystemServices/ConfigureXboxLiveNetworkingServiceStartupMode
### TaskManager policies
TaskManager/AllowEndTask
### TaskScheduler policies
TaskScheduler/EnableXboxGameSaveTask
### TextInput policies
TextInput/AllowHardwareKeyboardTextSuggestions
TextInput/AllowIMELogging
TextInput/AllowIMENetworkAccess
TextInput/AllowInputPanel
TextInput/AllowJapaneseIMESurrogatePairCharacters
TextInput/AllowJapaneseIVSCharacters
TextInput/AllowJapaneseNonPublishingStandardGlyph
TextInput/AllowJapaneseUserDictionary
TextInput/AllowKeyboardTextSuggestions
TextInput/AllowKoreanExtendedHanja
TextInput/AllowLanguageFeaturesUninstall
TextInput/AllowLinguisticDataCollection
TextInput/ConfigureJapaneseIMEVersion
TextInput/ConfigureSimplifiedChineseIMEVersion
TextInput/ConfigureTraditionalChineseIMEVersion
TextInput/EnableTouchKeyboardAutoInvokeInDesktopMode
TextInput/ExcludeJapaneseIMEExceptJIS0208
TextInput/ExcludeJapaneseIMEExceptJIS0208andEUDC
TextInput/ExcludeJapaneseIMEExceptShiftJIS
TextInput/ForceTouchKeyboardDockedState
TextInput/TouchKeyboardDictationButtonAvailability
TextInput/TouchKeyboardEmojiButtonAvailability
TextInput/TouchKeyboardFullModeAvailability
TextInput/TouchKeyboardHandwritingModeAvailability
TextInput/TouchKeyboardNarrowModeAvailability
TextInput/TouchKeyboardSplitModeAvailability
TextInput/TouchKeyboardWideModeAvailability
### TimeLanguageSettings policies
TimeLanguageSettings/ConfigureTimeZone
### Troubleshooting policies
Troubleshooting/AllowRecommendations
### Update policies
Update/ActiveHoursEnd
Update/ActiveHoursMaxRange
Update/ActiveHoursStart
Update/AllowAutoUpdate
Update/AllowAutoWindowsUpdateDownloadOverMeteredNetwork
Update/AllowMUUpdateService
Update/AllowNonMicrosoftSignedUpdate
Update/AllowUpdateService
Update/AutoRestartDeadlinePeriodInDays
Update/AutoRestartDeadlinePeriodInDaysForFeatureUpdates
Update/AutoRestartNotificationSchedule
Update/AutoRestartRequiredNotificationDismissal
Update/AutomaticMaintenanceWakeUp
Update/BranchReadinessLevel
Update/ConfigureDeadlineForFeatureUpdates
Update/ConfigureDeadlineForQualityUpdates
Update/ConfigureDeadlineGracePeriod
Update/ConfigureDeadlineNoAutoReboot
Update/ConfigureFeatureUpdateUninstallPeriod
Update/DeferFeatureUpdatesPeriodInDays
Update/DeferQualityUpdatesPeriodInDays
Update/DeferUpdatePeriod
Update/DeferUpgradePeriod
Update/DetectionFrequency
Update/DisableDualScan
Update/DisableWUfBSafeguards
Update/EngagedRestartDeadline
Update/EngagedRestartDeadlineForFeatureUpdates
Update/EngagedRestartSnoozeSchedule
Update/EngagedRestartSnoozeScheduleForFeatureUpdates
Update/EngagedRestartTransitionSchedule
Update/EngagedRestartTransitionScheduleForFeatureUpdates
Update/ExcludeWUDriversInQualityUpdate
Update/FillEmptyContentUrls
Update/IgnoreMOAppDownloadLimit
Update/IgnoreMOUpdateDownloadLimit
Update/ManagePreviewBuilds
Update/PauseDeferrals
Update/PauseFeatureUpdates
Update/PauseFeatureUpdatesStartTime
Update/PauseQualityUpdates
Update/PauseQualityUpdatesStartTime
Update/PhoneUpdateRestrictions
Update/RequireDeferUpgrade
Update/RequireUpdateApproval
Update/ScheduleImminentRestartWarning
Update/ScheduleRestartWarning
Update/ScheduledInstallDay
Update/ScheduledInstallEveryWeek
Update/ScheduledInstallFirstWeek
Update/ScheduledInstallFourthWeek
Update/ScheduledInstallSecondWeek
Update/ScheduledInstallThirdWeek
Update/ScheduledInstallTime
Update/SetAutoRestartNotificationDisable
Update/SetDisablePauseUXAccess
Update/SetDisableUXWUAccess
Update/SetEDURestart
Update/SetProxyBehaviorForUpdateDetection
Update/TargetReleaseVersion
Update/UpdateNotificationLevel
Update/UpdateServiceUrl
Update/UpdateServiceUrlAlternate
### UserRights policies
UserRights/AccessCredentialManagerAsTrustedCaller
UserRights/AccessFromNetwork
UserRights/ActAsPartOfTheOperatingSystem
UserRights/AllowLocalLogOn
UserRights/BackupFilesAndDirectories
UserRights/ChangeSystemTime
UserRights/CreateGlobalObjects
UserRights/CreatePageFile
UserRights/CreatePermanentSharedObjects
UserRights/CreateSymbolicLinks
UserRights/CreateToken
UserRights/DebugPrograms
UserRights/DenyAccessFromNetwork
UserRights/DenyLocalLogOn
UserRights/DenyRemoteDesktopServicesLogOn
UserRights/EnableDelegation
UserRights/GenerateSecurityAudits
UserRights/ImpersonateClient
UserRights/IncreaseSchedulingPriority
UserRights/LoadUnloadDeviceDrivers
UserRights/LockMemory
UserRights/ManageAuditingAndSecurityLog
UserRights/ManageVolume
UserRights/ModifyFirmwareEnvironment
UserRights/ModifyObjectLabel
UserRights/ProfileSingleProcess
UserRights/RemoteShutdown
UserRights/RestoreFilesAndDirectories
UserRights/TakeOwnership
### Wifi policies
WiFi/AllowWiFiHotSpotReporting
Wifi/AllowAutoConnectToWiFiSenseHotspots
Wifi/AllowInternetSharing
Wifi/AllowManualWiFiConfiguration
Wifi/AllowWiFi
Wifi/AllowWiFiDirect
Wifi/WLANScanMode
### WindowsConnectionManager policies
WindowsConnectionManager/ProhitConnectionToNonDomainNetworksWhenConnectedToDomainAuthenticatedNetwork
### WindowsDefenderSecurityCenter policies
WindowsDefenderSecurityCenter/CompanyName
WindowsDefenderSecurityCenter/DisableAccountProtectionUI
WindowsDefenderSecurityCenter/DisableAppBrowserUI
WindowsDefenderSecurityCenter/DisableClearTpmButton
WindowsDefenderSecurityCenter/DisableDeviceSecurityUI
WindowsDefenderSecurityCenter/DisableEnhancedNotifications
WindowsDefenderSecurityCenter/DisableFamilyUI
WindowsDefenderSecurityCenter/DisableHealthUI
WindowsDefenderSecurityCenter/DisableNetworkUI
WindowsDefenderSecurityCenter/DisableNotifications
WindowsDefenderSecurityCenter/DisableTpmFirmwareUpdateWarning
WindowsDefenderSecurityCenter/DisableVirusUI
WindowsDefenderSecurityCenter/DisallowExploitProtectionOverride
WindowsDefenderSecurityCenter/Email
WindowsDefenderSecurityCenter/EnableCustomizedToasts
WindowsDefenderSecurityCenter/EnableInAppCustomization
WindowsDefenderSecurityCenter/HideRansomwareDataRecovery
WindowsDefenderSecurityCenter/HideSecureBoot
WindowsDefenderSecurityCenter/HideTPMTroubleshooting
WindowsDefenderSecurityCenter/HideWindowsSecurityNotificationAreaControl
WindowsDefenderSecurityCenter/Phone
WindowsDefenderSecurityCenter/URL
### WindowsInkWorkspace policies
WindowsInkWorkspace/AllowSuggestedAppsInWindowsInkWorkspace
WindowsInkWorkspace/AllowWindowsInkWorkspace
### WindowsLogon policies
WindowsLogon/AllowAutomaticRestartSignOn
WindowsLogon/ConfigAutomaticRestartSignOn
WindowsLogon/DisableLockScreenAppNotifications
WindowsLogon/DontDisplayNetworkSelectionUI
WindowsLogon/EnableFirstLogonAnimation
WindowsLogon/EnumerateLocalUsersOnDomainJoinedComputers
WindowsLogon/HideFastUserSwitching
### WindowsPowerShell policies
WindowsPowerShell/TurnOnPowerShellScriptBlockLogging
### WindowsSandbox policies
WindowsSandbox/AllowAudioInput
WindowsSandbox/AllowClipboardRedirection
WindowsSandbox/AllowNetworking
WindowsSandbox/AllowPrinterRedirection
WindowsSandbox/AllowVGPU
WindowsSandbox/AllowVideoInput
### WirelessDisplay policies
WirelessDisplay/AllowMdnsAdvertisement
WirelessDisplay/AllowMdnsDiscovery
WirelessDisplay/AllowProjectionFromPC
WirelessDisplay/AllowProjectionFromPCOverInfrastructure
WirelessDisplay/AllowProjectionToPC
WirelessDisplay/AllowProjectionToPCOverInfrastructure
WirelessDisplay/AllowUserInputFromWirelessDisplayReceiver
WirelessDisplay/RequirePinForPairing
## Policies in Policy CSP supported by Group Policy and ADMX-backed policies in Policy CSP - [Policies in Policy CSP supported by Group Policy](policy-csps-supported-by-group-policy.md) - [ADMX-backed policies in Policy CSP](policy-csps-admx-backed.md) > [!NOTE] > Not all Policies in Policy CSP supported by Group Policy are ADMX-backed. For more details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md). ## Policies in Policy CSP supported by HoloLens devices - [Policies in Policy CSP supported by HoloLens 2](policy-csps-supported-by-hololens2.md) - [Policies in Policy CSP supported by HoloLens (1st gen) Commercial Suite](policy-csps-supported-by-hololens-1st-gen-commercial-suite.md) - [Policies in Policy CSP supported by HoloLens (1st gen) Development Edition](policy-csps-supported-by-hololens-1st-gen-development-edition.md) ## Policies in Policy CSP supported by Windows 10 IoT - [Policies in Policy CSP supported by Windows 10 IoT Enterprise](policy-csps-supported-by-iot-enterprise.md) - [Policies in Policy CSP supported by Windows 10 IoT Core](policy-csps-supported-by-iot-core.md) ## Policies in Policy CSP supported by Microsoft Surface Hub - [Policies in Policy CSP supported by Microsoft Surface Hub](policy-csps-supported-by-surface-hub.md) ## Policies in Policy CSP that can be set using Exchange ActiveSync (EAS) - [Policies in Policy CSP that can be set using Exchange ActiveSync (EAS)](policy-csps-that-can-be-set-using-eas.md) ## Related topics [Configuration service provider reference](configuration-service-provider-reference.md)