Merge branch 'master' into PubOps-repo-health

This commit is contained in:
Thomas Raya 2021-08-19 14:37:51 -07:00 committed by GitHub
commit 1cb770a732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
174 changed files with 2770 additions and 3327 deletions

View File

@ -215,6 +215,11 @@
"redirect_url": "/surface/manage-surface-driver-and-firmware-updates", "redirect_url": "/surface/manage-surface-driver-and-firmware-updates",
"redirect_document_id": false "redirect_document_id": false
}, },
{
"source_path": "windows/security/identity-protection/hello-for-business/hello-how-it-works-device-registration.md",
"redirect_url": "/azure/active-directory/devices/device-registration-how-it-works",
"redirect_document_id": false
},
{ {
"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/collect-cab-files-exploit-guard-submission.md", "source_path": "windows/security/threat-protection/windows-defender-exploit-guard/collect-cab-files-exploit-guard-submission.md",
"redirect_url": "/microsoft-365/security/defender-endpoint/troubleshoot-exploit-protection-mitigations", "redirect_url": "/microsoft-365/security/defender-endpoint/troubleshoot-exploit-protection-mitigations",
@ -18944,6 +18949,18 @@
"source_path": "windows/privacy/data-processor-service-for-windows-enterprise-public-preview-terms.md", "source_path": "windows/privacy/data-processor-service-for-windows-enterprise-public-preview-terms.md",
"redirect_url": "/windows/privacy/windows-10-and-privacy-compliance", "redirect_url": "/windows/privacy/windows-10-and-privacy-compliance",
"redirect_document_id": false "redirect_document_id": false
},
{
"source_path": "windows/client-management/windows-10-mobile-and-mdm.md",
"redirect_url": "/windows/client-management/index",
"redirect_document_id": false
},
{
"source_path": "windows/application-management/deploy-app-upgrades-windows-10-mobile.md",
"redirect_url": "/windows/application-management/index",
"redirect_document_id": false
} }
] ]
} }

View File

@ -1,5 +1,5 @@
--- ---
title: Windows 10 - Apps title: Learn about the different app types in Windows 10 | Microsoft Docs
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
description: Use this article to understand the different types of apps that run on Windows 10, such as UWP and Win32 apps. description: Use this article to understand the different types of apps that run on Windows 10, such as UWP and Win32 apps.
@ -16,172 +16,788 @@ ms.topic: article
>Applies to: Windows 10 >Applies to: Windows 10
The following types of apps run on Windows 10: On your Windows 10 devices, you can run the following app types:
- Windows apps - introduced in Windows 8, primarily installed from the Store app.
- Universal Windows Platform (UWP) apps - designed to work across platforms, can be installed on multiple platforms including Windows client, Windows Phone, and Xbox. All UWP apps are also Windows apps, but not all Windows apps are UWP apps.
- "Win32" apps - traditional Windows applications.
Digging into the Windows apps, there are two categories: - **Windows apps**: These apps are included with the Windows OS, and are also installed from the Microsoft Store app. There are two categories:
- Apps - All other apps, installed in C:\Program Files\WindowsApps. There are two classes of apps:
- Provisioned: Installed in user account the first time you sign in with a new user account.
- Installed: Installed as part of the OS.
- System apps - Apps that are installed in the C:\Windows\* directory. These apps are integral to the OS.
The following tables list the system apps, installed Windows apps, and provisioned Windows apps in a standard Windows 10 Enterprise installation. (If you have a custom image, your specific apps might differ.) The tables list the app, the full name, show the app's status in Windows 10 version 1709, 1803, and 1809 and indicate whether an app can be uninstalled through the UI. - **Apps**: All apps installed in `C:\Program Files\WindowsApps`. There are two classes of apps:
Some of the apps show up in multiple tables - that's because their status changed between versions. Make sure to check the version column for the version you are currently running. - **Provisioned**: Installed in user account the first time you sign in with a new user account.
- **Installed**: Installed as part of the OS.
- **System apps**: Apps installed in the `C:\Windows\` directory. These apps are part of the Windows OS.
- **Universal Windows Platform (UWP) apps**: These apps run and can be installed on many Windows platforms, including tablets, Microsoft HoloLens, Xbox, and more. All UWP apps are Windows apps. But, not all Windows apps are UWP apps.
- **Win32 apps**: These apps are traditional Windows applications.
This article lists the provisioned Windows apps and system apps installed on a standard Windows 10 Enterprise device. If you use custom images, your specific apps might be different.
Some of the apps show up in multiple areas. That's because their status changed between versions. Make sure to check the version column for the version you're currently running.
## Provisioned Windows apps ## Provisioned Windows apps
You can list all provisioned Windows apps with this PowerShell command: The first time a user signs into a Windows device, some apps are automatically provisioned. To get a list of all provisioned Windows apps, run the following Windows PowerShell command:
```Powershell ```Powershell
Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName Get-AppxProvisionedPackage -Online | Format-Table DisplayName, PackageName
``` ```
Here are the provisioned Windows apps in Windows 10 versions 1803, 1809, 1903, 1909, and 2004. The following information lists the provisioned apps on the supported Windows 10 OS versions:
<br/> - [3D Builder](ms-windows-store://pdp/?PFN=Microsoft.3DBuilder_8wekyb3d8bbwe) | Package name: Microsoft.3DBuilder
- Supported versions:
| Package name | App name | 1803 | 1809 | 1903 | 1909 | 2004 | Uninstall through UI? | ---
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------|:----:|:----:|:----:|:----:|:----:|:---------------------:| | Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| Microsoft.3DBuilder | [3D Builder](ms-windows-store://pdp/?PFN=Microsoft.3DBuilder_8wekyb3d8bbwe) | | | | | | Yes | | --- | --- | --- | --- | --- | --- |--- |
| Microsoft.BingWeather | [MSN Weather](ms-windows-store://pdp/?PFN=Microsoft.BingWeather_8wekyb3d8bbwe) | x | x | x | x | x | Yes | | ✔️ | ✔️ | | | | | |
| Microsoft.DesktopAppInstaller | [App Installer](ms-windows-store://pdp/?PFN=Microsoft.DesktopAppInstaller_8wekyb3d8bbwe) | x | x | x | x | x | Via Settings App |
| Microsoft.GetHelp | [Get Help](ms-windows-store://pdp/?PFN=Microsoft.Gethelp_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.Getstarted | [Microsoft Tips](ms-windows-store://pdp/?PFN=Microsoft.Getstarted_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.HEIFImageExtension | [HEIF Image Extensions](ms-windows-store://pdp/?PFN=Microsoft.HEIFImageExtension_8wekyb3d8bbwe) | | x | x | x | x | No |
| Microsoft.Messaging | [Microsoft Messaging](ms-windows-store://pdp/?PFN=Microsoft.Messaging_8wekyb3d8bbwe) | x | x | x | x | | No |
| Microsoft.Microsoft3DViewer | [Mixed Reality Viewer](ms-windows-store://pdp/?PFN=Microsoft.Microsoft3DViewer_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.MicrosoftOfficeHub | [Office](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe) | x | x | x | x | x | Yes |
| Microsoft.MicrosoftSolitaireCollection | [Microsoft Solitaire Collection](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe) | x | x | x | x | x | Yes |
| Microsoft.MicrosoftStickyNotes | [Microsoft Sticky Notes](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.MixedReality.Portal | [Mixed Reality Portal](ms-windows-store://pdp/?PFN=Microsoft.MixedReality.Portal_8wekyb3d8bbwe) | | x | x | x | x | No |
| Microsoft.MSPaint | [Paint 3D](ms-windows-store://pdp/?PFN=Microsoft.MSPaint_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.Office.OneNote | [OneNote for Windows 10](ms-windows-store://pdp/?PFN=Microsoft.Office.OneNote_8wekyb3d8bbwe) | x | x | x | x | x | Yes |
| Microsoft.OneConnect | [Mobile Plans](ms-windows-store://pdp/?PFN=Microsoft.OneConnect_8wekyb3d8bbwe) | x | x | x | x | | No |
| Microsoft.Outlook.DesktopIntegrationServices | | | | | x | | |
| Microsoft.People | [Microsoft People](ms-windows-store://pdp/?PFN=Microsoft.People_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.Print3D | [Print 3D](ms-windows-store://pdp/?PFN=Microsoft.Print3D_8wekyb3d8bbwe) | x | x | x | x | | No |
| Microsoft.ScreenSketch | [Snip & Sketch](ms-windows-store://pdp/?PFN=Microsoft.ScreenSketch_8wekyb3d8bbwe) | | x | x | x | x | No |
| Microsoft.SkypeApp | [Skype](ms-windows-store://pdp/?PFN=Microsoft.SkypeApp_kzf8qxf38zg5c) | x | x | x | x | x | No |
| Microsoft.StorePurchaseApp | [Store Purchase App](ms-windows-store://pdp/?PFN=Microsoft.StorePurchaseApp_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.VP9VideoExtensions | | | x | x | x | x | No |
| Microsoft.Wallet | [Microsoft Pay](ms-windows-store://pdp/?PFN=Microsoft.Wallet_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WebMediaExtensions | [Web Media Extensions](ms-windows-store://pdp/?PFN=Microsoft.WebMediaExtensions_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WebpImageExtension | [Webp Image Extension](ms-windows-store://pdp/?PFN=Microsoft.WebpImageExtension_8wekyb3d8bbwe) | | x | x | x | x | No |
| Microsoft.Windows.Photos | [Microsoft Photos](ms-windows-store://pdp/?PFN=Microsoft.Windows.Photos_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsAlarms | [Windows Alarms & Clock](ms-windows-store://pdp/?PFN=Microsoft.WindowsAlarms_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsCalculator | [Windows Calculator](ms-windows-store://pdp/?PFN=Microsoft.WindowsCalculator_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsCamera | [Windows Camera](ms-windows-store://pdp/?PFN=Microsoft.WindowsCamera_8wekyb3d8bbwe) | x | x | x | x | x | No |
| microsoft.windowscommunicationsapps | [Mail and Calendar](ms-windows-store://pdp/?PFN=microsoft.windowscommunicationsapps_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsFeedbackHub | [Feedback Hub](ms-windows-store://pdp/?PFN=Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsMaps | [Windows Maps](ms-windows-store://pdp/?PFN=Microsoft.WindowsMaps_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsSoundRecorder | [Windows Voice Recorder](ms-windows-store://pdp/?PFN=Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.WindowsStore | [Microsoft Store](ms-windows-store://pdp/?PFN=Microsoft.WindowsStore_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.Xbox.TCUI | [Xbox Live in-game experience](ms-windows-store://pdp/?PFN=Microsoft.Xbox.TCUI_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.XboxApp | [Xbox Console Companion](ms-windows-store://pdp/?PFN=Microsoft.XboxApp_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.XboxGameOverlay | [Xbox Game Bar Plugin](ms-windows-store://pdp/?PFN=Microsoft.XboxGameOverlay_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.XboxGamingOverlay | [Xbox Game Bar](ms-windows-store://pdp/?PFN=Microsoft.XboxGamingOverlay_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.XboxIdentityProvider | [Xbox Identity Provider](ms-windows-store://pdp/?PFN=Microsoft.XboxIdentityProvider_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.XboxSpeechToTextOverlay | | x | x | x | x | x | No |
| Microsoft.YourPhone | [Your Phone](ms-windows-store://pdp/?PFN=Microsoft.YourPhone_8wekyb3d8bbwe) | | x | x | x | x | No |
| Microsoft.ZuneMusic | [Groove Music](ms-windows-store://pdp/?PFN=Microsoft.ZuneMusic_8wekyb3d8bbwe) | x | x | x | x | x | No |
| Microsoft.ZuneVideo | [Movies & TV](ms-windows-store://pdp/?PFN=Microsoft.ZuneVideo_8wekyb3d8bbwe) | x | x | x | x | x | No |
>[!NOTE] ---
>The Store app can't be removed. If you want to remove and reinstall the Store app, you can only bring Store back by either restoring your system from a backup or resetting your system. Instead of removing the Store app, you should use group policies to hide or disable it.
- [Bing Weather](ms-windows-store://pdp/?PFN=Microsoft.BingWeather_8wekyb3d8bbwe) | Package name: Microsoft.BingWeather
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ✔️ | ✔️ | ✔️|✔️ | ✔️| ✔️| ✔️|
---
- [Desktop App Installer](ms-windows-store://pdp/?PFN=Microsoft.DesktopAppInstaller_8wekyb3d8bbwe) | Package name: Microsoft.DesktopAppInstaller
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| Use Settings App | ✔️ | ✔️|✔️ | ✔️| ✔️| ✔️|
---
- [Get Help](ms-windows-store://pdp/?PFN=Microsoft.Gethelp_8wekyb3d8bbwe) | Package name: Microsoft.GetHelp
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️|✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Tips](ms-windows-store://pdp/?PFN=Microsoft.Getstarted_8wekyb3d8bbwe) | Package name: Microsoft.Getstarted
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️|✔️ | ✔️| ✔️| ✔️|
---
- [HEIF Image Extensions](ms-windows-store://pdp/?PFN=Microsoft.HEIFImageExtension_8wekyb3d8bbwe) | Package name: Microsoft.HEIFImageExtension
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️|✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Messaging](ms-windows-store://pdp/?PFN=Microsoft.Messaging_8wekyb3d8bbwe) | Package name:Microsoft.Messaging
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| | ✔️| ✔️| ✔️|
---
- [Microsoft 3D Viewer](ms-windows-store://pdp/?PFN=Microsoft.Microsoft3DViewer_8wekyb3d8bbwe) | Package name: Microsoft.Microsoft3DViewer
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Office](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe) | Package name: Microsoft.MicrosoftOfficeHub
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ✔️ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Solitaire Collection](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe) | Package name: Microsoft.MicrosoftSolitaireCollection
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ✔️ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Sticky Notes](ms-windows-store://pdp/?PFN=Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe) | Package name: Microsoft.MicrosoftStickyNotes
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Mixed Reality Portal](ms-windows-store://pdp/?PFN=Microsoft.MixedReality.Portal_8wekyb3d8bbwe) | Package name: Microsoft.MixedReality.Portal
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Paint 3D](ms-windows-store://pdp/?PFN=Microsoft.MSPaint_8wekyb3d8bbwe) | Package name: Microsoft.MSPaint
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [OneNote for Windows 10](ms-windows-store://pdp/?PFN=Microsoft.Office.OneNote_8wekyb3d8bbwe) | Package name: Microsoft.Office.OneNote
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ✔️ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Mobile Plans](ms-windows-store://pdp/?PFN=Microsoft.OneConnect_8wekyb3d8bbwe) | Package name: Microsoft.OneConnect
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| | ✔️| ✔️| ✔️|
---
- Microsoft.Outlook.DesktopIntegrationServices
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| | ✔️ | ✔️| | ✔️| | |
---
- [Microsoft People](ms-windows-store://pdp/?PFN=Microsoft.People_8wekyb3d8bbwe) | Package name: Microsoft.People
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Print 3D](ms-windows-store://pdp/?PFN=Microsoft.Print3D_8wekyb3d8bbwe) | Package name: Microsoft.Print3D
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| | ✔️| ✔️| ✔️|
---
- [Snip & Sketch](ms-windows-store://pdp/?PFN=Microsoft.ScreenSketch_8wekyb3d8bbwe) | Package name: Microsoft.ScreenSketch
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Skype](ms-windows-store://pdp/?PFN=Microsoft.SkypeApp_kzf8qxf38zg5c) | Package name: Microsoft.SkypeApp
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Store Purchase App](ms-windows-store://pdp/?PFN=Microsoft.StorePurchaseApp_8wekyb3d8bbwe) | Package name: Microsoft.StorePurchaseApp
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- Microsoft.VP9VideoExtensions
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Pay](ms-windows-store://pdp/?PFN=Microsoft.Wallet_8wekyb3d8bbwe) | Package name: Microsoft.Wallet
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Web Media Extensions](ms-windows-store://pdp/?PFN=Microsoft.WebMediaExtensions_8wekyb3d8bbwe) | Package name: Microsoft.WebMediaExtensions
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Webp Image Extension](ms-windows-store://pdp/?PFN=Microsoft.WebpImageExtension_8wekyb3d8bbwe) | Package name: Microsoft.WebpImageExtension
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Photos](ms-windows-store://pdp/?PFN=Microsoft.Windows.Photos_8wekyb3d8bbwe) | Package name: Microsoft.Windows.Photos
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Windows Alarms & Clock](ms-windows-store://pdp/?PFN=Microsoft.WindowsAlarms_8wekyb3d8bbwe) | Package name: Microsoft.WindowsAlarms
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Windows Calculator](ms-windows-store://pdp/?PFN=Microsoft.WindowsCalculator_8wekyb3d8bbwe) | Package name: Microsoft.WindowsCalculator
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Windows Camera](ms-windows-store://pdp/?PFN=Microsoft.WindowsCamera_8wekyb3d8bbwe) | Package name: Microsoft.WindowsCamera
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Mail and Calendar](ms-windows-store://pdp/?PFN=microsoft.windowscommunicationsapps_8wekyb3d8bbwe) | Package name: microsoft.windowscommunicationsapps
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Feedback Hub](ms-windows-store://pdp/?PFN=Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe) | Package name: Microsoft.WindowsFeedbackHub
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Windows Maps](ms-windows-store://pdp/?PFN=Microsoft.WindowsMaps_8wekyb3d8bbwe) | Package name: Microsoft.WindowsMaps
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Windows Voice Recorder](ms-windows-store://pdp/?PFN=Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe) | Package name: Microsoft.WindowsSoundRecorder
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Microsoft Store](ms-windows-store://pdp/?PFN=Microsoft.WindowsStore_8wekyb3d8bbwe) | Package name: Microsoft.WindowsStore
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- The Store app shouldn't be removed. If you remove the Store app, and want to reinstall it, you can restore your system from a backup, or reset your system. Instead of removing the Store app, use group policies to hide or disable it.
- [Xbox Live in-game experience](ms-windows-store://pdp/?PFN=Microsoft.Xbox.TCUI_8wekyb3d8bbwe) | Package name: Microsoft.Xbox.TCUI
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Xbox Console Companion](ms-windows-store://pdp/?PFN=Microsoft.XboxApp_8wekyb3d8bbwe) | Package name: Microsoft.XboxApp
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Xbox Game Bar Plugin](ms-windows-store://pdp/?PFN=Microsoft.XboxGameOverlay_8wekyb3d8bbwe) | Package name: Microsoft.XboxGameOverlay
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Xbox Game Bar](ms-windows-store://pdp/?PFN=Microsoft.XboxGamingOverlay_8wekyb3d8bbwe) | Package name: Microsoft.XboxGamingOverlay
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Xbox Identity Provider](ms-windows-store://pdp/?PFN=Microsoft.XboxIdentityProvider_8wekyb3d8bbwe) | Package name: Microsoft.XboxIdentityProvider
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- Microsoft.XboxSpeechToTextOverlay
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Your Phone](ms-windows-store://pdp/?PFN=Microsoft.YourPhone_8wekyb3d8bbwe) | Package name: Microsoft.YourPhone
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Groove Music](ms-windows-store://pdp/?PFN=Microsoft.ZuneMusic_8wekyb3d8bbwe) | Package name: Microsoft.ZuneMusic
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
- [Movies & TV](ms-windows-store://pdp/?PFN=Microsoft.ZuneVideo_8wekyb3d8bbwe) | Package name: Microsoft.ZuneVideo
- Supported versions:
---
| Uninstall through UI? | 21H1 | 20H2 | 2004 | 1909| 1903| 1809 |
| --- | --- | --- | --- | --- | --- |--- |
| ❌ | ✔️ | ✔️| ✔️ | ✔️| ✔️| ✔️|
---
## System apps ## System apps
System apps are integral to the operating system. Here are the typical system apps in Windows 10 versions 1709, 1803, and 1809. System apps are used by the operating system. To get a list of all the system apps, run the following Windows PowerShell command:
You can list all system apps with this PowerShell command:
```Powershell ```Powershell
Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, InstallLocation
``` ```
<br/>
| Name | Package Name | 1709 | 1803 | 1809 |Uninstall through UI? | The following information lists the system apps on some Windows 10 OS versions:
|----------------------------------|---------------------------------------------|:-----:|:----:|:----:|-----------------------|
| File Picker | 1527c705-839a-4832-9118-54d4Bd6a0c89 | | x | x | No |
| File Explorer | c5e2524a-ea46-4f67-841f-6a9465d9d515 | | x | x | No |
| App Resolver UX | E2A4F912-2574-4A75-9BB0-0D023378592B | | x | x | No |
| Add Suggested Folders To Library | F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE | | x | x | No |
| | InputApp | x | x | x | No |
| Microsoft.AAD.Broker.Plugin | Microsoft.AAD.Broker.Plugin | x | x | x | No |
| Microsoft.AccountsControl | Microsoft.AccountsControl | x | x | x | No |
| Microsoft.AsyncTextService | Microsoft.AsyncTextService | | x | x | No |
| Hello setup UI | Microsoft.BioEnrollment | x | x | x | No |
| | Microsoft.CredDialogHost | x | x | x | No |
| | Microsoft.ECApp | x | x | x | No |
| | Microsoft.LockApp | x | x | x | No |
| Microsoft Edge | Microsoft.MicrosoftEdge | x | x | x | No |
| | Microsoft.MicrosoftEdgeDevToolsClient | | x | x | No |
| | Microsoft.PPIProjection | x | x | x | No |
| | Microsoft.Win32WebViewHost | | x | x | No |
| | Microsoft.Windows.Apprep.ChxApp | x | x | x | No |
| | Microsoft.Windows.AssignedAccessLockApp | x | x | x | No |
| | Microsoft.Windows.CapturePicker | | x | x | No |
| | Microsoft.Windows.CloudExperienceHost | x | x | x | No |
| | Microsoft.Windows.ContentDeliveryManager | x | x | x | No |
| Cortana | Microsoft.Windows.Cortana | x | x | x | No |
| | Microsoft.Windows.Holographic.FirstRun | x | x | | No |
| | Microsoft.Windows.OOBENetworkCaptivePort | x | x | x | No |
| | Microsoft.Windows.OOBENetworkConnectionFlow | x | x | x | No |
| | Microsoft.Windows.ParentalControls | x | x | x | No |
| People Hub | Microsoft.Windows.PeopleExperienceHost | x | x | x | No |
| | Microsoft.Windows.PinningConfirmationDialog | x | x | x | No |
| | Microsoft.Windows.SecHealthUI | x | x | x | No |
| | Microsoft.Windows.SecondaryTileExperience | x | | | No |
| | Microsoft.Windows.SecureAssessmentBrowser | x | x | x | No |
| Start | Microsoft.Windows.ShellExperienceHost | x | x | x | No |
| Windows Feedback | Microsoft.WindowsFeedback | * | | | No |
| | Microsoft.XboxGameCallableUI | x | x | x | No |
| | Windows.CBSPreview | | x | x | No |
| Contact Support* | Windows.ContactSupport | * | | | Via Settings App |
| Settings | Windows.immersivecontrolpanel | x | x | x | No |
| Print 3D | Windows.Print3D | | x | x | Yes |
| Print UI | Windows.PrintDialog | x | x | x | No |
- File Picker | Package name: 1527c705-839a-4832-9118-54d4Bd6a0c89
> [!NOTE] ---
> The Contact Support app changed to Get Help in version 1709. Get Help is a provisioned app (instead of system app like Contact Support). | Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
## Installed Windows apps ---
Here are the typical installed Windows apps in Windows 10 versions 1709, 1803, and 1809. - File Explorer | Package name: c5e2524a-ea46-4f67-841f-6a9465d9d515
<br/> ---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
| Name | Full name | 1709 | 1803 | 1809 | Uninstall through UI? | ---
|-----------------------|------------------------------------------|:----:|:----:|:----:|:---------------------:|
| Remote Desktop | Microsoft.RemoteDesktop | x | | x | Yes | - App Resolver UX | Package name: E2A4F912-2574-4A75-9BB0-0D023378592B
| Code Writer | ActiproSoftwareLLC.562882FEEB491 | x | x | | Yes |
| Eclipse Manager | 46928bounde.EclipseManager | x | x | | Yes | ---
| Pandora | PandoraMediaInc.29680B314EFC2 | x | x | | Yes | | Uninstall through UI? | 21H1 | 20H2 | 1809 |
| Photoshop Express | AdobeSystemIncorporated. AdobePhotoshop | x | x | | Yes | | --- | --- | --- | --- |
| Duolingo | D5EA27B7.Duolingo- LearnLanguagesforFree | x | x | | Yes | | ❌ | ✔️ | ✔️| ✔️ |
| Network Speed Test | Microsoft.NetworkSpeedTest | x | x | x | Yes |
| News | Microsoft.BingNews | x | x | x | Yes | ---
| Sway | Microsoft.Office.Sway | x | x | x | Yes |
| Microsoft.Advertising | Microsoft.Advertising.Xaml | x | x | x | Yes | - Add Suggested Folders To Library | Package name: F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
| | Microsoft.NET.Native.Framework.1.2 | x | x | | Yes |
| | Microsoft.NET.Native.Framework.1.3 | x | x | | Yes | ---
| | Microsoft.NET.Native.Framework.1.6 | x | x | x | Yes | | Uninstall through UI? | 21H1 | 20H2 | 1809 |
| | Microsoft.NET.Native.Framework.1.7 | | x | x | Yes | | --- | --- | --- | --- |
| | Microsoft.NET.Native.Framework.2.0 | x | x | | Yes | | ❌ | ✔️ | ✔️| ✔️ |
| | Microsoft.NET.Native.Runtime.1.1 | x | x | | Yes |
| | Microsoft.NET.Native.Runtime.1.3 | x | | | Yes | ---
| | Microsoft.NET.Native.Runtime.1.4 | x | x | | Yes |
| | Microsoft.NET.Native.Runtime.1.6 | x | x | x | Yes | - InputApp
| | Microsoft.NET.Native.Runtime.1.7 | x | x | x | Yes |
| | Microsoft.NET.Native.Runtime.2.0 | x | x | | Yes | ---
| | Microsoft.Services.Store.Engagement | x | x | | Yes | | Uninstall through UI? | 21H1 | 20H2 | 1809 |
| | Microsoft.VCLibs.120.00 | x | x | | Yes | | --- | --- | --- | --- |
| | Microsoft.VCLibs.140.00 | x | x | x | Yes | | ❌ | | | ✔️ |
| | Microsoft.VCLibs.120.00.Universal | x | | | Yes |
| | Microsoft.VCLibs.140.00.UWPDesktop | | x | | Yes | ---
- Microsoft.AAD.Broker.Plugin | Package name: Microsoft.AAD.Broker.Plugin
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.AccountsControl | Package name: Microsoft.AccountsControl
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.AsyncTextService | Package name: Microsoft.AsyncTextService
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Hello setup UI | Package name: Microsoft.BioEnrollment
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.CredDialogHost
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.ECApp
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.LockApp
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft Edge | Package name: Microsoft.MicrosoftEdge
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.MicrosoftEdgeDevToolsClient
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.PPIProjection
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | | | ✔️ |
---
- Microsoft.Win32WebViewHost
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.Apprep.ChxApp
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.AssignedAccessLockApp
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.CapturePicker
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.CloudExperienceHost
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.ContentDeliveryManager
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Cortana | Package name: Microsoft.Windows.Cortana
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | | | ✔️ |
---
- Microsoft.Windows.OOBENetworkCaptivePort
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.OOBENetworkConnectionFlow
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.ParentalControls
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- People Hub | Package name: Microsoft.Windows.PeopleExperienceHost
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.PinningConfirmationDialog
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.SecHealthUI
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.Windows.SecureAssessmentBrowser
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Start | Package name: Microsoft.Windows.ShellExperienceHost
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Microsoft.XboxGameCallableUI
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Windows.CBSPreview
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Settings | Package name: Windows.immersivecontrolpanel
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
- Print 3D | Package name: Windows.Print3D
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ✔️ | | | ✔️ |
---
- Print UI | Package name: Windows.PrintDialog
---
| Uninstall through UI? | 21H1 | 20H2 | 1809 |
| --- | --- | --- | --- |
| ❌ | ✔️ | ✔️| ✔️ |
---
---

View File

@ -1,61 +0,0 @@
---
title: Application upgrades on Windows 10 Mobile
description: Learn how to deploy upgrades to applications running on Windows 10 Mobile.
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: library
ms.pagetype: mobile
ms.author: greglin
author: greg-lindsay
ms.date: 07/21/2017
ms.reviewer:
manager: dansimp
ms.topic: article
---
# Deploy application upgrades on Windows 10 Mobile
> Applies to: Windows 10
When you have a new version of an application, how do you get that to the Windows 10 Mobile devices in your environment? With [application supersedence in Microsoft Endpoint Configuration Manager](/configmgr/apps/deploy-use/revise-and-supersede-applications#application-supersedence).
There are two steps to deploy an app upgrade:
1. [Define the supersedence](#define-app-supersedence) - this lets Configuration Manager know that the old version should be replaced by the new version.
2. [Deploy the upgrade](#deploy-the-app-upgrade) to your users.
The following steps walk you through the upgrade deployment process - we have an upgraded version of the Walking Scorer app (moving from version 12.23.2.0 to 12.23.3.0). Because we previously used Configuration Manager to deploy the existing version, we'll use it now to upgrade the app.
Before you can deploy the upgrade, make sure you import the new version of the app and distribute it to your manage.microsoft.com distribution point.
## Define app supersedence
1. In the Configuration Manager console, open the Software Library, and then find the new version of your app.
![The Software Library in Configuration Manager](media/app-upgrade-cm-console.png)
2. Right-click the new version, and then click **Properties**.
3. Click the **Supersedence** tab - there shouldn't be any supersedence rules yet. We'll add one next.
![The list of supersedence rules for the app](media/app-upgrade-no-supersedence.png)
4. Click **Add**, browse to the existing (older) version of the app that you're upgrading, and then click **OK**.
5. Under **New Deployment Type** select the new version of the app. (When you imported the new version, it comes in as a new deployment type. If you're upgrading a Universal application, you'll see only one type here.)
![Create a supersedence rule for the new version of the app](media/app-upgrade-supersede-deploy-type.png)
> [!IMPORTANT]
> Do **NOT** select **Uninstall**. This tells Configuration Manager to uninstall the old version, but it does **NOT** then install the new version.
6. Click **OK**.
7. If you have other versions of the same app, repeat steps 4-6 for each version. Click **OK** when you're done.
> [!NOTE]
> Need to remove a supersedence? (Maybe the new version turned out to be flaky and you don't want users to get it yet.) On the **Supersedence** tab for the *new* version of the app, double-click the older version in the list of supersedence rules, and then change the **New Deployment Type** to **Do not replace**.
## Deploy the app upgrade
You're now ready to deploy the upgrade. On the **Home** tab in Configuration Manager, select the new version of the app, and then click **Deploy**, and follow the instructions in the wizard. When asked, set the **Purpose** to **Required**.
You don't need to delete the deployment associated with the older version of the app. The status for that deployment will change to **Requirements not met** in the **Monitoring** view:
![Monitoring view in Configuration Manager for the old version of the app](media/app-upgrade-old-version.png)
If you haven't deployed an app through Configuration Manager before, check out [Deploy applications with Microsoft Endoint Configuration Manager](/configmgr/apps/deploy-use/deploy-applications). You can also see how to delete deployments (although you don't have to) and notify users about the upgraded app.

View File

@ -14,10 +14,10 @@ ms.date: 05/20/2019
--- ---
# Sideload LOB apps in Windows 10 # Sideload LOB apps in Windows 10
**Applies to** **Applies to**
- Windows 10 - Windows 10
- Windows 10 Mobile
> [!NOTE] > [!NOTE]
> As of Windows Insider Build 18956, sideloading is enabled by default. Now, you can deploy a signed package onto a device without a special configuration. > As of Windows Insider Build 18956, sideloading is enabled by default. Now, you can deploy a signed package onto a device without a special configuration.
@ -87,40 +87,6 @@ You can sideload apps on managed or unmanaged devices.
**To install the app** **To install the app**
- From the folder with the appx package, run the PowerShell `Add-AppxPackage` command to install the appx package. - From the folder with the appx package, run the PowerShell `Add-AppxPackage` command to install the appx package.
## How do I sideload an app on mobile
You can sideload apps on managed or unmanaged devices.
**To turn on sideloading for a managed device**
- Deploy an enterprise policy.
**To turn on sideloading for unmanaged devices**
1. Open **Settings**.
2. Click **Update & Security** &gt; **For developers**.
3. On **Use developer features**, select **Sideload apps**.
**To import the security certificate for managed devices**
1. Open the security certificate for the appx package, and select **Install Certificate**.
2. On the **Certificate Import Wizard**, select **Local Machine**.
3. Import the certificate to the **Trusted Root Certification Authorities** folder.
**To import the security certificate for unmanaged devices**
- You can use a runtime provisioning package to import a security certificate. For information about applying a provisioning package to a Windows 10 mobile device, see runtime instructions on [Build and apply a provisioning package]( https://go.microsoft.com/fwlink/p/?LinkId=619164).
**To install the app**
- From an email, tap a xap, appx, or appx bundle package.
-OR-
With your mobile device tethered to a desktop, click a xap, appx, or appx bundle package from the files system to install the app.
   

View File

@ -3,16 +3,16 @@ items:
href: index.yml href: index.yml
- name: Application management - name: Application management
items: items:
- name: Apps in Windows 10
href: apps-in-windows-10.md
- name: Add apps and features in Windows 10
href: add-apps-and-features.md
- name: Sideload apps - name: Sideload apps
href: sideload-apps-in-windows-10.md href: sideload-apps-in-windows-10.md
- name: Remove background task resource restrictions - name: Remove background task resource restrictions
href: enterprise-background-activity-controls.md href: enterprise-background-activity-controls.md
- name: Enable or block Windows Mixed Reality apps in the enterprise - name: Enable or block Windows Mixed Reality apps in the enterprise
href: manage-windows-mixed-reality.md href: manage-windows-mixed-reality.md
- name: Understand apps in Windows 10
href: apps-in-windows-10.md
- name: Add apps and features in Windows 10
href: add-apps-and-features.md
- name: Repackage win32 apps in the MSIX format - name: Repackage win32 apps in the MSIX format
href: msix-app-packaging-tool.md href: msix-app-packaging-tool.md
- name: Application Virtualization (App-V) - name: Application Virtualization (App-V)
@ -260,7 +260,5 @@ items:
href: per-user-services-in-windows.md href: per-user-services-in-windows.md
- name: Disabling System Services in Windows Server - name: Disabling System Services in Windows Server
href: /windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server href: /windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server
- name: Deploy app upgrades on Windows 10 Mobile
href: deploy-app-upgrades-windows-10-mobile.md
- name: How to keep apps removed from Windows 10 from returning during an update - name: How to keep apps removed from Windows 10 from returning during an update
href: remove-provisioned-apps-during-update.md href: remove-provisioned-apps-during-update.md

View File

@ -22,7 +22,6 @@ ms.topic: article
**Applies to** **Applies to**
- Windows 10 - Windows 10
- Windows 10 Mobile
You can use the same management tools to manage all device types running Windows 10 : desktops, laptops, tablets, and phones. And your current management tools, such as Group Policy, Windows Management Instrumentation (WMI), PowerShell scripts, System Center tools, and so on, will continue to work for Windows 10. You can use the same management tools to manage all device types running Windows 10 : desktops, laptops, tablets, and phones. And your current management tools, such as Group Policy, Windows Management Instrumentation (WMI), PowerShell scripts, System Center tools, and so on, will continue to work for Windows 10.
@ -36,7 +35,7 @@ You can use the same management tools to manage all device types running Windows
| [New policies for Windows 10](new-policies-for-windows-10.md) | New Group Policy settings added in Windows 10 | | [New policies for Windows 10](new-policies-for-windows-10.md) | New Group Policy settings added in Windows 10 |
| [Group Policies that apply only to Windows 10 Enterprise and Windows 10 Education](group-policies-for-enterprise-and-education-editions.md) | Group Policy settings that apply only to Windows 10 Enterprise and Windows 10 Education | | [Group Policies that apply only to Windows 10 Enterprise and Windows 10 Education](group-policies-for-enterprise-and-education-editions.md) | Group Policy settings that apply only to Windows 10 Enterprise and Windows 10 Education |
| [Changes to Group Policy settings for Start in Windows 10](/windows/configuration/changes-to-start-policies-in-windows-10) | Changes to the Group Policy settings that you use to manage Start | | [Changes to Group Policy settings for Start in Windows 10](/windows/configuration/changes-to-start-policies-in-windows-10) | Changes to the Group Policy settings that you use to manage Start |
| [Introduction to configuration service providers (CSPs) for IT pros](/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers) | How IT pros and system administrators can take advantage of many settings available through CSPs to configure devices running Windows 10 and Windows 10 Mobile in their organizations | | [Introduction to configuration service providers (CSPs) for IT pros](/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers) | How IT pros and system administrators can take advantage of many settings available through CSPs to configure devices running Windows 10 in their organizations |
## Learn more ## Learn more

View File

@ -92,7 +92,7 @@ Note: Wild card characters cannot be used when specifying the host URLs.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Approved Installation Sites for ActiveX Controls* - GP Friendly name: *Approved Installation Sites for ActiveX Controls*
- GP name: *ApprovedActiveXInstallSites* - GP name: *ApprovedActiveXInstallSites*
- GP path: *Windows Components/ActiveX Installer Service* - GP path: *Windows Components/ActiveX Installer Service*
- GP ADMX file name: *ActiveXInstallService.admx* - GP ADMX file name: *ActiveXInstallService.admx*

View File

@ -95,7 +95,7 @@ If the trusted site uses the HTTPS protocol, this policy setting can also contro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Establish ActiveX installation policy for sites in Trusted zones* - GP Friendly name: *Establish ActiveX installation policy for sites in Trusted zones*
- GP name: *AxISURLZonePolicies* - GP name: *AxISURLZonePolicies*
- GP path: *Windows Components\ActiveX Installer Service* - GP path: *Windows Components\ActiveX Installer Service*
- GP ADMX file name: *ActiveXInstallService.admx* - GP ADMX file name: *ActiveXInstallService.admx*

View File

@ -125,7 +125,7 @@ If you disable this setting or do not configure it, all programs (Category: All)
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify default category for Add New Programs* - GP Friendly name: *Specify default category for Add New Programs*
- GP name: *DefaultCategory* - GP name: *DefaultCategory*
- GP path: *Control Panel/Add or Remove Programs* - GP path: *Control Panel/Add or Remove Programs*
- GP ADMX file name: *addremoveprograms.admx* - GP ADMX file name: *addremoveprograms.admx*
@ -206,7 +206,7 @@ If you disable this setting or do not configure it, the "Add a program from CD-R
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the "Add a program from CD-ROM or floppy disk" option* - GP Friendly name: *Hide the "Add a program from CD-ROM or floppy disk" option*
- GP name: *NoAddFromCDorFloppy* - GP name: *NoAddFromCDorFloppy*
- GP path: *Control Panel/Add or Remove Programs* - GP path: *Control Panel/Add or Remove Programs*
- GP ADMX file name: *addremoveprograms.admx* - GP ADMX file name: *addremoveprograms.admx*
@ -287,7 +287,7 @@ If you disable this setting or do not configure it, "Add programs from Microsoft
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the "Add programs from Microsoft" option* - GP Friendly name: *Hide the "Add programs from Microsoft" option*
- GP name: *NoAddFromInternet* - GP name: *NoAddFromInternet*
- GP path: *Control Panel/Add or Remove Programs* - GP path: *Control Panel/Add or Remove Programs*
- GP ADMX file name: *addremoveprograms.admx* - GP ADMX file name: *addremoveprograms.admx*
@ -370,7 +370,7 @@ If you disable this setting or do not configure it, "Add programs from your netw
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the "Add programs from your network" option* - GP Friendly name: *Hide the "Add programs from your network" option*
- GP name: *NoAddFromNetwork* - GP name: *NoAddFromNetwork*
- GP path: *Control Panel/Add or Remove Programs* - GP path: *Control Panel/Add or Remove Programs*
- GP ADMX file name: *addremoveprograms.admx* - GP ADMX file name: *addremoveprograms.admx*
@ -447,7 +447,7 @@ If you disable this setting or do not configure it, the Add New Programs button
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Add New Programs page* - GP Friendly name: *Hide Add New Programs page*
- GP name: *NoAddPage* - GP name: *NoAddPage*
- GP path: *Control Panel/Add or Remove Programs* - GP path: *Control Panel/Add or Remove Programs*
- GP ADMX file name: *addremoveprograms.admx* - GP ADMX file name: *addremoveprograms.admx*

View File

@ -131,7 +131,7 @@ If the status is set to Not Configured, the OS falls back on a local policy set
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent access to 16-bit applications* - GP Friendly name: *Prevent access to 16-bit applications*
- GP name: *AppCompatPrevent16BitMach* - GP name: *AppCompatPrevent16BitMach*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -202,7 +202,7 @@ Enabling this policy setting removes the property page from the context-menus, b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Program Compatibility Property Page* - GP Friendly name: *Remove Program Compatibility Property Page*
- GP name: *AppCompatRemoveProgramCompatPropPage* - GP name: *AppCompatRemoveProgramCompatPropPage*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -277,7 +277,7 @@ Disabling telemetry will take effect on any newly launched applications. To ensu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Application Telemetry* - GP Friendly name: *Turn off Application Telemetry*
- GP name: *AppCompatTurnOffApplicationImpactTelemetry* - GP name: *AppCompatTurnOffApplicationImpactTelemetry*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -353,7 +353,7 @@ Reboot the system after changing the setting to ensure that your system accurate
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off SwitchBack Compatibility Engine* - GP Friendly name: *Turn off SwitchBack Compatibility Engine*
- GP name: *AppCompatTurnOffSwitchBack* - GP name: *AppCompatTurnOffSwitchBack*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -431,7 +431,7 @@ This option is useful to server administrators who require faster performance an
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Application Compatibility Engine* - GP Friendly name: *Turn off Application Compatibility Engine*
- GP name: *AppCompatTurnOffEngine* - GP name: *AppCompatTurnOffEngine*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -498,7 +498,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting ex
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Program Compatibility Assistant* - GP Friendly name: *Turn off Program Compatibility Assistant*
- GP name: *AppCompatTurnOffProgramCompatibilityAssistant_1* - GP name: *AppCompatTurnOffProgramCompatibilityAssistant_1*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -572,7 +572,7 @@ If you disable or do not configure this policy setting, the PCA will be turned o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Program Compatibility Assistant* - GP Friendly name: *Turn off Program Compatibility Assistant*
- GP name: *AppCompatTurnOffProgramCompatibilityAssistant_2* - GP name: *AppCompatTurnOffProgramCompatibilityAssistant_2*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -645,7 +645,7 @@ If you disable or do not configure this policy setting, Steps Recorder will be e
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Steps Recorder* - GP Friendly name: *Turn off Steps Recorder*
- GP name: *AppCompatTurnOffUserActionRecord* - GP name: *AppCompatTurnOffUserActionRecord*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*
@ -721,7 +721,7 @@ If you disable or do not configure this policy setting, the Inventory Collector
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Inventory Collector* - GP Friendly name: *Turn off Inventory Collector*
- GP name: *AppCompatTurnOffProgramInventory* - GP name: *AppCompatTurnOffProgramInventory*
- GP path: *Windows Components/Application Compatibility* - GP path: *Windows Components/Application Compatibility*
- GP ADMX file name: *AppCompat.admx* - GP ADMX file name: *AppCompat.admx*

View File

@ -97,7 +97,7 @@ If you disable or do not configure this policy setting, Group Policy blocks depl
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow deployment operations in special profiles* - GP Friendly name: *Allow deployment operations in special profiles*
- GP name: *AllowDeploymentInSpecialProfiles* - GP name: *AllowDeploymentInSpecialProfiles*
- GP path: *Windows Components\App Package Deployment* - GP path: *Windows Components\App Package Deployment*
- GP ADMX file name: *AppxPackageManager.admx* - GP ADMX file name: *AppxPackageManager.admx*

View File

@ -99,7 +99,7 @@ If you disable or don't set this policy setting, Windows Store apps will only us
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on dynamic Content URI Rules for Windows store apps* - GP Friendly name: *Turn on dynamic Content URI Rules for Windows store apps*
- GP name: *AppxRuntimeApplicationContentUriRules* - GP name: *AppxRuntimeApplicationContentUriRules*
- GP path: *Windows Components\App runtime* - GP path: *Windows Components\App runtime*
- GP ADMX file name: *AppXRuntime.admx* - GP ADMX file name: *AppXRuntime.admx*
@ -169,7 +169,7 @@ If you disable or do not configure this policy setting, Windows Store apps can o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Block launching desktop apps associated with a file.* - GP Friendly name: *Block launching desktop apps associated with a file.*
- GP name: *AppxRuntimeBlockFileElevation* - GP name: *AppxRuntimeBlockFileElevation*
- GP path: *Windows Components\App runtime* - GP path: *Windows Components\App runtime*
- GP ADMX file name: *AppXRuntime.admx* - GP ADMX file name: *AppXRuntime.admx*
@ -241,7 +241,7 @@ If you disable or do not configure this policy setting, all Universal Windows ap
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Block launching Universal Windows apps with Windows Runtime API access from hosted content.* - GP Friendly name: *Block launching Universal Windows apps with Windows Runtime API access from hosted content.*
- GP name: *AppxRuntimeBlockHostedAppAccessWinRT* - GP name: *AppxRuntimeBlockHostedAppAccessWinRT*
- GP path: *Windows Components\App runtime* - GP path: *Windows Components\App runtime*
- GP ADMX file name: *AppXRuntime.admx* - GP ADMX file name: *AppXRuntime.admx*
@ -314,7 +314,7 @@ If you disable or do not configure this policy setting, Windows Store apps can o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Block launching desktop apps associated with a URI scheme* - GP Friendly name: *Block launching desktop apps associated with a URI scheme*
- GP name: *AppxRuntimeBlockProtocolElevation* - GP name: *AppxRuntimeBlockProtocolElevation*
- GP path: *Windows Components\App runtime* - GP path: *Windows Components\App runtime*
- GP ADMX file name: *AppXRuntime.admx* - GP ADMX file name: *AppXRuntime.admx*

View File

@ -108,7 +108,7 @@ If you do not configure this policy setting, Windows uses its default trust logi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Trust logic for file attachments* - GP Friendly name: *Trust logic for file attachments*
- GP name: *AM_EstimateFileHandlerRisk* - GP name: *AM_EstimateFileHandlerRisk*
- GP path: *Windows Components\Attachment Manager* - GP path: *Windows Components\Attachment Manager*
- GP ADMX file name: *AttachmentManager.admx* - GP ADMX file name: *AttachmentManager.admx*
@ -185,7 +185,7 @@ If you do not configure this policy setting, Windows sets the default risk level
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Default risk level for file attachments* - GP Friendly name: *Default risk level for file attachments*
- GP name: *AM_SetFileRiskLevel* - GP name: *AM_SetFileRiskLevel*
- GP path: *Windows Components\Attachment Manager* - GP path: *Windows Components\Attachment Manager*
- GP ADMX file name: *AttachmentManager.admx* - GP ADMX file name: *AttachmentManager.admx*
@ -256,7 +256,7 @@ If you do not configure this policy setting, Windows uses its built-in list of h
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Inclusion list for high risk file types* - GP Friendly name: *Inclusion list for high risk file types*
- GP name: *AM_SetHighRiskInclusion* - GP name: *AM_SetHighRiskInclusion*
- GP path: *Windows Components\Attachment Manager* - GP path: *Windows Components\Attachment Manager*
- GP ADMX file name: *AttachmentManager.admx* - GP ADMX file name: *AttachmentManager.admx*
@ -327,7 +327,7 @@ If you do not configure this policy setting, Windows uses its default trust logi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Inclusion list for low file types* - GP Friendly name: *Inclusion list for low file types*
- GP name: *AM_SetLowRiskInclusion* - GP name: *AM_SetLowRiskInclusion*
- GP path: *Windows Components\Attachment Manager* - GP path: *Windows Components\Attachment Manager*
- GP ADMX file name: *AttachmentManager.admx* - GP ADMX file name: *AttachmentManager.admx*
@ -398,7 +398,7 @@ If you do not configure this policy setting, Windows uses its default trust logi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Inclusion list for moderate risk file types* - GP Friendly name: *Inclusion list for moderate risk file types*
- GP name: *AM_SetModRiskInclusion* - GP name: *AM_SetModRiskInclusion*
- GP path: *Windows Components\Attachment Manager* - GP path: *Windows Components\Attachment Manager*
- GP ADMX file name: *AttachmentManager.admx* - GP ADMX file name: *AttachmentManager.admx*

View File

@ -95,7 +95,7 @@ Default is Not configured.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Include command line in process creation events* - GP Friendly name: *Include command line in process creation events*
- GP name: *IncludeCmdLine* - GP name: *IncludeCmdLine*
- GP path: *System/Audit Process Creation* - GP path: *System/Audit Process Creation*
- GP ADMX file name: *AuditSettings.admx* - GP ADMX file name: *AuditSettings.admx*

View File

@ -132,7 +132,7 @@ If you disable or do not configure this policy setting, the BITS client uses Win
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow the BITS client to use Windows Branch Cache* - GP Friendly name: *Do not allow the BITS client to use Windows Branch Cache*
- GP name: *BITS_DisableBranchCache* - GP name: *BITS_DisableBranchCache*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -204,7 +204,7 @@ If you disable or do not configure this policy setting, the computer attempts to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow the computer to act as a BITS Peercaching client* - GP Friendly name: *Do not allow the computer to act as a BITS Peercaching client*
- GP name: *BITS_DisablePeercachingClient* - GP name: *BITS_DisablePeercachingClient*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -276,7 +276,7 @@ If you disable or do not configure this policy setting, the computer will offer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow the computer to act as a BITS Peercaching server* - GP Friendly name: *Do not allow the computer to act as a BITS Peercaching server*
- GP name: *BITS_DisablePeercachingServer* - GP name: *BITS_DisablePeercachingServer*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -348,7 +348,7 @@ If you disable or do not configure this policy setting, the BITS peer caching fe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow BITS Peercaching* - GP Friendly name: *Allow BITS Peercaching*
- GP name: *BITS_EnablePeercaching* - GP name: *BITS_EnablePeercaching*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -425,7 +425,7 @@ If you disable this policy setting or do not configure it, the default value of
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum network bandwidth used for Peercaching* - GP Friendly name: *Limit the maximum network bandwidth used for Peercaching*
- GP name: *BITS_MaxBandwidthServedForPeers* - GP name: *BITS_MaxBandwidthServedForPeers*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -499,7 +499,7 @@ If you disable or do not configure this policy setting, the limits defined for w
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set up a maintenance schedule to limit the maximum network bandwidth used for BITS background transfers* - GP Friendly name: *Set up a maintenance schedule to limit the maximum network bandwidth used for BITS background transfers*
- GP name: *BITS_MaxBandwidthV2_Maintenance* - GP name: *BITS_MaxBandwidthV2_Maintenance*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -571,7 +571,7 @@ If you disable or do not configure this policy setting, BITS uses all available
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set up a work schedule to limit the maximum network bandwidth used for BITS background transfers* - GP Friendly name: *Set up a work schedule to limit the maximum network bandwidth used for BITS background transfers*
- GP name: *BITS_MaxBandwidthV2_Work* - GP name: *BITS_MaxBandwidthV2_Work*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -644,7 +644,7 @@ If you disable or do not configure this policy setting, the default size of the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the BITS Peercache size* - GP Friendly name: *Limit the BITS Peercache size*
- GP name: *BITS_MaxCacheSize* - GP name: *BITS_MaxCacheSize*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -716,7 +716,7 @@ If you disable or do not configure this policy setting, files that have not been
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the age of files in the BITS Peercache* - GP Friendly name: *Limit the age of files in the BITS Peercache*
- GP name: *BITS_MaxContentAge* - GP name: *BITS_MaxContentAge*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -789,7 +789,7 @@ If you disable or do not configure this policy setting, the default value of 90
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum BITS job download time* - GP Friendly name: *Limit the maximum BITS job download time*
- GP name: *BITS_MaxDownloadTime* - GP name: *BITS_MaxDownloadTime*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -861,7 +861,7 @@ If you disable or do not configure this policy setting, BITS will use the defaul
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum number of files allowed in a BITS job* - GP Friendly name: *Limit the maximum number of files allowed in a BITS job*
- GP name: *BITS_MaxFilesPerJob* - GP name: *BITS_MaxFilesPerJob*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -933,7 +933,7 @@ If you disable or do not configure this policy setting, BITS will use the defaul
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum number of BITS jobs for this computer* - GP Friendly name: *Limit the maximum number of BITS jobs for this computer*
- GP name: *BITS_MaxJobsPerMachine* - GP name: *BITS_MaxJobsPerMachine*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -1005,7 +1005,7 @@ If you disable or do not configure this policy setting, BITS will use the defaul
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum number of BITS jobs for each user* - GP Friendly name: *Limit the maximum number of BITS jobs for each user*
- GP name: *BITS_MaxJobsPerUser* - GP name: *BITS_MaxJobsPerUser*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*
@ -1077,7 +1077,7 @@ If you disable or do not configure this policy setting, BITS will limit ranges t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit the maximum number of ranges that can be added to the file in a BITS job* - GP Friendly name: *Limit the maximum number of ranges that can be added to the file in a BITS job*
- GP name: *BITS_MaxRangesPerFile* - GP name: *BITS_MaxRangesPerFile*
- GP path: *Network\Background Intelligent Transfer Service (BITS)* - GP path: *Network\Background Intelligent Transfer Service (BITS)*
- GP ADMX file name: *Bits.admx* - GP ADMX file name: *Bits.admx*

View File

@ -96,7 +96,7 @@ For information about supported cipher suites, see [Cipher Suites in TLS/SSL (Sc
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *SSL Cipher Suite Order* - GP Friendly name: *SSL Cipher Suite Order*
- GP name: *SSLCipherSuiteOrder* - GP name: *SSLCipherSuiteOrder*
- GP path: *Network/SSL Configuration Settings* - GP path: *Network/SSL Configuration Settings*
- GP ADMX file name: *CipherSuiteOrder.admx* - GP ADMX file name: *CipherSuiteOrder.admx*
@ -179,7 +179,7 @@ CertUtil.exe -DisplayEccCurve
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *ECC Curve Order* - GP Friendly name: *ECC Curve Order*
- GP name: *SSLCurveOrder* - GP name: *SSLCurveOrder*
- GP path: *Network/SSL Configuration Settings* - GP path: *Network/SSL Configuration Settings*
- GP ADMX file name: *CipherSuiteOrder.admx* - GP ADMX file name: *CipherSuiteOrder.admx*

View File

@ -98,7 +98,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Download missing COM components* - GP Friendly name: *Download missing COM components*
- GP name: *AppMgmt_COM_SearchForCLSID_1* - GP name: *AppMgmt_COM_SearchForCLSID_1*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *COM.admx* - GP ADMX file name: *COM.admx*
@ -173,7 +173,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Download missing COM components* - GP Friendly name: *Download missing COM components*
- GP name: *AppMgmt_COM_SearchForCLSID_2* - GP name: *AppMgmt_COM_SearchForCLSID_2*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *COM.admx* - GP ADMX file name: *COM.admx*

View File

@ -107,7 +107,7 @@ If both the "Hide specified Control Panel items" setting and the "Show only spec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide specified Control Panel items* - GP Friendly name: *Hide specified Control Panel items*
- GP name: *DisallowCpls* - GP name: *DisallowCpls*
- GP path: *Control Panel* - GP path: *Control Panel*
- GP ADMX file name: *ControlPanel.admx* - GP ADMX file name: *ControlPanel.admx*
@ -181,7 +181,7 @@ If this policy setting is not configured, the Control Panel opens to the view us
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Always open All Control Panel Items when opening Control Panel* - GP Friendly name: *Always open All Control Panel Items when opening Control Panel*
- GP name: *ForceClassicControlPanel* - GP name: *ForceClassicControlPanel*
- GP path: *Control Panel* - GP path: *Control Panel*
- GP ADMX file name: *ControlPanel.admx* - GP ADMX file name: *ControlPanel.admx*
@ -262,7 +262,7 @@ If users try to select a Control Panel item from the Properties item on a contex
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to Control Panel and PC settings* - GP Friendly name: *Prohibit access to Control Panel and PC settings*
- GP name: *NoControlPanel* - GP name: *NoControlPanel*
- GP path: *Control Panel* - GP path: *Control Panel*
- GP ADMX file name: *ControlPanel.admx* - GP ADMX file name: *ControlPanel.admx*
@ -339,7 +339,7 @@ If both the "Hide specified Control Panel items" setting and the "Show only spec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show only specified Control Panel items* - GP Friendly name: *Show only specified Control Panel items*
- GP name: *RestrictCpls* - GP name: *RestrictCpls*
- GP path: *Control Panel* - GP path: *Control Panel*
- GP ADMX file name: *ControlPanel.admx* - GP ADMX file name: *ControlPanel.admx*

View File

@ -159,7 +159,7 @@ Also, see the "Prohibit access to the Control Panel" (User Configuration\Adminis
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable the Display Control Panel* - GP Friendly name: *Disable the Display Control Panel*
- GP name: *CPL_Display_Disable* - GP name: *CPL_Display_Disable*
- GP path: *Control Panel\Display* - GP path: *Control Panel\Display*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -226,7 +226,7 @@ This setting prevents users from using Control Panel to add, configure, or chang
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Settings tab* - GP Friendly name: *Hide Settings tab*
- GP name: *CPL_Display_HideSettings* - GP name: *CPL_Display_HideSettings*
- GP path: *Control Panel\Display* - GP path: *Control Panel\Display*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -297,7 +297,7 @@ For Windows 7 and later, use the "Prevent changing color and appearance" setting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing color scheme* - GP Friendly name: *Prevent changing color scheme*
- GP name: *CPL_Personalization_DisableColorSchemeChoice* - GP name: *CPL_Personalization_DisableColorSchemeChoice*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -369,7 +369,7 @@ If you disable or do not configure this setting, there is no effect.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing theme* - GP Friendly name: *Prevent changing theme*
- GP name: *CPL_Personalization_DisableThemeChange* - GP name: *CPL_Personalization_DisableThemeChange*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -438,7 +438,7 @@ When enabled on Windows XP and later systems, this setting prevents users and ap
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing visual style for windows and buttons* - GP Friendly name: *Prevent changing visual style for windows and buttons*
- GP name: *CPL_Personalization_DisableVisualStyle* - GP name: *CPL_Personalization_DisableVisualStyle*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -511,7 +511,7 @@ Also, see the "Prevent changing Screen Saver" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable screen saver* - GP Friendly name: *Enable screen saver*
- GP name: *CPL_Personalization_EnableScreenSaver* - GP name: *CPL_Personalization_EnableScreenSaver*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -584,7 +584,7 @@ Note: This setting only applies to Enterprise, Education, and Server SKUs.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force a specific default lock screen and logon image* - GP Friendly name: *Force a specific default lock screen and logon image*
- GP name: *CPL_Personalization_ForceDefaultLockScreen* - GP name: *CPL_Personalization_ForceDefaultLockScreen*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -653,7 +653,7 @@ If you disable or do not configure this setting, a user may change the font size
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit selection of visual style font size* - GP Friendly name: *Prohibit selection of visual style font size*
- GP name: *CPL_Personalization_LockFontSize* - GP name: *CPL_Personalization_LockFontSize*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -722,7 +722,7 @@ If you enable this setting, the user will not be able to change their lock scree
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing lock screen and logon image* - GP Friendly name: *Prevent changing lock screen and logon image*
- GP name: *CPL_Personalization_NoChangingLockScreen* - GP name: *CPL_Personalization_NoChangingLockScreen*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -795,7 +795,7 @@ If the "Force a specific Start background" policy is also set on a supported ver
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing start menu background* - GP Friendly name: *Prevent changing start menu background*
- GP name: *CPL_Personalization_NoChangingStartMenuBackground* - GP name: *CPL_Personalization_NoChangingStartMenuBackground*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -866,7 +866,7 @@ For systems prior to Windows Vista, this setting hides the Appearance and Themes
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing color and appearance* - GP Friendly name: *Prevent changing color and appearance*
- GP name: *CPL_Personalization_NoColorAppearanceUI* - GP name: *CPL_Personalization_NoColorAppearanceUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -941,7 +941,7 @@ Also, see the "Allow only bitmapped wallpaper" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing desktop background* - GP Friendly name: *Prevent changing desktop background*
- GP name: *CPL_Personalization_NoDesktopBackgroundUI* - GP name: *CPL_Personalization_NoDesktopBackgroundUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1012,7 +1012,7 @@ For systems prior to Windows Vista, this setting also hides the Desktop tab in t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing desktop icons* - GP Friendly name: *Prevent changing desktop icons*
- GP name: *CPL_Personalization_NoDesktopIconsUI* - GP name: *CPL_Personalization_NoDesktopIconsUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1081,7 +1081,7 @@ If you disable or do not configure this policy setting, users that are not requi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not display the lock screen* - GP Friendly name: *Do not display the lock screen*
- GP name: *CPL_Personalization_NoLockScreen* - GP name: *CPL_Personalization_NoLockScreen*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1150,7 +1150,7 @@ If you enable this setting, none of the mouse pointer scheme settings can be cha
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing mouse pointers* - GP Friendly name: *Prevent changing mouse pointers*
- GP name: *CPL_Personalization_NoMousePointersUI* - GP name: *CPL_Personalization_NoMousePointersUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1217,7 +1217,7 @@ This setting prevents users from using Control Panel to add, configure, or chang
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing screen saver* - GP Friendly name: *Prevent changing screen saver*
- GP name: *CPL_Personalization_NoScreenSaverUI* - GP name: *CPL_Personalization_NoScreenSaverUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1286,7 +1286,7 @@ If you enable this setting, none of the Sound Scheme settings can be changed by
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changing sounds* - GP Friendly name: *Prevent changing sounds*
- GP name: *CPL_Personalization_NoSoundSchemeUI* - GP name: *CPL_Personalization_NoSoundSchemeUI*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1355,7 +1355,7 @@ If this setting is enabled, the background and accent colors of Windows will be
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force a specific background and accent color* - GP Friendly name: *Force a specific background and accent color*
- GP name: *CPL_Personalization_PersonalColors* - GP name: *CPL_Personalization_PersonalColors*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1431,7 +1431,7 @@ To ensure that a computer will be password protected, enable the "Enable Screen
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Password protect the screen saver* - GP Friendly name: *Password protect the screen saver*
- GP name: *CPL_Personalization_ScreenSaverIsSecure* - GP name: *CPL_Personalization_ScreenSaverIsSecure*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1510,7 +1510,7 @@ When not configured, whatever wait time is set on the client through the Screen
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Screen saver timeout* - GP Friendly name: *Screen saver timeout*
- GP name: *CPL_Personalization_ScreenSaverTimeOut* - GP name: *CPL_Personalization_ScreenSaverTimeOut*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1586,7 +1586,7 @@ If the specified screen saver is not installed on a computer to which this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force specific screen saver* - GP Friendly name: *Force specific screen saver*
- GP name: *CPL_Personalization_SetScreenSaver* - GP name: *CPL_Personalization_SetScreenSaver*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1655,7 +1655,7 @@ If you disable or do not configure this setting, the default theme will be appli
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Load a specific theme* - GP Friendly name: *Load a specific theme*
- GP name: *CPL_Personalization_SetTheme* - GP name: *CPL_Personalization_SetTheme*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1733,7 +1733,7 @@ If you disable or do not configure this setting, the users can select the visual
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force a specific visual style file or force Windows Classic* - GP Friendly name: *Force a specific visual style file or force Windows Classic*
- GP name: *CPL_Personalization_SetVisualStyle* - GP name: *CPL_Personalization_SetVisualStyle*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*
@ -1802,7 +1802,7 @@ If this setting is set to a nonzero value, then Start uses the specified backgro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force a specific Start background* - GP Friendly name: *Force a specific Start background*
- GP name: *CPL_Personalization_StartBackground* - GP name: *CPL_Personalization_StartBackground*
- GP path: *Control Panel\Personalization* - GP path: *Control Panel\Personalization*
- GP ADMX file name: *ControlPanelDisplay.admx* - GP ADMX file name: *ControlPanelDisplay.admx*

View File

@ -93,7 +93,7 @@ If you disable or do not configure this policy setting, users will be able to cu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Apply the default account picture to all users* - GP Friendly name: *Apply the default account picture to all users*
- GP name: *UseDefaultTile* - GP name: *UseDefaultTile*
- GP path: *Control Panel/User Accounts* - GP path: *Control Panel/User Accounts*
- GP ADMX file name: *Cpls.admx* - GP ADMX file name: *Cpls.admx*

View File

@ -100,7 +100,7 @@ If you don't configure this policy setting on a workgroup device, a user on a Co
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow users to select when a password is required when resuming from connected standby* - GP Friendly name: *Allow users to select when a password is required when resuming from connected standby*
- GP name: *AllowDomainDelayLock* - GP name: *AllowDomainDelayLock*
- GP path: *System\Logon* - GP path: *System\Logon*
- GP ADMX file name: *CredentialProviders.admx* - GP ADMX file name: *CredentialProviders.admx*
@ -172,7 +172,7 @@ If you disable or do not configure this policy setting, the system picks the def
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Assign a default credential provider* - GP Friendly name: *Assign a default credential provider*
- GP name: *DefaultCredentialProvider* - GP name: *DefaultCredentialProvider*
- GP path: *System\Logon* - GP path: *System\Logon*
- GP ADMX file name: *CredentialProviders.admx* - GP ADMX file name: *CredentialProviders.admx*
@ -245,7 +245,7 @@ If you disable or do not configure this policy, all installed and otherwise enab
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Exclude credential providers* - GP Friendly name: *Exclude credential providers*
- GP name: *ExcludedCredentialProviders* - GP name: *ExcludedCredentialProviders*
- GP path: *System\Logon* - GP path: *System\Logon*
- GP ADMX file name: *CredentialProviders.admx* - GP ADMX file name: *CredentialProviders.admx*

View File

@ -131,7 +131,7 @@ If you disable or do not configure (by default) this policy setting, delegation
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating default credentials with NTLM-only server authentication* - GP Friendly name: *Allow delegating default credentials with NTLM-only server authentication*
- GP name: *AllowDefCredentialsWhenNTLMOnly* - GP name: *AllowDefCredentialsWhenNTLMOnly*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -216,7 +216,7 @@ https://go.microsoft.com/fwlink/?LinkId=301508
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating default credentials* - GP Friendly name: *Allow delegating default credentials*
- GP name: *AllowDefaultCredentials* - GP name: *AllowDefaultCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -296,7 +296,7 @@ For more information about the vulnerability and servicing requirements for prot
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Encryption Oracle Remediation* - GP Friendly name: *Encryption Oracle Remediation*
- GP name: *AllowEncryptionOracle* - GP name: *AllowEncryptionOracle*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -378,7 +378,7 @@ If you disable this policy setting, delegation of fresh credentials is not permi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating fresh credentials* - GP Friendly name: *Allow delegating fresh credentials*
- GP name: *AllowFreshCredentials* - GP name: *AllowFreshCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -460,7 +460,7 @@ If you disable this policy setting, delegation of fresh credentials is not permi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating fresh credentials with NTLM-only server authentication* - GP Friendly name: *Allow delegating fresh credentials with NTLM-only server authentication*
- GP name: *AllowFreshCredentialsWhenNTLMOnly* - GP name: *AllowFreshCredentialsWhenNTLMOnly*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -542,7 +542,7 @@ If you disable this policy setting, delegation of saved credentials is not permi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating saved credentials* - GP Friendly name: *Allow delegating saved credentials*
- GP name: *AllowSavedCredentials* - GP name: *AllowSavedCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -624,7 +624,7 @@ If you disable this policy setting, delegation of saved credentials is not permi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow delegating saved credentials with NTLM-only server authentication* - GP Friendly name: *Allow delegating saved credentials with NTLM-only server authentication*
- GP name: *AllowSavedCredentialsWhenNTLMOnly* - GP name: *AllowSavedCredentialsWhenNTLMOnly*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -704,7 +704,7 @@ This policy setting can be used in combination with the "Allow delegating defaul
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Deny delegating default credentials* - GP Friendly name: *Deny delegating default credentials*
- GP name: *DenyDefaultCredentials* - GP name: *DenyDefaultCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -784,7 +784,7 @@ This policy setting can be used in combination with the "Allow delegating fresh
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Deny delegating fresh credentials* - GP Friendly name: *Deny delegating fresh credentials*
- GP name: *DenyFreshCredentials* - GP name: *DenyFreshCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -864,7 +864,7 @@ This policy setting can be used in combination with the "Allow delegating saved
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Deny delegating saved credentials* - GP Friendly name: *Deny delegating saved credentials*
- GP name: *DenySavedCredentials* - GP name: *DenySavedCredentials*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*
@ -945,7 +945,7 @@ If you disable or do not configure this policy setting, Restricted Admin and Rem
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict delegation of credentials to remote servers* - GP Friendly name: *Restrict delegation of credentials to remote servers*
- GP name: *RestrictedRemoteAdministration* - GP name: *RestrictedRemoteAdministration*
- GP path: *System\Credentials Delegation* - GP path: *System\Credentials Delegation*
- GP ADMX file name: *CredSsp.admx* - GP ADMX file name: *CredSsp.admx*

View File

@ -96,7 +96,7 @@ If you disable or do not configure this policy setting, users will enter Windows
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Require trusted path for credential entry* - GP Friendly name: *Require trusted path for credential entry*
- GP name: *EnableSecureCredentialPrompting* - GP name: *EnableSecureCredentialPrompting*
- GP path: *Windows Components\Credential User Interface* - GP path: *Windows Components\Credential User Interface*
- GP ADMX file name: *CredUI.admx* - GP ADMX file name: *CredUI.admx*
@ -161,7 +161,7 @@ Available in the latest Windows 10 Insider Preview Build. If you turn this polic
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent the use of security questions for local accounts* - GP Friendly name: *Prevent the use of security questions for local accounts*
- GP name: *NoLocalPasswordResetQuestions* - GP name: *NoLocalPasswordResetQuestions*
- GP path: *Windows Components\Credential User Interface* - GP path: *Windows Components\Credential User Interface*
- GP ADMX file name: *CredUI.admx* - GP ADMX file name: *CredUI.admx*

View File

@ -99,7 +99,7 @@ However, users are still able to change their password when prompted by the syst
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Change Password* - GP Friendly name: *Remove Change Password*
- GP name: *DisableChangePassword* - GP name: *DisableChangePassword*
- GP path: *System/Ctrl+Alt+Del Options* - GP path: *System/Ctrl+Alt+Del Options*
- GP ADMX file name: *CtrlAltDel.admx* - GP ADMX file name: *CtrlAltDel.admx*
@ -174,7 +174,7 @@ If you disable or do not configure this policy setting, users will be able to lo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Lock Computer* - GP Friendly name: *Remove Lock Computer*
- GP name: *DisableLockWorkstation* - GP name: *DisableLockWorkstation*
- GP path: *System/Ctrl+Alt+Del Options* - GP path: *System/Ctrl+Alt+Del Options*
- GP ADMX file name: *CtrlAltDel.admx* - GP ADMX file name: *CtrlAltDel.admx*
@ -244,7 +244,7 @@ If you disable or do not configure this policy setting, users can access Task Ma
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Task Manager* - GP Friendly name: *Remove Task Manager*
- GP name: *DisableTaskMgr* - GP name: *DisableTaskMgr*
- GP path: *System/Ctrl+Alt+Del Options* - GP path: *System/Ctrl+Alt+Del Options*
- GP ADMX file name: *CtrlAltDel.admx* - GP ADMX file name: *CtrlAltDel.admx*
@ -315,7 +315,7 @@ If you disable or do not configure this policy setting, users can see and select
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Logoff* - GP Friendly name: *Remove Logoff*
- GP name: *NoLogoff* - GP name: *NoLogoff*
- GP path: *System/Ctrl+Alt+Del Options* - GP path: *System/Ctrl+Alt+Del Options*
- GP ADMX file name: *CtrlAltDel.admx* - GP ADMX file name: *CtrlAltDel.admx*

View File

@ -90,7 +90,7 @@ If you disable or do not configure this policy setting, then Microsoft will not
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure the Commercial ID* - GP Friendly name: *Configure the Commercial ID*
- GP name: *CommercialIdPolicy* - GP name: *CommercialIdPolicy*
- GP path: *Windows Components\Data Collection and Preview Builds* - GP path: *Windows Components\Data Collection and Preview Builds*
- GP ADMX file name: *DataCollection.admx* - GP ADMX file name: *DataCollection.admx*

View File

@ -176,7 +176,7 @@ To see the filter bar, open Network Locations, click Entire Network, and then cl
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable filter in Find dialog box* - GP Friendly name: *Enable filter in Find dialog box*
- GP name: *AD_EnableFilter* - GP name: *AD_EnableFilter*
- GP path: *Desktop\Active Directory* - GP path: *Desktop\Active Directory*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -249,7 +249,7 @@ This setting is designed to let users search Active Directory but not tempt them
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Active Directory folder* - GP Friendly name: *Hide Active Directory folder*
- GP name: *AD_HideDirectoryFolder* - GP name: *AD_HideDirectoryFolder*
- GP path: *Desktop\Active Directory* - GP path: *Desktop\Active Directory*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -320,7 +320,7 @@ This setting is designed to protect the network and the domain controller from t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Maximum size of Active Directory searches* - GP Friendly name: *Maximum size of Active Directory searches*
- GP name: *AD_QueryLimit* - GP name: *AD_QueryLimit*
- GP path: *Desktop\Active Directory* - GP path: *Desktop\Active Directory*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -392,7 +392,7 @@ If you disable this setting or do not configure it, Active Desktop is disabled b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Active Desktop* - GP Friendly name: *Enable Active Desktop*
- GP name: *ForceActiveDesktopOn* - GP name: *ForceActiveDesktopOn*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -464,7 +464,7 @@ If you disable this setting or do not configure it, Active Desktop is disabled b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable Active Desktop* - GP Friendly name: *Disable Active Desktop*
- GP name: *NoActiveDesktop* - GP name: *NoActiveDesktop*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -531,7 +531,7 @@ This is a comprehensive setting that locks down the configuration you establish
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit changes* - GP Friendly name: *Prohibit changes*
- GP name: *NoActiveDesktopChanges* - GP name: *NoActiveDesktopChanges*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -600,7 +600,7 @@ Also, see "Items displayed in Places Bar" in User Configuration\Administrative T
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide and disable all items on the desktop* - GP Friendly name: *Hide and disable all items on the desktop*
- GP name: *NoDesktop* - GP name: *NoDesktop*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -672,7 +672,7 @@ If you disable this setting or do not configure it, the default behavior of the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the Desktop Cleanup Wizard* - GP Friendly name: *Remove the Desktop Cleanup Wizard*
- GP name: *NoDesktopCleanupWizard* - GP name: *NoDesktopCleanupWizard*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -739,7 +739,7 @@ This setting does not prevent the user from starting Internet Explorer by using
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Internet Explorer icon on desktop* - GP Friendly name: *Hide Internet Explorer icon on desktop*
- GP name: *NoInternetIcon* - GP name: *NoInternetIcon*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -813,7 +813,7 @@ If you do not configure this setting, the default is to display Computer as usua
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Computer icon on the desktop* - GP Friendly name: *Remove Computer icon on the desktop*
- GP name: *NoMyComputerIcon* - GP name: *NoMyComputerIcon*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -887,7 +887,7 @@ This setting does not remove the My Documents icon from the Start menu. To do so
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove My Documents icon on the desktop* - GP Friendly name: *Remove My Documents icon on the desktop*
- GP name: *NoMyDocumentsIcon* - GP name: *NoMyDocumentsIcon*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -957,7 +957,7 @@ This setting only affects the desktop icon. It does not prevent users from conne
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Network Locations icon on desktop* - GP Friendly name: *Hide Network Locations icon on desktop*
- GP name: *NoNetHood* - GP name: *NoNetHood*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1026,7 +1026,7 @@ If you disable or do not configure this setting, the Properties option is displa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Properties from the Computer icon context menu* - GP Friendly name: *Remove Properties from the Computer icon context menu*
- GP name: *NoPropertiesMyComputer* - GP name: *NoPropertiesMyComputer*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1099,7 +1099,7 @@ If you disable or do not configure this policy setting, the Properties menu comm
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Properties from the Documents icon context menu* - GP Friendly name: *Remove Properties from the Documents icon context menu*
- GP name: *NoPropertiesMyDocuments* - GP name: *NoPropertiesMyDocuments*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1168,7 +1168,7 @@ If you enable this setting, shared folders are not added to Network Locations au
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not add shares of recently opened documents to Network Locations* - GP Friendly name: *Do not add shares of recently opened documents to Network Locations*
- GP name: *NoRecentDocsNetHood* - GP name: *NoRecentDocsNetHood*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1240,7 +1240,7 @@ This setting does not prevent the user from using other methods to gain access t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Recycle Bin icon from desktop* - GP Friendly name: *Remove Recycle Bin icon from desktop*
- GP name: *NoRecycleBinIcon* - GP name: *NoRecycleBinIcon*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1309,7 +1309,7 @@ If you disable or do not configure this setting, the Properties option is displa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Properties from the Recycle Bin context menu* - GP Friendly name: *Remove Properties from the Recycle Bin context menu*
- GP name: *NoRecycleBinProperties* - GP name: *NoRecycleBinProperties*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1376,7 +1376,7 @@ If you enable this setting, users can change the desktop, but some changes, such
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Don't save settings at exit* - GP Friendly name: *Don't save settings at exit*
- GP name: *NoSaveSettings* - GP name: *NoSaveSettings*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1445,7 +1445,7 @@ If you disable or do not configure this policy, this window minimizing and resto
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Aero Shake window minimizing mouse gesture* - GP Friendly name: *Turn off Aero Shake window minimizing mouse gesture*
- GP name: *NoWindowMinimizingShortcuts* - GP name: *NoWindowMinimizingShortcuts*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1521,7 +1521,7 @@ Also, see the "Allow only bitmapped wallpaper" in the same location, and the "Pr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Desktop Wallpaper* - GP Friendly name: *Desktop Wallpaper*
- GP name: *Wallpaper* - GP name: *Wallpaper*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1590,7 +1590,7 @@ Also, see the "Disable all items" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit adding items* - GP Friendly name: *Prohibit adding items*
- GP name: *sz_ATC_DisableAdd* - GP name: *sz_ATC_DisableAdd*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1662,7 +1662,7 @@ If you enable this setting, items added to the desktop cannot be closed; they al
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit closing items* - GP Friendly name: *Prohibit closing items*
- GP name: *sz_ATC_DisableClose* - GP name: *sz_ATC_DisableClose*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1733,7 +1733,7 @@ Also, see the "Prohibit closing items" and "Disable all items" settings.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit deleting items* - GP Friendly name: *Prohibit deleting items*
- GP name: *sz_ATC_DisableDel* - GP name: *sz_ATC_DisableDel*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1800,7 +1800,7 @@ This setting disables the Properties button on the Web tab in Display in Control
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit editing items* - GP Friendly name: *Prohibit editing items*
- GP name: *sz_ATC_DisableEdit* - GP name: *sz_ATC_DisableEdit*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1870,7 +1870,7 @@ This setting removes all Active Desktop items from the desktop. It also removes
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable all items* - GP Friendly name: *Disable all items*
- GP name: *sz_ATC_NoComponents* - GP name: *sz_ATC_NoComponents*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -1945,7 +1945,7 @@ You can also use this setting to delete particular Web-based items from users' d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add/Delete items* - GP Friendly name: *Add/Delete items*
- GP name: *sz_AdminComponents_Title* - GP name: *sz_AdminComponents_Title*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -2020,7 +2020,7 @@ Also, see the "Prohibit adjusting desktop toolbars" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent adding, dragging, dropping and closing the Taskbar's toolbars* - GP Friendly name: *Prevent adding, dragging, dropping and closing the Taskbar's toolbars*
- GP name: *sz_DB_DragDropClose* - GP name: *sz_DB_DragDropClose*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -2092,7 +2092,7 @@ Also, see the "Prevent adding, dragging, dropping and closing the Taskbar's tool
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit adjusting desktop toolbars* - GP Friendly name: *Prohibit adjusting desktop toolbars*
- GP name: *sz_DB_Moving* - GP name: *sz_DB_Moving*
- GP path: *Desktop* - GP path: *Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*
@ -2159,7 +2159,7 @@ Also, see the "Desktop Wallpaper" and the "Prevent changing wallpaper" (in User
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow only bitmapped wallpaper* - GP Friendly name: *Allow only bitmapped wallpaper*
- GP name: *sz_DWP_NoHTMLPaper* - GP name: *sz_DWP_NoHTMLPaper*
- GP path: *Desktop\Desktop* - GP path: *Desktop\Desktop*
- GP ADMX file name: *Desktop.admx* - GP ADMX file name: *Desktop.admx*

View File

@ -111,7 +111,7 @@ If you disable or do not configure this policy setting, members of the Administr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow administrators to override Device Installation Restriction policies* - GP Friendly name: *Allow administrators to override Device Installation Restriction policies*
- GP name: *DeviceInstall_AllowAdminInstall* - GP name: *DeviceInstall_AllowAdminInstall*
- GP path: *System\Device Installation\Device Installation Restrictions* - GP path: *System\Device Installation\Device Installation Restrictions*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -180,7 +180,7 @@ If you disable or do not configure this policy setting, Windows displays a defau
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display a custom message when installation is prevented by a policy setting* - GP Friendly name: *Display a custom message when installation is prevented by a policy setting*
- GP name: *DeviceInstall_DeniedPolicy_DetailText* - GP name: *DeviceInstall_DeniedPolicy_DetailText*
- GP path: *System\Device Installation\Device Installation Restrictions* - GP path: *System\Device Installation\Device Installation Restrictions*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -249,7 +249,7 @@ If you disable or do not configure this policy setting, Windows displays a defau
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display a custom message title when device installation is prevented by a policy setting* - GP Friendly name: *Display a custom message title when device installation is prevented by a policy setting*
- GP name: *DeviceInstall_DeniedPolicy_SimpleText* - GP name: *DeviceInstall_DeniedPolicy_SimpleText*
- GP path: *System\Device Installation\Device Installation Restrictions* - GP path: *System\Device Installation\Device Installation Restrictions*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -318,7 +318,7 @@ If you disable or do not configure this policy setting, Windows waits 240 second
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure device installation time-out* - GP Friendly name: *Configure device installation time-out*
- GP name: *DeviceInstall_InstallTimeout* - GP name: *DeviceInstall_InstallTimeout*
- GP path: *System\Device Installation* - GP path: *System\Device Installation*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -389,7 +389,7 @@ Note: If no reboot is forced, the device installation restriction right will not
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Time (in seconds) to force reboot when required for policy changes to take effect* - GP Friendly name: *Time (in seconds) to force reboot when required for policy changes to take effect*
- GP name: *DeviceInstall_Policy_RebootTime* - GP name: *DeviceInstall_Policy_RebootTime*
- GP path: *System\Device Installation\Device Installation Restrictions* - GP path: *System\Device Installation\Device Installation Restrictions*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -457,7 +457,7 @@ If you disable or do not configure this policy setting, Windows can install and
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent installation of removable devices* - GP Friendly name: *Prevent installation of removable devices*
- GP name: *DeviceInstall_Removable_Deny* - GP name: *DeviceInstall_Removable_Deny*
- GP path: *System\Device Installation\Device Installation Restrictions* - GP path: *System\Device Installation\Device Installation Restrictions*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -526,7 +526,7 @@ If you disable or do not configure this policy setting, Windows creates a system
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent creation of a system restore point during device activity that would normally prompt creation of a restore point* - GP Friendly name: *Prevent creation of a system restore point during device activity that would normally prompt creation of a restore point*
- GP name: *DeviceInstall_SystemRestore* - GP name: *DeviceInstall_SystemRestore*
- GP path: *System\Device Installation* - GP path: *System\Device Installation*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*
@ -596,7 +596,7 @@ If you disable or do not configure this policy setting, only members of the Admi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow non-administrators to install drivers for these device setup classes* - GP Friendly name: *Allow non-administrators to install drivers for these device setup classes*
- GP name: *DriverInstall_Classes_AllowUser* - GP name: *DriverInstall_Classes_AllowUser*
- GP path: *System\Device Installation* - GP path: *System\Device Installation*
- GP ADMX file name: *DeviceInstallation.admx* - GP ADMX file name: *DeviceInstallation.admx*

View File

@ -93,7 +93,7 @@ If you disable or do not configure this policy setting, "Found New Hardware" bal
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off "Found New Hardware" balloons during device installation* - GP Friendly name: *Turn off "Found New Hardware" balloons during device installation*
- GP name: *DeviceInstall_BalloonTips* - GP name: *DeviceInstall_BalloonTips*
- GP path: *System\Device Installation* - GP path: *System\Device Installation*
- GP ADMX file name: *DeviceSetup.admx* - GP ADMX file name: *DeviceSetup.admx*
@ -164,7 +164,7 @@ If you disable or do not configure this policy setting, members of the Administr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify search order for device driver source locations* - GP Friendly name: *Specify search order for device driver source locations*
- GP name: *DriverSearchPlaces_SearchOrderConfiguration* - GP name: *DriverSearchPlaces_SearchOrderConfiguration*
- GP path: *System\Device Installation* - GP path: *System\Device Installation*
- GP ADMX file name: *DeviceSetup.admx* - GP ADMX file name: *DeviceSetup.admx*

View File

@ -95,7 +95,7 @@ If you disable or do not configure this setting, Digital Locker can be run.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow Digital Locker to run* - GP Friendly name: *Do not allow Digital Locker to run*
- GP name: *Digitalx_DiableApplication_TitleText_1* - GP name: *Digitalx_DiableApplication_TitleText_1*
- GP path: *Windows Components/Digital Locker* - GP path: *Windows Components/Digital Locker*
- GP ADMX file name: *DigitalLocker.admx* - GP ADMX file name: *DigitalLocker.admx*
@ -166,7 +166,7 @@ If you disable or do not configure this setting, Digital Locker can be run.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow Digital Locker to run* - GP Friendly name: *Do not allow Digital Locker to run*
- GP name: *Digitalx_DiableApplication_TitleText_2* - GP name: *Digitalx_DiableApplication_TitleText_2*
- GP path: *Windows Components/Digital Locker* - GP path: *Windows Components/Digital Locker*
- GP ADMX file name: *DigitalLocker.admx* - GP ADMX file name: *DigitalLocker.admx*

View File

@ -92,7 +92,7 @@ This policy should not be set unless the DLT server is running on all domain con
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow Distributed Link Tracking clients to use domain resources* - GP Friendly name: *Allow Distributed Link Tracking clients to use domain resources*
- GP name: *DLT_AllowDomainMode* - GP name: *DLT_AllowDomainMode*
- GP path: *Windows\System!DLT_AllowDomainMode* - GP path: *Windows\System!DLT_AllowDomainMode*
- GP ADMX file name: *DistributedLinkTracking.admx* - GP ADMX file name: *DistributedLinkTracking.admx*

View File

@ -153,7 +153,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow NetBT queries for fully qualified domain names* - GP Friendly name: *Allow NetBT queries for fully qualified domain names*
- GP name: *DNS_AllowFQDNNetBiosQueries* - GP name: *DNS_AllowFQDNNetBiosQueries*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -229,7 +229,7 @@ If you do not configure this policy setting, computers will use their local DNS
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow DNS suffix appending to unqualified multi-label name queries* - GP Friendly name: *Allow DNS suffix appending to unqualified multi-label name queries*
- GP name: *DNS_AppendToMultiLabelName* - GP name: *DNS_AppendToMultiLabelName*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -298,7 +298,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Connection-specific DNS suffix* - GP Friendly name: *Connection-specific DNS suffix*
- GP name: *DNS_Domain* - GP name: *DNS_Domain*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -384,7 +384,7 @@ If you disable this policy setting or do not configure it, DNS clients use the d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Primary DNS suffix devolution level* - GP Friendly name: *Primary DNS suffix devolution level*
- GP name: *DNS_DomainNameDevolutionLevel* - GP name: *DNS_DomainNameDevolutionLevel*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -454,7 +454,7 @@ If this policy setting is disabled, or if this policy setting is not configured,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off IDN encoding* - GP Friendly name: *Turn off IDN encoding*
- GP name: *DNS_IdnEncoding* - GP name: *DNS_IdnEncoding*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -523,7 +523,7 @@ If this policy setting is disabled, or if this policy setting is not configured,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IDN mapping* - GP Friendly name: *IDN mapping*
- GP name: *DNS_IdnMapping* - GP name: *DNS_IdnMapping*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -594,7 +594,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *DNS servers* - GP Friendly name: *DNS servers*
- GP name: *DNS_NameServer* - GP name: *DNS_NameServer*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -666,7 +666,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prefer link local responses over DNS when received over a network with higher precedence* - GP Friendly name: *Prefer link local responses over DNS when received over a network with higher precedence*
- GP name: *DNS_PreferLocalResponsesOverLowerOrderDns* - GP name: *DNS_PreferLocalResponsesOverLowerOrderDns*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -742,7 +742,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Primary DNS suffix* - GP Friendly name: *Primary DNS suffix*
- GP name: *DNS_PrimaryDnsSuffix* - GP name: *DNS_PrimaryDnsSuffix*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -816,7 +816,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Register DNS records with connection-specific DNS suffix* - GP Friendly name: *Register DNS records with connection-specific DNS suffix*
- GP name: *DNS_RegisterAdapterName* - GP name: *DNS_RegisterAdapterName*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -892,7 +892,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Register PTR records* - GP Friendly name: *Register PTR records*
- GP name: *DNS_RegisterReverseLookup* - GP name: *DNS_RegisterReverseLookup*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -961,7 +961,7 @@ If you disable this policy setting, computers may not use dynamic DNS registrati
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Dynamic update* - GP Friendly name: *Dynamic update*
- GP name: *DNS_RegistrationEnabled* - GP name: *DNS_RegistrationEnabled*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1034,7 +1034,7 @@ If you disable this policy setting, existing A resource records that contain con
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Replace addresses in conflicts* - GP Friendly name: *Replace addresses in conflicts*
- GP name: *DNS_RegistrationOverwritesInConflict* - GP name: *DNS_RegistrationOverwritesInConflict*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1110,7 +1110,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Registration refresh interval* - GP Friendly name: *Registration refresh interval*
- GP name: *DNS_RegistrationRefreshInterval* - GP name: *DNS_RegistrationRefreshInterval*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1181,7 +1181,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *TTL value for A and PTR records* - GP Friendly name: *TTL value for A and PTR records*
- GP name: *DNS_RegistrationTtl* - GP name: *DNS_RegistrationTtl*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1256,7 +1256,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *DNS suffix search list* - GP Friendly name: *DNS suffix search list*
- GP name: *DNS_SearchList* - GP name: *DNS_SearchList*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1326,7 +1326,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off smart multi-homed name resolution* - GP Friendly name: *Turn off smart multi-homed name resolution*
- GP name: *DNS_SmartMultiHomedNameResolution* - GP name: *DNS_SmartMultiHomedNameResolution*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1398,7 +1398,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off smart protocol reordering* - GP Friendly name: *Turn off smart protocol reordering*
- GP name: *DNS_SmartProtocolReorder* - GP name: *DNS_SmartProtocolReorder*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1473,7 +1473,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Update security level* - GP Friendly name: *Update security level*
- GP name: *DNS_UpdateSecurityLevel* - GP name: *DNS_UpdateSecurityLevel*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1544,7 +1544,7 @@ If you disable this policy setting, or if you do not configure this policy setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Update top level domain zones* - GP Friendly name: *Update top level domain zones*
- GP name: *DNS_UpdateTopLevelDomainZones* - GP name: *DNS_UpdateTopLevelDomainZones*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1631,7 +1631,7 @@ If you disable this policy setting, DNS clients do not attempt to resolve names
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Primary DNS suffix devolution* - GP Friendly name: *Primary DNS suffix devolution*
- GP name: *DNS_UseDomainNameDevolution* - GP name: *DNS_UseDomainNameDevolution*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*
@ -1702,7 +1702,7 @@ If you disable this policy setting, or you do not configure this policy setting,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off multicast name resolution* - GP Friendly name: *Turn off multicast name resolution*
- GP name: *Turn_Off_Multicast* - GP name: *Turn_Off_Multicast*
- GP path: *Network/DNS Client* - GP path: *Network/DNS Client*
- GP ADMX file name: *DnsClient.admx* - GP ADMX file name: *DnsClient.admx*

View File

@ -108,7 +108,7 @@ If you disable or do not configure this policy setting, the default internal col
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify a default color* - GP Friendly name: *Specify a default color*
- GP name: *DwmDefaultColorizationColor_1* - GP name: *DwmDefaultColorizationColor_1*
- GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring* - GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*
@ -181,7 +181,7 @@ If you disable or do not configure this policy setting, the default internal col
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify a default color* - GP Friendly name: *Specify a default color*
- GP name: *DwmDefaultColorizationColor_2* - GP name: *DwmDefaultColorizationColor_2*
- GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring* - GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*
@ -252,7 +252,7 @@ Changing this policy setting requires a logoff for it to be applied.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow window animations* - GP Friendly name: *Do not allow window animations*
- GP name: *DwmDisallowAnimations_1* - GP name: *DwmDisallowAnimations_1*
- GP path: *Windows Components/Desktop Window Manager* - GP path: *Windows Components/Desktop Window Manager*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*
@ -323,7 +323,7 @@ Changing this policy setting requires a logoff for it to be applied.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow window animations* - GP Friendly name: *Do not allow window animations*
- GP name: *DwmDisallowAnimations_2* - GP name: *DwmDisallowAnimations_2*
- GP path: *Windows Components/Desktop Window Manager* - GP path: *Windows Components/Desktop Window Manager*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*
@ -395,7 +395,7 @@ If you disable or do not configure this policy setting, you allow users to chang
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow color changes* - GP Friendly name: *Do not allow color changes*
- GP name: *DwmDisallowColorizationColorChanges_1* - GP name: *DwmDisallowColorizationColorChanges_1*
- GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring* - GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*
@ -467,7 +467,7 @@ If you disable or do not configure this policy setting, you allow users to chang
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow color changes* - GP Friendly name: *Do not allow color changes*
- GP name: *DwmDisallowColorizationColorChanges_2* - GP name: *DwmDisallowColorizationColorChanges_2*
- GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring* - GP path: *Windows Components/Desktop Window Manager/Window Frame Coloring*
- GP ADMX file name: *DWM.admx* - GP ADMX file name: *DWM.admx*

View File

@ -128,7 +128,7 @@ This policy setting applies to Japanese Microsoft IME only.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not include Non-Publishing Standard Glyph in the candidate list* - GP Friendly name: *Do not include Non-Publishing Standard Glyph in the candidate list*
- GP name: *L_DoNotIncludeNonPublishingStandardGlyphInTheCandidateList* - GP name: *L_DoNotIncludeNonPublishingStandardGlyphInTheCandidateList*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -214,7 +214,7 @@ This policy setting applies to Japanese Microsoft IME only.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict character code range of conversion* - GP Friendly name: *Restrict character code range of conversion*
- GP name: *L_RestrictCharacterCodeRangeOfConversion* - GP name: *L_RestrictCharacterCodeRangeOfConversion*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -290,7 +290,7 @@ This policy setting is applied to Japanese Microsoft IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off custom dictionary* - GP Friendly name: *Turn off custom dictionary*
- GP name: *L_TurnOffCustomDictionary* - GP name: *L_TurnOffCustomDictionary*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -364,7 +364,7 @@ This policy setting applies to Japanese Microsoft IME only.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off history-based predictive input* - GP Friendly name: *Turn off history-based predictive input*
- GP name: *L_TurnOffHistorybasedPredictiveInput* - GP name: *L_TurnOffHistorybasedPredictiveInput*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -440,7 +440,7 @@ This policy setting applies to Japanese Microsoft IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Internet search integration* - GP Friendly name: *Turn off Internet search integration*
- GP name: *L_TurnOffInternetSearchIntegration* - GP name: *L_TurnOffInternetSearchIntegration*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -513,7 +513,7 @@ This policy setting is applied to Japanese Microsoft IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Open Extended Dictionary* - GP Friendly name: *Turn off Open Extended Dictionary*
- GP name: *L_TurnOffOpenExtendedDictionary* - GP name: *L_TurnOffOpenExtendedDictionary*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -584,7 +584,7 @@ This policy setting applies to Japanese Microsoft IME only.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off saving auto-tuning data to file* - GP Friendly name: *Turn off saving auto-tuning data to file*
- GP name: *L_TurnOffSavingAutoTuningDataToFile* - GP name: *L_TurnOffSavingAutoTuningDataToFile*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -657,7 +657,7 @@ This Policy setting applies to Microsoft CHS Pinyin IME and JPN IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on cloud candidate* - GP Friendly name: *Turn on cloud candidate*
- GP name: *L_TurnOnCloudCandidate* - GP name: *L_TurnOnCloudCandidate*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -730,7 +730,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on cloud candidate for CHS* - GP Friendly name: *Turn on cloud candidate for CHS*
- GP name: *L_TurnOnCloudCandidateCHS* - GP name: *L_TurnOnCloudCandidateCHS*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -803,7 +803,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on lexicon update* - GP Friendly name: *Turn on lexicon update*
- GP name: *L_TurnOnLexiconUpdate* - GP name: *L_TurnOnLexiconUpdate*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -876,7 +876,7 @@ This Policy setting applies only to Microsoft CHS Pinyin IME.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Live Sticker* - GP Friendly name: *Turn on Live Sticker*
- GP name: *L_TurnOnLiveStickers* - GP name: *L_TurnOnLiveStickers*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*
@ -947,7 +947,7 @@ This policy setting applies to Japanese Microsoft IME and Traditional Chinese IM
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on misconversion logging for misconversion report* - GP Friendly name: *Turn on misconversion logging for misconversion report*
- GP name: *L_TurnOnMisconversionLoggingForMisconversionReport* - GP name: *L_TurnOnMisconversionLoggingForMisconversionReport*
- GP path: *Windows Components\IME* - GP path: *Windows Components\IME*
- GP ADMX file name: *EAIME.admx* - GP ADMX file name: *EAIME.admx*

View File

@ -92,7 +92,7 @@ This setting applies only to files moved within a volume. When files are moved t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not automatically encrypt files moved to encrypted folders* - GP Friendly name: *Do not automatically encrypt files moved to encrypted folders*
- GP name: *NoEncryptOnMove* - GP name: *NoEncryptOnMove*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *EncryptFilesonMove.admx* - GP ADMX file name: *EncryptFilesonMove.admx*

View File

@ -105,7 +105,7 @@ If you disable or do not configure this policy setting, all Enhanced Storage dev
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure list of Enhanced Storage devices usable on your computer* - GP Friendly name: *Configure list of Enhanced Storage devices usable on your computer*
- GP name: *ApprovedEnStorDevices* - GP name: *ApprovedEnStorDevices*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*
@ -174,7 +174,7 @@ If you disable or do not configure this policy setting, all IEEE 1667 silos on E
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure list of IEEE 1667 silos usable on your computer* - GP Friendly name: *Configure list of IEEE 1667 silos usable on your computer*
- GP name: *ApprovedSilos* - GP name: *ApprovedSilos*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*
@ -243,7 +243,7 @@ If you disable or do not configure this policy setting, a password can be used t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow password authentication of Enhanced Storage devices* - GP Friendly name: *Do not allow password authentication of Enhanced Storage devices*
- GP name: *DisablePasswordAuthentication* - GP name: *DisablePasswordAuthentication*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*
@ -312,7 +312,7 @@ If you disable or do not configure this policy setting, non-Enhanced Storage rem
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow non-Enhanced Storage removable devices* - GP Friendly name: *Do not allow non-Enhanced Storage removable devices*
- GP name: *DisallowLegacyDiskDevices* - GP name: *DisallowLegacyDiskDevices*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*
@ -383,7 +383,7 @@ If you disable or do not configure this policy setting, the Enhanced Storage dev
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Lock Enhanced Storage when the computer is locked* - GP Friendly name: *Lock Enhanced Storage when the computer is locked*
- GP name: *LockDeviceOnMachineLock* - GP name: *LockDeviceOnMachineLock*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*
@ -452,7 +452,7 @@ If you disable or do not configure this policy setting, USB Enhanced Storage dev
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow only USB root hub connected Enhanced Storage devices* - GP Friendly name: *Allow only USB root hub connected Enhanced Storage devices*
- GP name: *RootHubConnectedEnStorDevices* - GP name: *RootHubConnectedEnStorDevices*
- GP path: *System\Enhanced Storage Access* - GP path: *System\Enhanced Storage Access*
- GP ADMX file name: *EnhancedStorage.admx* - GP ADMX file name: *EnhancedStorage.admx*

View File

@ -180,7 +180,7 @@ For related information, see the Configure Error Reporting and Report Operating
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Default application reporting settings* - GP Friendly name: *Default application reporting settings*
- GP name: *PCH_AllOrNoneDef* - GP name: *PCH_AllOrNoneDef*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -251,7 +251,7 @@ If you disable or do not configure this policy setting, the Default application
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *List of applications to never report errors for* - GP Friendly name: *List of applications to never report errors for*
- GP name: *PCH_AllOrNoneEx* - GP name: *PCH_AllOrNoneEx*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -328,7 +328,7 @@ This setting will be ignored if the 'Configure Error Reporting' setting is disab
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *List of applications to always report errors for* - GP Friendly name: *List of applications to always report errors for*
- GP name: *PCH_AllOrNoneInc* - GP name: *PCH_AllOrNoneInc*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -418,7 +418,7 @@ See related policy settings Display Error Notification (same folder as this poli
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Error Reporting* - GP Friendly name: *Configure Error Reporting*
- GP name: *PCH_ConfigureReport* - GP name: *PCH_ConfigureReport*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -491,7 +491,7 @@ See also the Configure Error Reporting policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Report operating system errors* - GP Friendly name: *Report operating system errors*
- GP name: *PCH_ReportOperatingSystemFaults* - GP name: *PCH_ReportOperatingSystemFaults*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -560,7 +560,7 @@ If you disable or do not configure this policy setting, no Windows Error Reporti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Report Archive* - GP Friendly name: *Configure Report Archive*
- GP name: *WerArchive_1* - GP name: *WerArchive_1*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -629,7 +629,7 @@ If you disable or do not configure this policy setting, no Windows Error Reporti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Report Archive* - GP Friendly name: *Configure Report Archive*
- GP name: *WerArchive_2* - GP name: *WerArchive_2*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -698,7 +698,7 @@ If you disable this policy setting, then all memory dumps are uploaded according
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Automatically send memory dumps for OS-generated error reports* - GP Friendly name: *Automatically send memory dumps for OS-generated error reports*
- GP name: *WerAutoApproveOSDumps_1* - GP name: *WerAutoApproveOSDumps_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -767,7 +767,7 @@ If you disable this policy setting, then all memory dumps are uploaded according
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Automatically send memory dumps for OS-generated error reports* - GP Friendly name: *Automatically send memory dumps for OS-generated error reports*
- GP name: *WerAutoApproveOSDumps_2* - GP name: *WerAutoApproveOSDumps_2*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -836,7 +836,7 @@ If you disable or do not configure this policy setting, WER throttles data by de
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not throttle additional data* - GP Friendly name: *Do not throttle additional data*
- GP name: *WerBypassDataThrottling_1* - GP name: *WerBypassDataThrottling_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -905,7 +905,7 @@ If you disable or do not configure this policy setting, WER throttles data by de
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not throttle additional data* - GP Friendly name: *Do not throttle additional data*
- GP name: *WerBypassDataThrottling_2* - GP name: *WerBypassDataThrottling_2*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -974,7 +974,7 @@ If you disable or do not configure this policy setting, WER does not send data,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Send data when on connected to a restricted/costed network* - GP Friendly name: *Send data when on connected to a restricted/costed network*
- GP name: *WerBypassNetworkCostThrottling_1* - GP name: *WerBypassNetworkCostThrottling_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1043,7 +1043,7 @@ If you disable or do not configure this policy setting, WER does not send data,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Send data when on connected to a restricted/costed network* - GP Friendly name: *Send data when on connected to a restricted/costed network*
- GP name: *WerBypassNetworkCostThrottling_2* - GP name: *WerBypassNetworkCostThrottling_2*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1112,7 +1112,7 @@ If you disable or do not configure this policy setting, WER checks for solutions
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Send additional data when on battery power* - GP Friendly name: *Send additional data when on battery power*
- GP name: *WerBypassPowerThrottling_1* - GP name: *WerBypassPowerThrottling_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1181,7 +1181,7 @@ If you disable or do not configure this policy setting, WER checks for solutions
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Send additional data when on battery power* - GP Friendly name: *Send additional data when on battery power*
- GP name: *WerBypassPowerThrottling_2* - GP name: *WerBypassPowerThrottling_2*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1250,7 +1250,7 @@ If you disable or do not configure this policy setting, Windows Error Reporting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Corporate Windows Error Reporting* - GP Friendly name: *Configure Corporate Windows Error Reporting*
- GP name: *WerCER* - GP name: *WerCER*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1329,7 +1329,7 @@ If you disable or do not configure this policy setting, then the default consent
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Customize consent settings* - GP Friendly name: *Customize consent settings*
- GP name: *WerConsentCustomize_1* - GP name: *WerConsentCustomize_1*
- GP path: *Windows Components\Windows Error Reporting\Consent* - GP path: *Windows Components\Windows Error Reporting\Consent*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1398,7 +1398,7 @@ If you disable or do not configure this policy setting, custom consent policy se
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ignore custom consent settings* - GP Friendly name: *Ignore custom consent settings*
- GP name: *WerConsentOverride_1* - GP name: *WerConsentOverride_1*
- GP path: *Windows Components\Windows Error Reporting\Consent* - GP path: *Windows Components\Windows Error Reporting\Consent*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1467,7 +1467,7 @@ If you disable or do not configure this policy setting, custom consent policy se
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ignore custom consent settings* - GP Friendly name: *Ignore custom consent settings*
- GP name: *WerConsentOverride_2* - GP name: *WerConsentOverride_2*
- GP path: *Windows Components\Windows Error Reporting\Consent* - GP path: *Windows Components\Windows Error Reporting\Consent*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1621,7 +1621,7 @@ If this policy setting is disabled or not configured, then the consent level def
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Default consent* - GP Friendly name: *Configure Default consent*
- GP name: *WerDefaultConsent_2* - GP name: *WerDefaultConsent_2*
- GP path: *Windows Components\Windows Error Reporting\Consent* - GP path: *Windows Components\Windows Error Reporting\Consent*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1760,7 +1760,7 @@ If you disable or do not configure this policy setting, errors are reported on a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *List of applications to be excluded* - GP Friendly name: *List of applications to be excluded*
- GP name: *WerExlusion_1* - GP name: *WerExlusion_1*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1829,7 +1829,7 @@ If you disable or do not configure this policy setting, errors are reported on a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *List of applications to be excluded* - GP Friendly name: *List of applications to be excluded*
- GP name: *WerExlusion_2* - GP name: *WerExlusion_2*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1898,7 +1898,7 @@ If you disable or do not configure this policy setting, Windows Error Reporting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable logging* - GP Friendly name: *Disable logging*
- GP name: *WerNoLogging_1* - GP name: *WerNoLogging_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -1967,7 +1967,7 @@ If you disable or do not configure this policy setting, Windows Error Reporting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable logging* - GP Friendly name: *Disable logging*
- GP name: *WerNoLogging_2* - GP name: *WerNoLogging_2*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -2036,7 +2036,7 @@ If you disable or do not configure this policy setting, then consent policy sett
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not send additional data* - GP Friendly name: *Do not send additional data*
- GP name: *WerNoSecondLevelData_1* - GP name: *WerNoSecondLevelData_1*
- GP path: *Windows Components\Windows Error Reporting* - GP path: *Windows Components\Windows Error Reporting*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -2107,7 +2107,7 @@ If you disable or do not configure this policy setting, Windows Error Reporting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Report Queue* - GP Friendly name: *Configure Report Queue*
- GP name: *WerQueue_1* - GP name: *WerQueue_1*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*
@ -2178,7 +2178,7 @@ If you disable or do not configure this policy setting, Windows Error Reporting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Report Queue* - GP Friendly name: *Configure Report Queue*
- GP name: *WerQueue_2* - GP name: *WerQueue_2*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *ErrorReporting.admx* - GP ADMX file name: *ErrorReporting.admx*

View File

@ -96,7 +96,7 @@ This setting applies across all subscriptions for the forwarder (source computer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure forwarder resource usage* - GP Friendly name: *Configure forwarder resource usage*
- GP name: *ForwarderResourceUsage* - GP name: *ForwarderResourceUsage*
- GP path: *Windows Components/Event Forwarding* - GP path: *Windows Components/Event Forwarding*
- GP ADMX file name: *EventForwarding.admx* - GP ADMX file name: *EventForwarding.admx*
@ -176,7 +176,7 @@ If you disable or do not configure this policy setting, the Event Collector comp
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure target Subscription Manager* - GP Friendly name: *Configure target Subscription Manager*
- GP name: *SubscriptionManager* - GP name: *SubscriptionManager*
- GP path: *Windows Components/Event Forwarding* - GP path: *Windows Components/Event Forwarding*
- GP ADMX file name: *EventForwarding.admx* - GP ADMX file name: *EventForwarding.admx*

View File

@ -150,7 +150,7 @@ If the policy setting is disabled, then no new events can be logged. Events can
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on logging* - GP Friendly name: *Turn on logging*
- GP name: *Channel_LogEnabled* - GP name: *Channel_LogEnabled*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -219,7 +219,7 @@ If you disable or do not configure this policy setting, the Event Log uses the f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control the location of the log file* - GP Friendly name: *Control the location of the log file*
- GP name: *Channel_LogFilePath_1* - GP name: *Channel_LogFilePath_1*
- GP path: *Windows Components\Event Log Service\Application* - GP path: *Windows Components\Event Log Service\Application*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -288,7 +288,7 @@ If you disable or do not configure this policy setting, the Event Log uses the f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control the location of the log file* - GP Friendly name: *Control the location of the log file*
- GP name: *Channel_LogFilePath_2* - GP name: *Channel_LogFilePath_2*
- GP path: *Windows Components\Event Log Service\Security* - GP path: *Windows Components\Event Log Service\Security*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -357,7 +357,7 @@ If you disable or do not configure this policy setting, the Event Log uses the f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control the location of the log file* - GP Friendly name: *Control the location of the log file*
- GP name: *Channel_LogFilePath_3* - GP name: *Channel_LogFilePath_3*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -426,7 +426,7 @@ If you disable or do not configure this policy setting, the Event Log uses the f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on logging* - GP Friendly name: *Turn on logging*
- GP name: *Channel_LogFilePath_4* - GP name: *Channel_LogFilePath_4*
- GP path: *Windows Components\Event Log Service\System* - GP path: *Windows Components\Event Log Service\System*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -495,7 +495,7 @@ If you disable or do not configure this policy setting, the maximum size of the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify the maximum log file size (KB)* - GP Friendly name: *Specify the maximum log file size (KB)*
- GP name: *Channel_LogMaxSize_3* - GP name: *Channel_LogMaxSize_3*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -566,7 +566,7 @@ If you do not configure this policy setting and the "Retain old events" policy s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Back up log automatically when full* - GP Friendly name: *Back up log automatically when full*
- GP name: *Channel_Log_AutoBackup_1* - GP name: *Channel_Log_AutoBackup_1*
- GP path: *Windows Components\Event Log Service\Application* - GP path: *Windows Components\Event Log Service\Application*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -637,7 +637,7 @@ If you do not configure this policy setting and the "Retain old events" policy s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Back up log automatically when full* - GP Friendly name: *Back up log automatically when full*
- GP name: *Channel_Log_AutoBackup_2* - GP name: *Channel_Log_AutoBackup_2*
- GP path: *Windows Components\Event Log Service\Security* - GP path: *Windows Components\Event Log Service\Security*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -708,7 +708,7 @@ If you do not configure this policy setting and the "Retain old events" policy s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Back up log automatically when full* - GP Friendly name: *Back up log automatically when full*
- GP name: *Channel_Log_AutoBackup_3* - GP name: *Channel_Log_AutoBackup_3*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -779,7 +779,7 @@ If you do not configure this policy setting and the "Retain old events" policy s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Back up log automatically when full* - GP Friendly name: *Back up log automatically when full*
- GP name: *Channel_Log_AutoBackup_4* - GP name: *Channel_Log_AutoBackup_4*
- GP path: *Windows Components\Event Log Service\System* - GP path: *Windows Components\Event Log Service\System*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -851,7 +851,7 @@ If you disable or do not configure this policy setting, all authenticated users
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access* - GP Friendly name: *Configure log access*
- GP name: *Channel_Log_FileLogAccess_1* - GP name: *Channel_Log_FileLogAccess_1*
- GP path: *Windows Components\Event Log Service\Application* - GP path: *Windows Components\Event Log Service\Application*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -923,7 +923,7 @@ If you disable or do not configure this policy setting, only system software and
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access* - GP Friendly name: *Configure log access*
- GP name: *Channel_Log_FileLogAccess_2* - GP name: *Channel_Log_FileLogAccess_2*
- GP path: *Windows Components\Event Log Service\Security* - GP path: *Windows Components\Event Log Service\Security*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -995,7 +995,7 @@ If you disable or do not configure this policy setting, all authenticated users
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access* - GP Friendly name: *Configure log access*
- GP name: *Channel_Log_FileLogAccess_3* - GP name: *Channel_Log_FileLogAccess_3*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1067,7 +1067,7 @@ If you disable or do not configure this policy setting, only system software and
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access* - GP Friendly name: *Configure log access*
- GP name: *Channel_Log_FileLogAccess_4* - GP name: *Channel_Log_FileLogAccess_4*
- GP path: *Windows Components\Event Log Service\System* - GP path: *Windows Components\Event Log Service\System*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1138,7 +1138,7 @@ If you do not configure this policy setting, the previous policy setting configu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access (legacy)* - GP Friendly name: *Configure log access (legacy)*
- GP name: *Channel_Log_FileLogAccess_5* - GP name: *Channel_Log_FileLogAccess_5*
- GP path: *Windows Components\Event Log Service\Application* - GP path: *Windows Components\Event Log Service\Application*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1209,7 +1209,7 @@ If you do not configure this policy setting, the previous policy setting configu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access (legacy)* - GP Friendly name: *Configure log access (legacy)*
- GP name: *Channel_Log_FileLogAccess_6* - GP name: *Channel_Log_FileLogAccess_6*
- GP path: *Windows Components\Event Log Service\Security* - GP path: *Windows Components\Event Log Service\Security*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1280,7 +1280,7 @@ If you do not configure this policy setting, the previous policy setting configu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access (legacy)* - GP Friendly name: *Configure log access (legacy)*
- GP name: *Channel_Log_FileLogAccess_7* - GP name: *Channel_Log_FileLogAccess_7*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1351,7 +1351,7 @@ If you do not configure this policy setting, the previous policy setting configu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure log access (legacy)* - GP Friendly name: *Configure log access (legacy)*
- GP name: *Channel_Log_FileLogAccess_8* - GP name: *Channel_Log_FileLogAccess_8*
- GP path: *Windows Components\Event Log Service\System* - GP path: *Windows Components\Event Log Service\System*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1422,7 +1422,7 @@ Note: Old events may or may not be retained according to the "Backup log automat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control Event Log behavior when the log file reaches its maximum size* - GP Friendly name: *Control Event Log behavior when the log file reaches its maximum size*
- GP name: *Channel_Log_Retention_2* - GP name: *Channel_Log_Retention_2*
- GP path: *Windows Components\Event Log Service\Security* - GP path: *Windows Components\Event Log Service\Security*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1493,7 +1493,7 @@ Note: Old events may or may not be retained according to the "Backup log automat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control Event Log behavior when the log file reaches its maximum size* - GP Friendly name: *Control Event Log behavior when the log file reaches its maximum size*
- GP name: *Channel_Log_Retention_3* - GP name: *Channel_Log_Retention_3*
- GP path: *Windows Components\Event Log Service\Setup* - GP path: *Windows Components\Event Log Service\Setup*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*
@ -1564,7 +1564,7 @@ Note: Old events may or may not be retained according to the "Backup log automat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control Event Log behavior when the log file reaches its maximum size* - GP Friendly name: *Control Event Log behavior when the log file reaches its maximum size*
- GP name: *Channel_Log_Retention_4* - GP name: *Channel_Log_Retention_4*
- GP path: *Windows Components\Event Log Service\System* - GP path: *Windows Components\Event Log Service\System*
- GP ADMX file name: *EventLog.admx* - GP ADMX file name: *EventLog.admx*

View File

@ -98,7 +98,7 @@ Available in the latest Windows 10 Insider Preview Build. Sets the target of the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set a support web page link* - GP Friendly name: *Set a support web page link*
- GP name: *AdminInfoUrl* - GP name: *AdminInfoUrl*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Explorer.admx* - GP ADMX file name: *Explorer.admx*
@ -173,7 +173,7 @@ If you disable or do not configure this policy setting, the menu bar will not be
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display the menu bar in File Explorer* - GP Friendly name: *Display the menu bar in File Explorer*
- GP name: *AlwaysShowClassicMenu* - GP name: *AlwaysShowClassicMenu*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Explorer.admx* - GP ADMX file name: *Explorer.admx*
@ -240,7 +240,7 @@ If you enable this policy setting on a machine that does not contain all program
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not reinitialize a pre-existing roamed user profile when it is loaded on a machine for the first time* - GP Friendly name: *Do not reinitialize a pre-existing roamed user profile when it is loaded on a machine for the first time*
- GP name: *DisableRoamedProfileInit* - GP name: *DisableRoamedProfileInit*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Explorer.admx* - GP ADMX file name: *Explorer.admx*
@ -312,7 +312,7 @@ If you disable or do not configure this policy setting, users will be able to ad
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from adding files to the root of their Users Files folder.* - GP Friendly name: *Prevent users from adding files to the root of their Users Files folder.*
- GP name: *PreventItemCreationInUsersFilesFolder* - GP name: *PreventItemCreationInUsersFilesFolder*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Explorer.admx* - GP ADMX file name: *Explorer.admx*
@ -377,7 +377,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy is similar
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off common control and window animations* - GP Friendly name: *Turn off common control and window animations*
- GP name: *TurnOffSPIAnimations* - GP name: *TurnOffSPIAnimations*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Explorer.admx* - GP ADMX file name: *Explorer.admx*

View File

@ -93,7 +93,7 @@ By default, the RPC protocol message between File Server VSS provider and File S
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow or Disallow use of encryption to protect the RPC protocol messages between File Share Shadow Copy Provider running on application server and File Share Shadow Copy Agent running on the file servers.* - GP Friendly name: *Allow or Disallow use of encryption to protect the RPC protocol messages between File Share Shadow Copy Provider running on application server and File Share Shadow Copy Agent running on the file servers.*
- GP name: *Pol_EncryptProtocol* - GP name: *Pol_EncryptProtocol*
- GP path: *System/File Share Shadow Copy Provider* - GP path: *System/File Share Shadow Copy Provider*
- GP ADMX file name: *FileServerVSSProvider.admx* - GP ADMX file name: *FileServerVSSProvider.admx*

View File

@ -105,7 +105,7 @@ Available in the latest Windows 10 Insider Preview Build. Compression can add to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow compression on all NTFS volumes* - GP Friendly name: *Do not allow compression on all NTFS volumes*
- GP name: *DisableCompression* - GP name: *DisableCompression*
- GP path: *System/Filesystem/NTFS* - GP path: *System/Filesystem/NTFS*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -173,7 +173,7 @@ A value of 1 will disable delete notifications for all volumes.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable delete notifications on all volumes* - GP Friendly name: *Disable delete notifications on all volumes*
- GP name: *DisableDeleteNotification* - GP name: *DisableDeleteNotification*
- GP path: *System/Filesystem* - GP path: *System/Filesystem*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -236,7 +236,7 @@ Available in the latest Windows 10 Insider Preview Build. Encryption can add to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow encryption on all NTFS volumes* - GP Friendly name: *Do not allow encryption on all NTFS volumes*
- GP name: *DisableEncryption* - GP name: *DisableEncryption*
- GP path: *System/Filesystem/NTFS* - GP path: *System/Filesystem/NTFS*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -299,7 +299,7 @@ Available in the latest Windows 10 Insider Preview Build. Encrypting the page fi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable NTFS pagefile encryption* - GP Friendly name: *Enable NTFS pagefile encryption*
- GP name: *EnablePagefileEncryption* - GP name: *EnablePagefileEncryption*
- GP path: *System/Filesystem/NTFS* - GP path: *System/Filesystem/NTFS*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -362,7 +362,7 @@ Available in the latest Windows 10 Insider Preview Build. Enabling Win32 long pa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Win32 long paths* - GP Friendly name: *Enable Win32 long paths*
- GP name: *LongPathsEnabled* - GP name: *LongPathsEnabled*
- GP path: *System/Filesystem* - GP path: *System/Filesystem*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -427,7 +427,7 @@ If you enable short names on all volumes then short names will always be generat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Short name creation options* - GP Friendly name: *Short name creation options*
- GP name: *ShortNameCreationSettings* - GP name: *ShortNameCreationSettings*
- GP path: *System/Filesystem/NTFS* - GP path: *System/Filesystem/NTFS*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -501,7 +501,7 @@ For more information, refer to the Windows Help section.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Selectively allow the evaluation of a symbolic link* - GP Friendly name: *Selectively allow the evaluation of a symbolic link*
- GP name: *SymlinkEvaluation* - GP name: *SymlinkEvaluation*
- GP path: *System/Filesystem* - GP path: *System/Filesystem*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*
@ -564,7 +564,7 @@ Available in the latest Windows 10 Insider Preview Build. TXF deprecated feature
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable / disable TXF deprecated features* - GP Friendly name: *Enable / disable TXF deprecated features*
- GP name: *TxfDeprecatedFunctionality* - GP name: *TxfDeprecatedFunctionality*
- GP path: *System/Filesystem/NTFS* - GP path: *System/Filesystem/NTFS*
- GP ADMX file name: *FileSys.admx* - GP ADMX file name: *FileSys.admx*

View File

@ -114,7 +114,7 @@ If you disable or do not configure this policy setting, redirected shell folders
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not automatically make all redirected folders available offline* - GP Friendly name: *Do not automatically make all redirected folders available offline*
- GP name: *DisableFRAdminPin* - GP name: *DisableFRAdminPin*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -187,7 +187,7 @@ If you disable or do not configure this policy setting, all redirected shell fol
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not automatically make specific redirected folders available offline* - GP Friendly name: *Do not automatically make specific redirected folders available offline*
- GP name: *DisableFRAdminPinByFolder* - GP name: *DisableFRAdminPinByFolder*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -256,7 +256,7 @@ If you disable or do not configure this policy setting, when the path to a redir
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable optimized move of contents in Offline Files cache on Folder Redirection server path change* - GP Friendly name: *Enable optimized move of contents in Offline Files cache on Folder Redirection server path change*
- GP name: *FolderRedirectionEnableCacheRename* - GP name: *FolderRedirectionEnableCacheRename*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -328,7 +328,7 @@ If you disable or not configure this policy setting, Windows Vista, Windows 7, W
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use localized subfolder names when redirecting Start Menu and My Documents* - GP Friendly name: *Use localized subfolder names when redirecting Start Menu and My Documents*
- GP name: *LocalizeXPRelativePaths_1* - GP name: *LocalizeXPRelativePaths_1*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -400,7 +400,7 @@ If you disable or not configure this policy setting, Windows Vista, Windows 7, W
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use localized subfolder names when redirecting Start Menu and My Documents* - GP Friendly name: *Use localized subfolder names when redirecting Start Menu and My Documents*
- GP name: *LocalizeXPRelativePaths_2* - GP name: *LocalizeXPRelativePaths_2*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -473,7 +473,7 @@ If you disable or do not configure this policy setting and the user has redirect
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Redirect folders on primary computers only* - GP Friendly name: *Redirect folders on primary computers only*
- GP name: *PrimaryComputer_FR_1* - GP name: *PrimaryComputer_FR_1*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*
@ -546,7 +546,7 @@ If you disable or do not configure this policy setting and the user has redirect
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Redirect folders on primary computers only* - GP Friendly name: *Redirect folders on primary computers only*
- GP name: *PrimaryComputer_FR_2* - GP name: *PrimaryComputer_FR_2*
- GP path: *System/Folder Redirection* - GP path: *System/Folder Redirection*
- GP ADMX file name: *FolderRedirection.admx* - GP ADMX file name: *FolderRedirection.admx*

View File

@ -161,7 +161,7 @@ If the policy is Disabled or Not Configured, then the user will be able to use i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow copying of user input methods to the system account for sign-in* - GP Friendly name: *Disallow copying of user input methods to the system account for sign-in*
- GP name: *BlockUserInputMethodsForSignIn* - GP name: *BlockUserInputMethodsForSignIn*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -238,7 +238,7 @@ To set this policy setting on a per-user basis, make sure that you do not config
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow selection of Custom Locales* - GP Friendly name: *Disallow selection of Custom Locales*
- GP name: *CustomLocalesNoSelect_1* - GP name: *CustomLocalesNoSelect_1*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -315,7 +315,7 @@ To set this policy setting on a per-user basis, make sure that you do not config
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow selection of Custom Locales* - GP Friendly name: *Disallow selection of Custom Locales*
- GP name: *CustomLocalesNoSelect_2* - GP name: *CustomLocalesNoSelect_2*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -392,7 +392,7 @@ If you disable or do not configure this policy setting, the user can see the Adm
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Regional and Language Options administrative options* - GP Friendly name: *Hide Regional and Language Options administrative options*
- GP name: *HideAdminOptions* - GP name: *HideAdminOptions*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -466,7 +466,7 @@ If you disable or do not configure this policy setting, the user sees the option
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the geographic location option* - GP Friendly name: *Hide the geographic location option*
- GP name: *HideCurrentLocation* - GP name: *HideCurrentLocation*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -539,7 +539,7 @@ If you enable this policy setting, the user does not see the option for changing
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the select language group options* - GP Friendly name: *Hide the select language group options*
- GP name: *HideLanguageSelection* - GP name: *HideLanguageSelection*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -610,7 +610,7 @@ If you disable or do not configure this policy setting, the user sees the region
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide user locale selection and customization options* - GP Friendly name: *Hide user locale selection and customization options*
- GP name: *HideLocaleSelectAndCustomize* - GP name: *HideLocaleSelectAndCustomize*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -693,7 +693,7 @@ This policy setting is related to the "Turn off handwriting personalization" pol
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off automatic learning* - GP Friendly name: *Turn off automatic learning*
- GP name: *ImplicitDataCollectionOff_1* - GP name: *ImplicitDataCollectionOff_1*
- GP path: *Control Panel\Regional and Language Options\Handwriting personalization* - GP path: *Control Panel\Regional and Language Options\Handwriting personalization*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -776,7 +776,7 @@ This policy setting is related to the "Turn off handwriting personalization" pol
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off automatic learning* - GP Friendly name: *Turn off automatic learning*
- GP name: *ImplicitDataCollectionOff_2* - GP name: *ImplicitDataCollectionOff_2*
- GP path: *Control Panel\Regional and Language Options\Handwriting personalization* - GP path: *Control Panel\Regional and Language Options\Handwriting personalization*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -847,7 +847,7 @@ If you disable or do not configure this policy setting, administrators can selec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict system locales* - GP Friendly name: *Restrict system locales*
- GP name: *LocaleSystemRestrict* - GP name: *LocaleSystemRestrict*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -920,7 +920,7 @@ If you disable or do not configure this policy setting, users can select any loc
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict user locales* - GP Friendly name: *Restrict user locales*
- GP name: *LocaleUserRestrict_1* - GP name: *LocaleUserRestrict_1*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -995,7 +995,7 @@ If this policy setting is enabled at the computer level, it cannot be disabled b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict user locales* - GP Friendly name: *Restrict user locales*
- GP name: *LocaleUserRestrict_2* - GP name: *LocaleUserRestrict_2*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1066,7 +1066,7 @@ If you disable or do not configure this policy setting, the user can specify whi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restricts the UI language Windows uses for all logged users* - GP Friendly name: *Restricts the UI language Windows uses for all logged users*
- GP name: *LockMachineUILanguage* - GP name: *LockMachineUILanguage*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1139,7 +1139,7 @@ To enable this policy setting in Windows Server 2003, Windows XP, or Windows 200
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restricts the UI languages Windows should use for the selected user* - GP Friendly name: *Restricts the UI languages Windows should use for the selected user*
- GP name: *LockUserUILanguage* - GP name: *LockUserUILanguage*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1212,7 +1212,7 @@ To set this policy setting on a per-user basis, make sure that the per-computer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow changing of geographic location* - GP Friendly name: *Disallow changing of geographic location*
- GP name: *PreventGeoIdChange_1* - GP name: *PreventGeoIdChange_1*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1285,7 +1285,7 @@ To set this policy setting on a per-user basis, make sure that the per-computer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow changing of geographic location* - GP Friendly name: *Disallow changing of geographic location*
- GP name: *PreventGeoIdChange_2* - GP name: *PreventGeoIdChange_2*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1362,7 +1362,7 @@ To set this policy on a per-user basis, make sure that the per-computer policy i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow user override of locale settings* - GP Friendly name: *Disallow user override of locale settings*
- GP name: *PreventUserOverrides_1* - GP name: *PreventUserOverrides_1*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1439,7 +1439,7 @@ To set this policy on a per-user basis, make sure that the per-computer policy i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow user override of locale settings* - GP Friendly name: *Disallow user override of locale settings*
- GP name: *PreventUserOverrides_2* - GP name: *PreventUserOverrides_2*
- GP path: *System\Locale Services* - GP path: *System\Locale Services*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1510,7 +1510,7 @@ If you disable or do not configure this policy setting, the logged-on user can a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict selection of Windows menus and dialogs language* - GP Friendly name: *Restrict selection of Windows menus and dialogs language*
- GP name: *RestrictUILangSelect* - GP name: *RestrictUILangSelect*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1582,7 +1582,7 @@ Note that the availability and function of this setting is dependent on supporte
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off autocorrect misspelled words* - GP Friendly name: *Turn off autocorrect misspelled words*
- GP name: *TurnOffAutocorrectMisspelledWords* - GP name: *TurnOffAutocorrectMisspelledWords*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1655,7 +1655,7 @@ Note that the availability and function of this setting is dependent on supporte
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off highlight misspelled words* - GP Friendly name: *Turn off highlight misspelled words*
- GP name: *TurnOffHighlightMisspelledWords* - GP name: *TurnOffHighlightMisspelledWords*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1727,7 +1727,7 @@ Note that the availability and function of this setting is dependent on supporte
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off insert a space after selecting a text prediction* - GP Friendly name: *Turn off insert a space after selecting a text prediction*
- GP name: *TurnOffInsertSpace* - GP name: *TurnOffInsertSpace*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1800,7 +1800,7 @@ Note that the availability and function of this setting is dependent on supporte
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off offer text predictions as I type* - GP Friendly name: *Turn off offer text predictions as I type*
- GP name: *TurnOffOfferTextPredictions* - GP name: *TurnOffOfferTextPredictions*
- GP path: *Control Panel\Regional and Language Options* - GP path: *Control Panel\Regional and Language Options*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*
@ -1873,7 +1873,7 @@ If you disable or do not configure this policy setting, Windows does not interpr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Century interpretation for Year 2000* - GP Friendly name: *Century interpretation for Year 2000*
- GP name: *Y2K* - GP name: *Y2K*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Globalization.admx* - GP ADMX file name: *Globalization.admx*

View File

@ -225,7 +225,7 @@ If you disable this policy setting, the behavior is the same as if it is not con
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow cross-forest user policy and roaming user profiles* - GP Friendly name: *Allow cross-forest user policy and roaming user profiles*
- GP name: *AllowX-ForestPolicy-and-RUP* - GP name: *AllowX-ForestPolicy-and-RUP*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -300,7 +300,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure software Installation policy processing* - GP Friendly name: *Configure software Installation policy processing*
- GP name: *CSE_AppMgmt* - GP name: *CSE_AppMgmt*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -377,7 +377,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure disk quota policy processing* - GP Friendly name: *Configure disk quota policy processing*
- GP name: *CSE_DiskQuota* - GP name: *CSE_DiskQuota*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -454,7 +454,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure EFS recovery policy processing* - GP Friendly name: *Configure EFS recovery policy processing*
- GP name: *CSE_EFSRecovery* - GP name: *CSE_EFSRecovery*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -529,7 +529,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure folder redirection policy processing* - GP Friendly name: *Configure folder redirection policy processing*
- GP name: *CSE_FolderRedirection* - GP name: *CSE_FolderRedirection*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -606,7 +606,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Internet Explorer Maintenance policy processing* - GP Friendly name: *Configure Internet Explorer Maintenance policy processing*
- GP name: *CSE_IEM* - GP name: *CSE_IEM*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -683,7 +683,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure IP security policy processing* - GP Friendly name: *Configure IP security policy processing*
- GP name: *CSE_IPSecurity* - GP name: *CSE_IPSecurity*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -756,7 +756,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure registry policy processing* - GP Friendly name: *Configure registry policy processing*
- GP name: *CSE_Registry* - GP name: *CSE_Registry*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -831,7 +831,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure scripts policy processing* - GP Friendly name: *Configure scripts policy processing*
- GP name: *CSE_Scripts* - GP name: *CSE_Scripts*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -906,7 +906,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure security policy processing* - GP Friendly name: *Configure security policy processing*
- GP name: *CSE_Security* - GP name: *CSE_Security*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -985,7 +985,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure wired policy processing* - GP Friendly name: *Configure wired policy processing*
- GP name: *CSE_Wired* - GP name: *CSE_Wired*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1064,7 +1064,7 @@ The "Process even if the Group Policy objects have not changed" option updates a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure wireless policy processing* - GP Friendly name: *Configure wireless policy processing*
- GP name: *CSE_Wireless* - GP name: *CSE_Wireless*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1133,7 +1133,7 @@ If you disable or do not configure this policy setting, Group Policy will use th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify workplace connectivity wait time for policy processing* - GP Friendly name: *Specify workplace connectivity wait time for policy processing*
- GP name: *CorpConnSyncWaitTime* - GP name: *CorpConnSyncWaitTime*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1211,7 +1211,7 @@ If you disable or do not configure this policy setting, interactive users can ge
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Determine if interactive users can generate Resultant Set of Policy data* - GP Friendly name: *Determine if interactive users can generate Resultant Set of Policy data*
- GP name: *DenyRsopToInteractiveUser_1* - GP name: *DenyRsopToInteractiveUser_1*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1289,7 +1289,7 @@ If you disable or do not configure this policy setting, interactive users can ge
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Determine if interactive users can generate Resultant Set of Policy data* - GP Friendly name: *Determine if interactive users can generate Resultant Set of Policy data*
- GP name: *DenyRsopToInteractiveUser_2* - GP name: *DenyRsopToInteractiveUser_2*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1354,7 +1354,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting pr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Group Policy Client Service AOAC optimization* - GP Friendly name: *Turn off Group Policy Client Service AOAC optimization*
- GP name: *DisableAOACProcessing* - GP name: *DisableAOACProcessing*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1434,7 +1434,7 @@ Files will always be copied to the GPO if they have a later timestamp.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off automatic update of ADM files* - GP Friendly name: *Turn off automatic update of ADM files*
- GP name: *DisableAutoADMUpdate* - GP name: *DisableAutoADMUpdate*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1506,7 +1506,7 @@ If you disable or do not configure this policy setting, updates can be applied w
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off background refresh of Group Policy* - GP Friendly name: *Turn off background refresh of Group Policy*
- GP name: *DisableBackgroundPolicy* - GP name: *DisableBackgroundPolicy*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1580,7 +1580,7 @@ If you disable or do not configure this policy setting, Local GPOs continue to b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Local Group Policy Objects processing* - GP Friendly name: *Turn off Local Group Policy Objects processing*
- GP name: *DisableLGPOProcessing* - GP name: *DisableLGPOProcessing*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1656,7 +1656,7 @@ Also, see the "Set Group Policy refresh interval for computers" policy setting t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove users' ability to invoke machine policy refresh* - GP Friendly name: *Remove users' ability to invoke machine policy refresh*
- GP name: *DisableUsersFromMachGP* - GP name: *DisableUsersFromMachGP*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1727,7 +1727,7 @@ If you do not configure this policy setting, the default behavior depends on the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Continue experiences on this device* - GP Friendly name: *Continue experiences on this device*
- GP name: *EnableCDP* - GP name: *EnableCDP*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1800,7 +1800,7 @@ If you disable this policy setting, the Group Policy client will not cache appli
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Group Policy Caching* - GP Friendly name: *Configure Group Policy Caching*
- GP name: *EnableLogonOptimization* - GP name: *EnableLogonOptimization*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1873,7 +1873,7 @@ If you disable or do not configure this policy setting, the Group Policy client
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Group Policy Caching for Servers* - GP Friendly name: *Enable Group Policy Caching for Servers*
- GP name: *EnableLogonOptimizationOnServerSKU* - GP name: *EnableLogonOptimizationOnServerSKU*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -1944,7 +1944,7 @@ If you do not configure this policy setting, the default behavior depends on the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Phone-PC linking on this device* - GP Friendly name: *Phone-PC linking on this device*
- GP name: *EnableMMX* - GP name: *EnableMMX*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2020,7 +2020,7 @@ In Group Policy Object Editor, preferences have a red icon to distinguish them f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enforce Show Policies Only* - GP Friendly name: *Enforce Show Policies Only*
- GP name: *EnforcePoliciesOnly* - GP name: *EnforcePoliciesOnly*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2087,7 +2087,7 @@ This feature can be configured to be in 3 modes: On, Off, and Audit. By default,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Untrusted Font Blocking* - GP Friendly name: *Untrusted Font Blocking*
- GP name: *DisableUsersFromMachGP* - GP name: *DisableUsersFromMachGP*
- GP path: *System\Mitigation Options* - GP path: *System\Mitigation Options*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2165,7 +2165,7 @@ If you disable this setting or do not configure it, the Group Policy Object Edit
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Group Policy domain controller selection* - GP Friendly name: *Configure Group Policy domain controller selection*
- GP name: *GPDCOptions* - GP name: *GPDCOptions*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2242,7 +2242,7 @@ Also, see the "Do not detect slow network connections" and related policies in C
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Group Policy slow link detection* - GP Friendly name: *Configure Group Policy slow link detection*
- GP name: *GPTransferRate_1* - GP name: *GPTransferRate_1*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2319,7 +2319,7 @@ Also, see the "Do not detect slow network connections" and related policies in C
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Group Policy slow link detection* - GP Friendly name: *Configure Group Policy slow link detection*
- GP name: *GPTransferRate_2* - GP name: *GPTransferRate_2*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2401,7 +2401,7 @@ This setting is only used when the "Turn off background refresh of Group Policy"
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Group Policy refresh interval for computers* - GP Friendly name: *Set Group Policy refresh interval for computers*
- GP name: *GroupPolicyRefreshRate* - GP name: *GroupPolicyRefreshRate*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2477,7 +2477,7 @@ This setting also lets you specify how much the actual update interval varies. T
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Group Policy refresh interval for domain controllers* - GP Friendly name: *Set Group Policy refresh interval for domain controllers*
- GP name: *GroupPolicyRefreshRateDC* - GP name: *GroupPolicyRefreshRateDC*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2561,7 +2561,7 @@ This setting also lets you specify how much the actual update interval varies. T
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Group Policy refresh interval for users* - GP Friendly name: *Set Group Policy refresh interval for users*
- GP name: *GroupPolicyRefreshRateUser* - GP name: *GroupPolicyRefreshRateUser*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2636,7 +2636,7 @@ If you do not configure this policy setting, Group Policy will wait five minutes
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Logon Script Delay* - GP Friendly name: *Configure Logon Script Delay*
- GP name: *LogonScriptDelay* - GP name: *LogonScriptDelay*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2707,7 +2707,7 @@ If this setting is Disabled or Not Configured, the default display name of New G
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set default name for new Group Policy objects* - GP Friendly name: *Set default name for new Group Policy objects*
- GP name: *NewGPODisplayName* - GP name: *NewGPODisplayName*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2776,7 +2776,7 @@ If you disable this setting or do not configure it, new Group Policy object link
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Create new Group Policy Object links disabled by default* - GP Friendly name: *Create new Group Policy Object links disabled by default*
- GP name: *NewGPOLinksDisabled* - GP name: *NewGPOLinksDisabled*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2862,7 +2862,7 @@ If you disable or do not configure this setting, the Group Policy Object Editor
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Always use local ADM files for Group Policy Object Editor* - GP Friendly name: *Always use local ADM files for Group Policy Object Editor*
- GP name: *OnlyUseLocalAdminFiles* - GP name: *OnlyUseLocalAdminFiles*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -2949,7 +2949,7 @@ Setting flags not specified here to any value other than ? results in undefined
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Process Mitigation Options* - GP Friendly name: *Process Mitigation Options*
- GP name: *ProcessMitigationOptions* - GP name: *ProcessMitigationOptions*
- GP path: *System\Mitigation Options* - GP path: *System\Mitigation Options*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3023,7 +3023,7 @@ If you disable or do not configure this setting, RSoP logging is turned on. By d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Resultant Set of Policy logging* - GP Friendly name: *Turn off Resultant Set of Policy logging*
- GP name: *RSoPLogging* - GP name: *RSoPLogging*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3088,7 +3088,7 @@ Available in the latest Windows 10 Insider Preview Build. Enabling this setting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable AD/DFS domain controller synchronization during policy refresh* - GP Friendly name: *Enable AD/DFS domain controller synchronization during policy refresh*
- GP name: *ResetDfsClientInfoDuringRefreshPolicy* - GP name: *ResetDfsClientInfoDuringRefreshPolicy*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3162,7 +3162,7 @@ If you disable this setting or do not configure it, Group Policy will evaluate t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Direct Access connections as a fast network connection* - GP Friendly name: *Configure Direct Access connections as a fast network connection*
- GP name: *SlowLinkDefaultForDirectAccess* - GP name: *SlowLinkDefaultForDirectAccess*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3241,7 +3241,7 @@ If you disable or do not configure this policy setting, detecting a slow network
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Change Group Policy processing to run asynchronously when a slow network connection is detected.* - GP Friendly name: *Change Group Policy processing to run asynchronously when a slow network connection is detected.*
- GP name: *SlowlinkDefaultToAsync* - GP name: *SlowlinkDefaultToAsync*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3310,7 +3310,7 @@ If you disable or do not configure this policy setting, Group Policy will use th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify startup policy processing wait time* - GP Friendly name: *Specify startup policy processing wait time*
- GP name: *SyncWaitTime* - GP name: *SyncWaitTime*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*
@ -3388,7 +3388,7 @@ If you disable this setting or do not configure it, the user's Group Policy Obje
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure user Group Policy loopback processing mode* - GP Friendly name: *Configure user Group Policy loopback processing mode*
- GP name: *UserPolicyMode* - GP name: *UserPolicyMode*
- GP path: *System\Group Policy* - GP path: *System\Group Policy*
- GP ADMX file name: *GroupPolicy.admx* - GP ADMX file name: *GroupPolicy.admx*

View File

@ -101,7 +101,7 @@ If you disable or do not configure this policy setting, DEP is turned on for HTM
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Data Execution Prevention for HTML Help Executible* - GP Friendly name: *Turn off Data Execution Prevention for HTML Help Executible*
- GP name: *DisableHHDEP* - GP name: *DisableHHDEP*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Help.admx* - GP ADMX file name: *Help.admx*
@ -184,7 +184,7 @@ For additional options, see the "Restrict these programs from being launched fro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict potentially unsafe HTML Help functions to specified folders* - GP Friendly name: *Restrict potentially unsafe HTML Help functions to specified folders*
- GP name: *HelpQualifiedRootDir_Comp* - GP name: *HelpQualifiedRootDir_Comp*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Help.admx* - GP ADMX file name: *Help.admx*
@ -258,7 +258,7 @@ If you disable or do not configure this policy setting, users can run all applic
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict these programs from being launched from Help* - GP Friendly name: *Restrict these programs from being launched from Help*
- GP name: *RestrictRunFromHelp* - GP name: *RestrictRunFromHelp*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Help.admx* - GP ADMX file name: *Help.admx*
@ -331,7 +331,7 @@ If you disable or do not configure this policy setting, users can run all applic
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Restrict these programs from being launched from Help* - GP Friendly name: *Restrict these programs from being launched from Help*
- GP name: *RestrictRunFromHelp_Comp* - GP name: *RestrictRunFromHelp_Comp*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Help.admx* - GP ADMX file name: *Help.admx*

View File

@ -99,7 +99,7 @@ If you disable or do not configure this policy setting, the default behavior app
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Active Help* - GP Friendly name: *Turn off Active Help*
- GP name: *ActiveHelp* - GP name: *ActiveHelp*
- GP path: *Windows Components/Online Assistance* - GP path: *Windows Components/Online Assistance*
- GP ADMX file name: *HelpAndSupport.admx* - GP ADMX file name: *HelpAndSupport.admx*
@ -170,7 +170,7 @@ Users can use the control to provide feedback on the quality and usefulness of t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Help Ratings* - GP Friendly name: *Turn off Help Ratings*
- GP name: *HPExplicitFeedback* - GP name: *HPExplicitFeedback*
- GP path: *System/Internet Communication Management/Internet Communication settings* - GP path: *System/Internet Communication Management/Internet Communication settings*
- GP ADMX file name: *HelpAndSupport.admx* - GP ADMX file name: *HelpAndSupport.admx*
@ -238,7 +238,7 @@ If you disable or do not configure this policy setting, users can turn on the He
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Help Experience Improvement Program* - GP Friendly name: *Turn off Help Experience Improvement Program*
- GP name: *HPImplicitFeedback* - GP name: *HPImplicitFeedback*
- GP path: *System/Internet Communication Management/Internet Communication settings* - GP path: *System/Internet Communication Management/Internet Communication settings*
- GP ADMX file name: *HelpAndSupport.admx* - GP ADMX file name: *HelpAndSupport.admx*
@ -307,7 +307,7 @@ If you disable or do not configure this policy setting, users can access online
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Online* - GP Friendly name: *Turn off Windows Online*
- GP name: *HPOnlineAssistance* - GP name: *HPOnlineAssistance*
- GP path: *System/Internet Communication Management/Internet Communication settings* - GP path: *System/Internet Communication Management/Internet Communication settings*
- GP ADMX file name: *HelpAndSupport.admx* - GP ADMX file name: *HelpAndSupport.admx*

View File

@ -407,7 +407,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Administrative Templates (Computers)* - GP Friendly name: *Administrative Templates (Computers)*
- GP name: *MMC_ADMComputers_1* - GP name: *MMC_ADMComputers_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -484,7 +484,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Administrative Templates (Computers)* - GP Friendly name: *Administrative Templates (Computers)*
- GP name: *MMC_ADMComputers_2* - GP name: *MMC_ADMComputers_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -562,7 +562,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Administrative Templates (Users)* - GP Friendly name: *Administrative Templates (Users)*
- GP name: *MMC_ADMUsers_1* - GP name: *MMC_ADMUsers_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -640,7 +640,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Administrative Templates (Users)* - GP Friendly name: *Administrative Templates (Users)*
- GP name: *MMC_ADMUsers_2* - GP name: *MMC_ADMUsers_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -718,7 +718,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *ADSI Edit* - GP Friendly name: *ADSI Edit*
- GP name: *MMC_ADSI* - GP name: *MMC_ADSI*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -796,7 +796,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Active Directory Domains and Trusts* - GP Friendly name: *Active Directory Domains and Trusts*
- GP name: *MMC_ActiveDirDomTrusts* - GP name: *MMC_ActiveDirDomTrusts*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -874,7 +874,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Active Directory Sites and Services* - GP Friendly name: *Active Directory Sites and Services*
- GP name: *MMC_ActiveDirSitesServices* - GP name: *MMC_ActiveDirSitesServices*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -952,7 +952,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Active Directory Users and Computers* - GP Friendly name: *Active Directory Users and Computers*
- GP name: *MMC_ActiveDirUsersComp* - GP name: *MMC_ActiveDirUsersComp*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1030,7 +1030,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *AppleTalk Routing* - GP Friendly name: *AppleTalk Routing*
- GP name: *MMC_AppleTalkRouting* - GP name: *MMC_AppleTalkRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1108,7 +1108,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Authorization Manager* - GP Friendly name: *Authorization Manager*
- GP name: *MMC_AuthMan* - GP name: *MMC_AuthMan*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1186,7 +1186,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Certification Authority* - GP Friendly name: *Certification Authority*
- GP name: *MMC_CertAuth* - GP name: *MMC_CertAuth*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1263,7 +1263,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Certification Authority Policy Settings* - GP Friendly name: *Certification Authority Policy Settings*
- GP name: *MMC_CertAuthPolSet* - GP name: *MMC_CertAuthPolSet*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1340,7 +1340,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Certificates* - GP Friendly name: *Certificates*
- GP name: *MMC_Certs* - GP name: *MMC_Certs*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1417,7 +1417,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Certificate Templates* - GP Friendly name: *Certificate Templates*
- GP name: *MMC_CertsTemplate* - GP name: *MMC_CertsTemplate*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1494,7 +1494,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Component Services* - GP Friendly name: *Component Services*
- GP name: *MMC_ComponentServices* - GP name: *MMC_ComponentServices*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1571,7 +1571,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Computer Management* - GP Friendly name: *Computer Management*
- GP name: *MMC_ComputerManagement* - GP name: *MMC_ComputerManagement*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1648,7 +1648,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Connection Sharing (NAT)* - GP Friendly name: *Connection Sharing (NAT)*
- GP name: *MMC_ConnectionSharingNAT* - GP name: *MMC_ConnectionSharingNAT*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1725,7 +1725,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *DCOM Configuration Extension* - GP Friendly name: *DCOM Configuration Extension*
- GP name: *MMC_DCOMCFG* - GP name: *MMC_DCOMCFG*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1802,7 +1802,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Distributed File System* - GP Friendly name: *Distributed File System*
- GP name: *MMC_DFS* - GP name: *MMC_DFS*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1879,7 +1879,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *DHCP Relay Management* - GP Friendly name: *DHCP Relay Management*
- GP name: *MMC_DHCPRelayMgmt* - GP name: *MMC_DHCPRelayMgmt*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -1956,7 +1956,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Device Manager* - GP Friendly name: *Device Manager*
- GP name: *MMC_DeviceManager_1* - GP name: *MMC_DeviceManager_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2033,7 +2033,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Device Manager* - GP Friendly name: *Device Manager*
- GP name: *MMC_DeviceManager_2* - GP name: *MMC_DeviceManager_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2110,7 +2110,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disk Defragmenter* - GP Friendly name: *Disk Defragmenter*
- GP name: *MMC_DiskDefrag* - GP name: *MMC_DiskDefrag*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2187,7 +2187,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disk Management* - GP Friendly name: *Disk Management*
- GP name: *MMC_DiskMgmt* - GP name: *MMC_DiskMgmt*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2264,7 +2264,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enterprise PKI* - GP Friendly name: *Enterprise PKI*
- GP name: *MMC_EnterprisePKI* - GP name: *MMC_EnterprisePKI*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2341,7 +2341,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event Viewer* - GP Friendly name: *Event Viewer*
- GP name: *MMC_EventViewer_1* - GP name: *MMC_EventViewer_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2418,7 +2418,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event Viewer (Windows Vista)* - GP Friendly name: *Event Viewer (Windows Vista)*
- GP name: *MMC_EventViewer_2* - GP name: *MMC_EventViewer_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2495,7 +2495,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event Viewer* - GP Friendly name: *Event Viewer*
- GP name: *MMC_EventViewer_3* - GP name: *MMC_EventViewer_3*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2572,7 +2572,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event Viewer (Windows Vista)* - GP Friendly name: *Event Viewer (Windows Vista)*
- GP name: *MMC_EventViewer_4* - GP name: *MMC_EventViewer_4*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2650,7 +2650,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event Viewer (Windows Vista)* - GP Friendly name: *Event Viewer (Windows Vista)*
- GP name: *MMC_EventViewer_2* - GP name: *MMC_EventViewer_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2727,7 +2727,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *FAX Service* - GP Friendly name: *FAX Service*
- GP name: *MMC_FAXService* - GP name: *MMC_FAXService*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2804,7 +2804,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Failover Clusters Manager* - GP Friendly name: *Failover Clusters Manager*
- GP name: *MMC_FailoverClusters* - GP name: *MMC_FailoverClusters*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2881,7 +2881,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Folder Redirection* - GP Friendly name: *Folder Redirection*
- GP name: *MMC_FolderRedirection_1* - GP name: *MMC_FolderRedirection_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -2958,7 +2958,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Folder Redirection* - GP Friendly name: *Folder Redirection*
- GP name: *MMC_FolderRedirection_2* - GP name: *MMC_FolderRedirection_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3035,7 +3035,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *FrontPage Server Extensions* - GP Friendly name: *FrontPage Server Extensions*
- GP name: *MMC_FrontPageExt* - GP name: *MMC_FrontPageExt*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3112,7 +3112,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Group Policy Management* - GP Friendly name: *Group Policy Management*
- GP name: *MMC_GroupPolicyManagementSnapIn* - GP name: *MMC_GroupPolicyManagementSnapIn*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3189,7 +3189,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Group Policy Object Editor* - GP Friendly name: *Group Policy Object Editor*
- GP name: *MMC_GroupPolicySnapIn* - GP name: *MMC_GroupPolicySnapIn*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3268,7 +3268,7 @@ When the Group Policy tab is inaccessible, it does not appear in the site, domai
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Group Policy tab for Active Directory Tools* - GP Friendly name: *Group Policy tab for Active Directory Tools*
- GP name: *MMC_GroupPolicyTab* - GP name: *MMC_GroupPolicyTab*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3345,7 +3345,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Health Registration Authority (HRA)* - GP Friendly name: *Health Registration Authority (HRA)*
- GP name: *MMC_HRA* - GP name: *MMC_HRA*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3422,7 +3422,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Internet Authentication Service (IAS)* - GP Friendly name: *Internet Authentication Service (IAS)*
- GP name: *MMC_IAS* - GP name: *MMC_IAS*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3499,7 +3499,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IAS Logging* - GP Friendly name: *IAS Logging*
- GP name: *MMC_IASLogging* - GP name: *MMC_IASLogging*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3576,7 +3576,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Internet Explorer Maintenance* - GP Friendly name: *Internet Explorer Maintenance*
- GP name: *MMC_IEMaintenance_1* - GP name: *MMC_IEMaintenance_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3653,7 +3653,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Internet Explorer Maintenance* - GP Friendly name: *Internet Explorer Maintenance*
- GP name: *MMC_IEMaintenance_2* - GP name: *MMC_IEMaintenance_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3730,7 +3730,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IGMP Routing* - GP Friendly name: *IGMP Routing*
- GP name: *MMC_IGMPRouting* - GP name: *MMC_IGMPRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3807,7 +3807,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Internet Information Services* - GP Friendly name: *Internet Information Services*
- GP name: *MMC_IIS* - GP name: *MMC_IIS*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3884,7 +3884,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IP Routing* - GP Friendly name: *IP Routing*
- GP name: *MMC_IPRouting* - GP name: *MMC_IPRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -3961,7 +3961,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IP Security Policy Management* - GP Friendly name: *IP Security Policy Management*
- GP name: *MMC_IPSecManage_GP* - GP name: *MMC_IPSecManage_GP*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4038,7 +4038,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IPX RIP Routing* - GP Friendly name: *IPX RIP Routing*
- GP name: *MMC_IPXRIPRouting* - GP name: *MMC_IPXRIPRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4115,7 +4115,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IPX Routing* - GP Friendly name: *IPX Routing*
- GP name: *MMC_IPXRouting* - GP name: *MMC_IPXRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4192,7 +4192,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IPX SAP Routing* - GP Friendly name: *IPX SAP Routing*
- GP name: *MMC_IPXSAPRouting* - GP name: *MMC_IPXSAPRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4269,7 +4269,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Indexing Service* - GP Friendly name: *Indexing Service*
- GP name: *MMC_IndexingService* - GP name: *MMC_IndexingService*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4346,7 +4346,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IP Security Policy Management* - GP Friendly name: *IP Security Policy Management*
- GP name: *MMC_IpSecManage* - GP name: *MMC_IpSecManage*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4423,7 +4423,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IP Security Monitor* - GP Friendly name: *IP Security Monitor*
- GP name: *MMC_IpSecMonitor* - GP name: *MMC_IpSecMonitor*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4500,7 +4500,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Local Users and Groups* - GP Friendly name: *Local Users and Groups*
- GP name: *MMC_LocalUsersGroups* - GP name: *MMC_LocalUsersGroups*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4577,7 +4577,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Logical and Mapped Drives* - GP Friendly name: *Logical and Mapped Drives*
- GP name: *MMC_LogicalMappedDrives* - GP name: *MMC_LogicalMappedDrives*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4654,7 +4654,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Network Policy Server (NPS)* - GP Friendly name: *Network Policy Server (NPS)*
- GP name: *MMC_NPSUI* - GP name: *MMC_NPSUI*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4731,7 +4731,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *NAP Client Configuration* - GP Friendly name: *NAP Client Configuration*
- GP name: *MMC_NapSnap* - GP name: *MMC_NapSnap*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4808,7 +4808,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *NAP Client Configuration* - GP Friendly name: *NAP Client Configuration*
- GP name: *MMC_NapSnap_GP* - GP name: *MMC_NapSnap_GP*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4885,7 +4885,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *.Net Framework Configuration* - GP Friendly name: *.Net Framework Configuration*
- GP name: *MMC_Net_Framework* - GP name: *MMC_Net_Framework*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -4962,7 +4962,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Online Responder* - GP Friendly name: *Online Responder*
- GP name: *MMC_OCSP* - GP name: *MMC_OCSP*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5039,7 +5039,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *OSPF Routing* - GP Friendly name: *OSPF Routing*
- GP name: *MMC_OSPFRouting* - GP name: *MMC_OSPFRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5116,7 +5116,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Performance Logs and Alerts* - GP Friendly name: *Performance Logs and Alerts*
- GP name: *MMC_PerfLogsAlerts* - GP name: *MMC_PerfLogsAlerts*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5193,7 +5193,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Public Key Policies* - GP Friendly name: *Public Key Policies*
- GP name: *MMC_PublicKey* - GP name: *MMC_PublicKey*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5270,7 +5270,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *QoS Admission Control* - GP Friendly name: *QoS Admission Control*
- GP name: *MMC_QoSAdmission* - GP name: *MMC_QoSAdmission*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5347,7 +5347,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *RAS Dialin - User Node* - GP Friendly name: *RAS Dialin - User Node*
- GP name: *MMC_RAS_DialinUser* - GP name: *MMC_RAS_DialinUser*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5424,7 +5424,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *RIP Routing* - GP Friendly name: *RIP Routing*
- GP name: *MMC_RIPRouting* - GP name: *MMC_RIPRouting*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5501,7 +5501,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remote Installation Services* - GP Friendly name: *Remote Installation Services*
- GP name: *MMC_RIS* - GP name: *MMC_RIS*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5578,7 +5578,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Routing and Remote Access* - GP Friendly name: *Routing and Remote Access*
- GP name: *MMC_RRA* - GP name: *MMC_RRA*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5655,7 +5655,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Storage Management* - GP Friendly name: *Removable Storage Management*
- GP name: *MMC_RSM* - GP name: *MMC_RSM*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5732,7 +5732,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Storage* - GP Friendly name: *Removable Storage*
- GP name: *MMC_RemStore* - GP name: *MMC_RemStore*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5809,7 +5809,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remote Access* - GP Friendly name: *Remote Access*
- GP name: *MMC_RemoteAccess* - GP name: *MMC_RemoteAccess*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5886,7 +5886,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remote Desktops* - GP Friendly name: *Remote Desktops*
- GP name: *MMC_RemoteDesktop* - GP name: *MMC_RemoteDesktop*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -5963,7 +5963,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Resultant Set of Policy snap-in* - GP Friendly name: *Resultant Set of Policy snap-in*
- GP name: *MMC_ResultantSetOfPolicySnapIn* - GP name: *MMC_ResultantSetOfPolicySnapIn*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6040,7 +6040,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Routing* - GP Friendly name: *Routing*
- GP name: *MMC_Routing* - GP name: *MMC_Routing*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6117,7 +6117,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Security Configuration and Analysis* - GP Friendly name: *Security Configuration and Analysis*
- GP name: *MMC_SCA* - GP name: *MMC_SCA*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6194,7 +6194,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *SMTP Protocol* - GP Friendly name: *SMTP Protocol*
- GP name: *MMC_SMTPProtocol* - GP name: *MMC_SMTPProtocol*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6271,7 +6271,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *SNMP* - GP Friendly name: *SNMP*
- GP name: *MMC_SNMP* - GP name: *MMC_SNMP*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Extension snap-ins*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6348,7 +6348,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Scripts (Startup/Shutdown)* - GP Friendly name: *Scripts (Startup/Shutdown)*
- GP name: *MMC_ScriptsMachine_1* - GP name: *MMC_ScriptsMachine_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6425,7 +6425,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Scripts (Startup/Shutdown)* - GP Friendly name: *Scripts (Startup/Shutdown)*
- GP name: *MMC_ScriptsMachine_2* - GP name: *MMC_ScriptsMachine_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6502,7 +6502,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Scripts (Logon/Logoff)* - GP Friendly name: *Scripts (Logon/Logoff)*
- GP name: *MMC_ScriptsUser_1* - GP name: *MMC_ScriptsUser_1*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Group Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*
@ -6579,7 +6579,7 @@ When a snap-in is prohibited, it does not appear in the Add/Remove Snap-in windo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Scripts (Logon/Logoff)* - GP Friendly name: *Scripts (Logon/Logoff)*
- GP name: *MMC_ScriptsUser_2* - GP name: *MMC_ScriptsUser_2*
- GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions* - GP path: *Windows Components\Microsoft Management Console\Restricted/Permitted snap-ins\Group Policy\Resultant Set of Policy snap-in extensions*
- GP ADMX file name: *MMCSnapins.admx* - GP ADMX file name: *MMCSnapins.admx*

View File

@ -92,7 +92,7 @@ By default, this setting is Disabled. This setting does not affect whether users
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Block all consumer Microsoft account user authentication* - GP Friendly name: *Block all consumer Microsoft account user authentication*
- GP name: *MicrosoftAccount_DisableUserAuth* - GP name: *MicrosoftAccount_DisableUserAuth*
- GP path: *Windows Components\Microsoft account* - GP path: *Windows Components\Microsoft account*
- GP ADMX file name: *MSAPolicy.admx* - GP ADMX file name: *MSAPolicy.admx*

View File

@ -93,7 +93,7 @@ If you disable or do not configure this policy setting, the daily scheduled time
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Automatic Maintenance Activation Boundary* - GP Friendly name: *Automatic Maintenance Activation Boundary*
- GP name: *ActivationBoundaryPolicy* - GP name: *ActivationBoundaryPolicy*
- GP path: *Windows Components\Maintenance Scheduler* - GP path: *Windows Components\Maintenance Scheduler*
- GP ADMX file name: *msched.admx* - GP ADMX file name: *msched.admx*
@ -166,7 +166,7 @@ If you disable this policy setting, no random delay will be applied to Automatic
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Automatic Maintenance Random Delay* - GP Friendly name: *Automatic Maintenance Random Delay*
- GP name: *RandomDelayPolicy* - GP name: *RandomDelayPolicy*
- GP path: *Windows Components\Maintenance Scheduler* - GP path: *Windows Components\Maintenance Scheduler*
- GP ADMX file name: *msched.admx* - GP ADMX file name: *msched.admx*

View File

@ -102,7 +102,7 @@ No reboots or service restarts are required for this policy setting to take effe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Microsoft Support Diagnostic Tool: Turn on MSDT interactive communication with support provider* - GP Friendly name: *Microsoft Support Diagnostic Tool: Turn on MSDT interactive communication with support provider*
- GP name: *MsdtSupportProvider* - GP name: *MsdtSupportProvider*
- GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool* - GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool*
- GP ADMX file name: *MSDT.admx* - GP ADMX file name: *MSDT.admx*
@ -189,7 +189,7 @@ The DPS can be configured with the Services snap-in to the Microsoft Management
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Microsoft Support Diagnostic Tool: Restrict tool download* - GP Friendly name: *Microsoft Support Diagnostic Tool: Restrict tool download*
- GP name: *MsdtToolDownloadPolicy* - GP name: *MsdtToolDownloadPolicy*
- GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool* - GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool*
- GP ADMX file name: *MSDT.admx* - GP ADMX file name: *MSDT.admx*
@ -264,7 +264,7 @@ This policy setting will only take effect when the Diagnostic Policy Service (DP
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Microsoft Support Diagnostic Tool: Configure execution level* - GP Friendly name: *Microsoft Support Diagnostic Tool: Configure execution level*
- GP name: *WdiScenarioExecutionPolicy* - GP name: *WdiScenarioExecutionPolicy*
- GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool* - GP path: *System\Troubleshooting and Diagnostics\Microsoft Support Diagnostic Tool*
- GP ADMX file name: *MSDT.admx* - GP ADMX file name: *MSDT.admx*

View File

@ -162,7 +162,7 @@ If you disable or do not configure this policy setting, by default, only system
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow users to browse for source while elevated* - GP Friendly name: *Allow users to browse for source while elevated*
- GP name: *AllowLockdownBrowse* - GP name: *AllowLockdownBrowse*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -236,7 +236,7 @@ Also, see the "Prevent removable media source for any install" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow users to use media source while elevated* - GP Friendly name: *Allow users to use media source while elevated*
- GP name: *AllowLockdownMedia* - GP name: *AllowLockdownMedia*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -307,7 +307,7 @@ This policy setting does not affect installations that run in the user's securit
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow users to patch elevated products* - GP Friendly name: *Allow users to patch elevated products*
- GP name: *AllowLockdownPatch* - GP name: *AllowLockdownPatch*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -383,7 +383,7 @@ If you disable or do not configure this policy setting, Windows Installer will u
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit use of Restart Manager* - GGP Friendly name: *Prohibit use of Restart Manager*
- GP name: *DisableAutomaticApplicationShutdown* - GP name: *DisableAutomaticApplicationShutdown*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -459,7 +459,7 @@ Also, see the "Enable user to browse for source while elevated" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove browse dialog box for new source* - GP Friendly name: *Remove browse dialog box for new source*
- GP name: *DisableBrowse* - GP name: *DisableBrowse*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -529,7 +529,7 @@ If you disable or do not configure this policy setting, it enables faster applic
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit flyweight patching* - GP Friendly name: *Prohibit flyweight patching*
- GP name: *DisableFlyweightPatching* - GP name: *DisableFlyweightPatching*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -603,7 +603,7 @@ If you disable or do not configure this policy setting, Windows Installer will a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off logging via package settings* - GP Friendly name: *Turn off logging via package settings*
- GP name: *DisableLoggingFromPackage* - GP name: *DisableLoggingFromPackage*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -679,7 +679,7 @@ This policy setting affects Windows Installer only. It does not prevent users fr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Installer* - GP Friendly name: *Turn off Windows Installer*
- GP name: *DisableMSI* - GP name: *DisableMSI*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -753,7 +753,7 @@ Also, see the "Enable user to use media source while elevated" and "Hide the 'Ad
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent removable media source for any installation* - GP Friendly name: *Prevent removable media source for any installation*
- GP name: *DisableMedia* - GP name: *DisableMedia*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -828,7 +828,7 @@ Also, see the "Enable user to patch elevated products" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from using Windows Installer to install updates and upgrades* - GP Friendly name: *Prevent users from using Windows Installer to install updates and upgrades*
- GP name: *DisablePatch* - GP name: *DisablePatch*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -899,7 +899,7 @@ This policy setting appears in the Computer Configuration and User Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit rollback* - GP Friendly name: *Prohibit rollback*
- GP name: *DisableRollback_1* - GP name: *DisableRollback_1*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -971,7 +971,7 @@ This policy setting appears in the Computer Configuration and User Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit rollback* - GP Friendly name: *Prohibit rollback*
- GP name: *DisableRollback_2* - GP name: *DisableRollback_2*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1041,7 +1041,7 @@ If you disable or do not configure this policy setting, by default, the shared c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off shared components* - GP Friendly name: *Turn off shared components*
- GP name: *DisableSharedComponent* - GP name: *DisableSharedComponent*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1113,7 +1113,7 @@ If you disable or do not configure this policy setting, Windows Installer logs t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify the types of events Windows Installer records in its transaction log* - GP Friendly name: *Specify the types of events Windows Installer records in its transaction log*
- GP name: *MSILogging* - GP name: *MSILogging*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1186,7 +1186,7 @@ If you disable or do not configure this policy setting, users without administra
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit non-administrators from applying vendor signed updates* - GP Friendly name: *Prohibit non-administrators from applying vendor signed updates*
- GP name: *MSI_DisableLUAPatching* - GP name: *MSI_DisableLUAPatching*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1259,7 +1259,7 @@ If you disable or do not configure this policy setting, a user can remove an upd
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit removal of updates* - GP Friendly name: *Prohibit removal of updates*
- GP name: *MSI_DisablePatchUninstall* - GP name: *MSI_DisablePatchUninstall*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1330,7 +1330,7 @@ If you disable or do not configure this policy setting, by default, the Windows
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off creation of System Restore checkpoints* - GP Friendly name: *Turn off creation of System Restore checkpoints*
- GP name: *MSI_DisableSRCheckPoints* - GP name: *MSI_DisableSRCheckPoints*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1401,7 +1401,7 @@ If you enable this policy setting and "Hide User Installs" is selected, the inst
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit User Installs* - GP Friendly name: *Prohibit User Installs*
- GP name: *MSI_DisableUserInstalls* - GP name: *MSI_DisableUserInstalls*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1478,7 +1478,7 @@ If you disable or do not configure this policy setting, the Windows Installer wi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enforce upgrade component rules* - GP Friendly name: *Enforce upgrade component rules*
- GP name: *MSI_EnforceUpgradeComponentRules* - GP name: *MSI_EnforceUpgradeComponentRules*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1554,7 +1554,7 @@ If you disable or do not configure this policy setting, the Windows Installer wi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control maximum size of baseline file cache* - GP Friendly name: *Control maximum size of baseline file cache*
- GP name: *MSI_MaxPatchCacheSize* - GP name: *MSI_MaxPatchCacheSize*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1624,7 +1624,7 @@ If you disable or do not configure this policy setting, embedded UI is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent embedded UI* - GP Friendly name: *Prevent embedded UI*
- GP name: *MsiDisableEmbeddedUI* - GP name: *MsiDisableEmbeddedUI*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1696,7 +1696,7 @@ This policy setting is designed for enterprises that use Web-based tools to dist
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Internet Explorer security prompt for Windows Installer scripts* - GP Friendly name: *Prevent Internet Explorer security prompt for Windows Installer scripts*
- GP name: *SafeForScripting* - GP name: *SafeForScripting*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1772,7 +1772,7 @@ To exclude a file source, omit or delete the letter representing that source typ
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify the order in which Windows Installer searches for installation files* - GP Friendly name: *Specify the order in which Windows Installer searches for installation files*
- GP name: *SearchOrder* - GP name: *SearchOrder*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*
@ -1850,7 +1850,7 @@ If you do not configure this policy setting on Windows 2000 Professional, Window
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Save copies of transform files in a secure location on workstation* - GP Friendly name: *Save copies of transform files in a secure location on workstation*
- GP name: *TransformsSecure* - GP name: *TransformsSecure*
- GP path: *Windows Components\Windows Installer* - GP path: *Windows Components\Windows Installer*
- GP ADMX file name: *MSI.admx* - GP ADMX file name: *MSI.admx*

View File

@ -121,7 +121,7 @@ You must configure this setting to have complete NCA functionality.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Corporate Resources* - GP Friendly name: *Corporate Resources*
- GP name: *CorporateResources* - GP name: *CorporateResources*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -186,7 +186,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting sp
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom Commands* - GP Friendly name: *Custom Commands*
- GP name: *CustomCommands* - GP name: *CustomCommands*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -257,7 +257,7 @@ You must configure this setting to have complete NCA functionality.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *IPsec Tunnel Endpoints* - GP Friendly name: *IPsec Tunnel Endpoints*
- GP name: *DTEs* - GP name: *DTEs*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -324,7 +324,7 @@ If this setting is not configured, the string that appears for DirectAccess conn
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Friendly Name* - GP Friendly name: *Friendly Name*
- GP name: *FriendlyName* - GP name: *FriendlyName*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -400,7 +400,7 @@ If this setting is not configured, users do not have Connect or Disconnect optio
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prefer Local Names Allowed* - GP Friendly name: *Prefer Local Names Allowed*
- GP name: *LocalNamesOn* - GP name: *LocalNamesOn*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -466,7 +466,7 @@ Set this to Disabled to keep NCA probing actively all the time. If this setting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *DirectAccess Passive Mode* - GP Friendly name: *DirectAccess Passive Mode*
- GP name: *PassiveMode* - GP name: *PassiveMode*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -535,7 +535,7 @@ If this setting is not configured, the entry for DirectAccess connectivity appea
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *User Interface* - GP Friendly name: *User Interface*
- GP name: *ShowUI* - GP name: *ShowUI*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*
@ -602,7 +602,7 @@ When the user sends the log files to the Administrator, NCA uses the default e-m
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Support Email Address* - GP Friendly name: *Support Email Address*
- GP name: *SupportEmail* - GP name: *SupportEmail*
- GP path: *Network\DirectAccess Client Experience Settings* - GP path: *Network\DirectAccess Client Experience Settings*
- GP ADMX file name: *nca.admx* - GP ADMX file name: *nca.admx*

View File

@ -104,7 +104,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting e
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify corporate DNS probe host address* - GP Friendly name: *Specify corporate DNS probe host address*
- GP name: *NCSI_CorpDnsProbeContent* - GP name: *NCSI_CorpDnsProbeContent*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -169,7 +169,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify corporate DNS probe host name* - GP Friendly name: *Specify corporate DNS probe host name*
- GP name: *NCSI_CorpDnsProbeHost* - GP name: *NCSI_CorpDnsProbeHost*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -234,7 +234,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify corporate site prefix list* - GP Friendly name: *Specify corporate site prefix list*
- GP name: *NCSI_CorpSitePrefixes* - GP name: *NCSI_CorpSitePrefixes*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -299,7 +299,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify corporate Website probe URL* - GP Friendly name: *Specify corporate Website probe URL*
- GP name: *NCSI_CorpWebProbeUrl* - GP name: *NCSI_CorpWebProbeUrl*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -367,7 +367,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify domain location determination URL* - GP Friendly name: *Specify domain location determination URL*
- GP name: *NCSI_DomainLocationDeterminationUrl* - GP name: *NCSI_DomainLocationDeterminationUrl*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -432,7 +432,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify global DNS* - GP Friendly name: *Specify global DNS*
- GP name: *NCSI_GlobalDns* - GP name: *NCSI_GlobalDns*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*
@ -497,7 +497,7 @@ Available in the latest Windows 10 Insider Preview Build. This Policy setting en
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify passive polling* - GP Friendly name: *Specify passive polling*
- GP name: *NCSI_PassivePolling* - GP name: *NCSI_PassivePolling*
- GP path: *Network\Network Connectivity Status Indicator* - GP path: *Network\Network Connectivity Status Indicator*
- GP ADMX file name: *NCSI.admx* - GP ADMX file name: *NCSI.admx*

View File

@ -200,7 +200,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify address lookup behavior for DC locator ping* - GP Friendly name: *Specify address lookup behavior for DC locator ping*
- GP name: *Netlogon_AddressLookupOnPingBehavior* - GP name: *Netlogon_AddressLookupOnPingBehavior*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -273,7 +273,7 @@ If you do not configure this policy setting, DC Locator APIs can return IPv4/IPv
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Return domain controller address type* - GP Friendly name: *Return domain controller address type*
- GP name: *Netlogon_AddressTypeReturned* - GP name: *Netlogon_AddressTypeReturned*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -346,7 +346,7 @@ If you disable this policy setting, when the AllowSingleLabelDnsDomain policy is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use DNS name resolution when a single-label domain name is used, by appending different registered DNS suffixes, if the AllowSingleLabelDnsDomain setting is not enabled.* - GP Friendly name: *Use DNS name resolution when a single-label domain name is used, by appending different registered DNS suffixes, if the AllowSingleLabelDnsDomain setting is not enabled.*
- GP name: *Netlogon_AllowDnsSuffixSearch* - GP name: *Netlogon_AllowDnsSuffixSearch*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -421,7 +421,7 @@ If you do not configure this policy setting, Net Logon will not allow the negoti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow cryptography algorithms compatible with Windows NT 4.0* - GP Friendly name: *Allow cryptography algorithms compatible with Windows NT 4.0*
- GP name: *Netlogon_AllowNT4Crypto* - GP name: *Netlogon_AllowNT4Crypto*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -496,7 +496,7 @@ If you do not configure this policy setting, it is not applied to any computers,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use DNS name resolution with a single-label domain name instead of NetBIOS name resolution to locate the DC* - GP Friendly name: *Use DNS name resolution with a single-label domain name instead of NetBIOS name resolution to locate the DC*
- GP name: *Netlogon_AllowSingleLabelDnsDomain* - GP name: *Netlogon_AllowSingleLabelDnsDomain*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -569,7 +569,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use automated site coverage by the DC Locator DNS SRV Records* - GP Friendly name: *Use automated site coverage by the DC Locator DNS SRV Records*
- GP name: *Netlogon_AutoSiteCoverage* - GP name: *Netlogon_AutoSiteCoverage*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -645,7 +645,7 @@ If you disable this policy setting, the DC location algorithm can use NetBIOS-ba
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not use NetBIOS-based discovery for domain controller location when DNS-based discovery fails* - GP Friendly name: *Do not use NetBIOS-based discovery for domain controller location when DNS-based discovery fails*
- GP name: *Netlogon_AvoidFallbackNetbiosDiscovery* - GP name: *Netlogon_AvoidFallbackNetbiosDiscovery*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -720,7 +720,7 @@ If you do not configure this policy setting, it is not applied to any DCs.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Contact PDC on logon failure* - GP Friendly name: *Contact PDC on logon failure*
- GP name: *Netlogon_AvoidPdcOnWan* - GP name: *Netlogon_AvoidPdcOnWan*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -798,7 +798,7 @@ If the value of this setting is less than the value specified in the NegativeCac
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use initial DC discovery retry setting for background callers* - GP Friendly name: *Use initial DC discovery retry setting for background callers*
- GP name: *Netlogon_BackgroundRetryInitialPeriod* - GP name: *Netlogon_BackgroundRetryInitialPeriod*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -878,7 +878,7 @@ If the value for this setting is too small and the DC is not available, the freq
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use maximum DC discovery retry interval setting for background callers* - GP Friendly name: *Use maximum DC discovery retry interval setting for background callers*
- GP name: *Netlogon_BackgroundRetryMaximumPeriod* - GP name: *Netlogon_BackgroundRetryMaximumPeriod*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -950,7 +950,7 @@ The default value for this setting is to not quit retrying (0). The maximum valu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use final DC discovery retry setting for background callers* - GP Friendly name: *Use final DC discovery retry setting for background callers*
- GP name: *Netlogon_BackgroundRetryQuitTime* - GP name: *Netlogon_BackgroundRetryQuitTime*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1017,7 +1017,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting de
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use positive periodic DC cache refresh for background callers* - GP Friendly name: *Use positive periodic DC cache refresh for background callers*
- GP name: *Netlogon_BackgroundSuccessfulRefreshPeriod* - GP name: *Netlogon_BackgroundSuccessfulRefreshPeriod*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1092,7 +1092,7 @@ If you disable this policy setting or do not configure it, the default behavior
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify log file debug output level* - GP Friendly name: *Specify log file debug output level*
- GP name: *Netlogon_DebugFlag* - GP name: *Netlogon_DebugFlag*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1191,7 +1191,7 @@ If you do not configure this policy setting, DCs use their local configuration.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify DC Locator DNS records not registered by the DCs* - GP Friendly name: *Specify DC Locator DNS records not registered by the DCs*
- GP name: *Netlogon_DnsAvoidRegisterRecords* - GP name: *Netlogon_DnsAvoidRegisterRecords*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1267,7 +1267,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify Refresh Interval of the DC Locator DNS records* - GP Friendly name: *Specify Refresh Interval of the DC Locator DNS records*
- GP name: *Netlogon_DnsRefreshInterval* - GP name: *Netlogon_DnsRefreshInterval*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1343,7 +1343,7 @@ A reboot is not required for changes to this setting to take effect.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use lowercase DNS host names when registering domain controller SRV records* - GP Friendly name: *Use lowercase DNS host names when registering domain controller SRV records*
- GP name: *Netlogon_DnsSrvRecordUseLowerCaseHostNames* - GP name: *Netlogon_DnsSrvRecordUseLowerCaseHostNames*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1413,7 +1413,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set TTL in the DC Locator DNS Records* - GP Friendly name: *Set TTL in the DC Locator DNS Records*
- GP name: *Netlogon_DnsTtl* - GP name: *Netlogon_DnsTtl*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1484,7 +1484,7 @@ If you do not configure this policy setting, it is not applied to any computers,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify expected dial-up delay on logon* - GP Friendly name: *Specify expected dial-up delay on logon*
- GP name: *Netlogon_ExpectedDialupDelay* - GP name: *Netlogon_ExpectedDialupDelay*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1559,7 +1559,7 @@ If you do not configure this policy setting, Force Rediscovery will be used by d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force Rediscovery Interval* - GP Friendly name: *Force Rediscovery Interval*
- GP name: *Netlogon_ForceRediscoveryInterval* - GP name: *Netlogon_ForceRediscoveryInterval*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1632,7 +1632,7 @@ If you do not configure this policy setting, it is not applied to any GCs, and G
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify sites covered by the GC Locator DNS SRV Records* - GP Friendly name: *Specify sites covered by the GC Locator DNS SRV Records*
- GP name: *Netlogon_GcSiteCoverage* - GP name: *Netlogon_GcSiteCoverage*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1708,7 +1708,7 @@ If you disable or do not configure this policy setting, this DC processes incomi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not process incoming mailslot messages used for domain controller location based on NetBIOS domain names* - GP Friendly name: *Do not process incoming mailslot messages used for domain controller location based on NetBIOS domain names*
- GP name: *Netlogon_IgnoreIncomingMailslotMessages* - GP name: *Netlogon_IgnoreIncomingMailslotMessages*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1781,7 +1781,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Priority in the DC Locator DNS SRV records* - GP Friendly name: *Set Priority in the DC Locator DNS SRV records*
- GP name: *Netlogon_LdapSrvPriority* - GP name: *Netlogon_LdapSrvPriority*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1854,7 +1854,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Weight in the DC Locator DNS SRV records* - GP Friendly name: *Set Weight in the DC Locator DNS SRV records*
- GP name: *Netlogon_LdapSrvWeight* - GP name: *Netlogon_LdapSrvWeight*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1925,7 +1925,7 @@ If you disable or do not configure this policy setting, the default behavior occ
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify maximum log file size* - GP Friendly name: *Specify maximum log file size*
- GP name: *Netlogon_MaximumLogFileSize* - GP name: *Netlogon_MaximumLogFileSize*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -1998,7 +1998,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify sites covered by the application directory partition DC Locator DNS SRV records* - GP Friendly name: *Specify sites covered by the application directory partition DC Locator DNS SRV records*
- GP name: *Netlogon_NdncSiteCoverage* - GP name: *Netlogon_NdncSiteCoverage*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2070,7 +2070,7 @@ The default value for this setting is 45 seconds. The maximum value for this set
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify negative DC Discovery cache setting* - GP Friendly name: *Specify negative DC Discovery cache setting*
- GP name: *Netlogon_NegativeCachePeriod* - GP name: *Netlogon_NegativeCachePeriod*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2148,7 +2148,7 @@ If you enable this policy setting, domain administrators should ensure that the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Netlogon share compatibility* - GP Friendly name: *Set Netlogon share compatibility*
- GP name: *Netlogon_NetlogonShareCompatibilityMode* - GP name: *Netlogon_NetlogonShareCompatibilityMode*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2217,7 +2217,7 @@ The default value for this setting is 30 minutes (1800). The maximum value for t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify positive periodic DC Cache refresh for non-background callers* - GP Friendly name: *Specify positive periodic DC Cache refresh for non-background callers*
- GP name: *Netlogon_NonBackgroundSuccessfulRefreshPeriod* - GP name: *Netlogon_NonBackgroundSuccessfulRefreshPeriod*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2295,7 +2295,7 @@ If you do not configure this policy setting, it is not applied to any computers,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Use urgent mode when pinging domain controllers* - GP Friendly name: *Use urgent mode when pinging domain controllers*
- GP name: *Netlogon_PingUrgencyMode* - GP name: *Netlogon_PingUrgencyMode*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2372,7 +2372,7 @@ To enable the setting, click Enabled, and then specify the interval in seconds.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set scavenge interval* - GP Friendly name: *Set scavenge interval*
- GP name: *Netlogon_ScavengeInterval* - GP name: *Netlogon_ScavengeInterval*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2445,7 +2445,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify sites covered by the DC Locator DNS SRV records* - GP Friendly name: *Specify sites covered by the DC Locator DNS SRV records*
- GP name: *Netlogon_SiteCoverage* - GP name: *Netlogon_SiteCoverage*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2518,7 +2518,7 @@ If you do not configure this policy setting, it is not applied to any computers,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify site name* - GP Friendly name: *Specify site name*
- GP name: *Netlogon_SiteName* - GP name: *Netlogon_SiteName*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2596,7 +2596,7 @@ If you enable this policy setting, domain administrators should ensure that the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set SYSVOL share compatibility* - GP Friendly name: *Set SYSVOL share compatibility*
- GP name: *Netlogon_SysvolShareCompatibilityMode* - GP name: *Netlogon_SysvolShareCompatibilityMode*
- GP path: *System\Net Logon* - GP path: *System\Net Logon*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2671,7 +2671,7 @@ If you do not configure this policy setting, Try Next Closest Site DC Location w
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Try Next Closest Site* - GP Friendly name: *Try Next Closest Site*
- GP name: *Netlogon_TryNextClosestSite* - GP name: *Netlogon_TryNextClosestSite*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*
@ -2744,7 +2744,7 @@ If you do not configure this policy setting, it is not applied to any DCs, and D
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify dynamic registration of the DC Locator DNS Records* - GP Friendly name: *Specify dynamic registration of the DC Locator DNS Records*
- GP name: *Netlogon_UseDynamicDns* - GP name: *Netlogon_UseDynamicDns*
- GP path: *System\Net Logon\DC Locator DNS Records* - GP path: *System\Net Logon\DC Locator DNS Records*
- GP ADMX file name: *Netlogon.admx* - GP ADMX file name: *Netlogon.admx*

View File

@ -180,7 +180,7 @@ The Install and Uninstall buttons appear in the properties dialog box for connec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit adding and removing components for a LAN or remote access connection* - GP Friendly name: *Prohibit adding and removing components for a LAN or remote access connection*
- GP name: *NC_AddRemoveComponents* - GP name: *NC_AddRemoveComponents*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -256,7 +256,7 @@ If you disable this setting or do not configure it, the Advanced Settings item i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to the Advanced Settings item on the Advanced menu* - GP Friendly name: *Prohibit access to the Advanced Settings item on the Advanced menu*
- GP name: *NC_AdvancedSettings* - GP name: *NC_AdvancedSettings*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -337,7 +337,7 @@ Changing this setting from Enabled to Not Configured does not enable the Advance
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit TCP/IP advanced configuration* - GP Friendly name: *Prohibit TCP/IP advanced configuration*
- GP name: *NC_AllowAdvancedTCPIPConfig* - GP name: *NC_AllowAdvancedTCPIPConfig*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -413,7 +413,7 @@ If you disable this setting or do not configure it, the Properties dialog box fo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit Enabling/Disabling components of a LAN connection* - GP Friendly name: *Prohibit Enabling/Disabling components of a LAN connection*
- GP name: *NC_ChangeBindState* - GP name: *NC_ChangeBindState*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -495,7 +495,7 @@ When enabled, the "Prohibit deletion of remote access connections" setting takes
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to delete all user remote access connections* - GP Friendly name: *Ability to delete all user remote access connections*
- GP name: *NC_DeleteAllUserConnection* - GP name: *NC_DeleteAllUserConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -575,7 +575,7 @@ When enabled, this setting takes precedence over the "Ability to delete all user
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit deletion of remote access connections* - GP Friendly name: *Prohibit deletion of remote access connections*
- GP name: *NC_DeleteConnection* - GP name: *NC_DeleteConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -648,7 +648,7 @@ If you disable this setting or do not configure it, the Remote Access Preference
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to the Remote Access Preferences item on the Advanced menu* - GP Friendly name: *Prohibit access to the Remote Access Preferences item on the Advanced menu*
- GP name: *NC_DialupPrefs* - GP name: *NC_DialupPrefs*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -717,7 +717,7 @@ If you disable this setting or do not configure it, the "local access only" icon
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not show the "local access only" network icon* - GP Friendly name: *Do not show the "local access only" network icon*
- GP name: *NC_DoNotShowLocalOnlyIcon* - GP name: *NC_DoNotShowLocalOnlyIcon*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -793,7 +793,7 @@ If you disable this setting or do not configure it, Windows XP settings that exi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Windows 2000 Network Connections settings for Administrators* - GP Friendly name: *Enable Windows 2000 Network Connections settings for Administrators*
- GP name: *NC_EnableAdminProhibits* - GP name: *NC_EnableAdminProhibits*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -866,7 +866,7 @@ If you do not configure this policy setting, traffic between remote client compu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Route all traffic through the internal network* - GP Friendly name: *Route all traffic through the internal network*
- GP name: *NC_ForceTunneling* - GP name: *NC_ForceTunneling*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -935,7 +935,7 @@ If you disable or do not configure this policy setting, a DHCP-configured connec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off notifications when a connection has only limited or no connectivity* - GP Friendly name: *Turn off notifications when a connection has only limited or no connectivity*
- GP name: *NC_IpStateChecking* - GP name: *NC_IpStateChecking*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1019,7 +1019,7 @@ The Local Area Connection Properties dialog box includes a list of the network c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to properties of components of a LAN connection* - GP Friendly name: *Prohibit access to properties of components of a LAN connection*
- GP name: *NC_LanChangeProperties* - GP name: *NC_LanChangeProperties*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1095,7 +1095,7 @@ If you do not configure this setting, only Administrators and Network Configurat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to Enable/Disable a LAN connection* - GP Friendly name: *Ability to Enable/Disable a LAN connection*
- GP name: *NC_LanConnect* - GP name: *NC_LanConnect*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1173,7 +1173,7 @@ If you disable this setting or do not configure it, a Properties menu item appea
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to properties of a LAN connection* - GP Friendly name: *Prohibit access to properties of a LAN connection*
- GP name: *NC_LanProperties* - GP name: *NC_LanProperties*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1249,7 +1249,7 @@ If you disable this setting or do not configure it, the Make New Connection icon
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to the New Connection Wizard* - GP Friendly name: *Prohibit access to the New Connection Wizard*
- GP name: *NC_NewConnectionWizard* - GP name: *NC_NewConnectionWizard*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1327,7 +1327,7 @@ If you disable this setting or do not configure it, the Internet Connection Fire
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit use of Internet Connection Firewall on your DNS domain network* - GP Friendly name: *Prohibit use of Internet Connection Firewall on your DNS domain network*
- GP name: *NC_PersonalFirewallConfig* - GP name: *NC_PersonalFirewallConfig*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1409,7 +1409,7 @@ If you do not configure this setting, only Administrators and Network Configurat
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to change properties of an all user remote access connection* - GP Friendly name: *Ability to change properties of an all user remote access connection*
- GP name: *NC_RasAllUserProperties* - GP name: *NC_RasAllUserProperties*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1491,7 +1491,7 @@ The Networking tab of the Remote Access Connection Properties dialog box include
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access to properties of components of a remote access connection* - GP Friendly name: *Prohibit access to properties of components of a remote access connection*
- GP name: *NC_RasChangeProperties* - GP name: *NC_RasChangeProperties*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1562,7 +1562,7 @@ If you disable this setting or do not configure it, the Connect and Disconnect o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit connecting and disconnecting a remote access connection* - GP Friendly name: *Prohibit connecting and disconnecting a remote access connection*
- GP name: *NC_RasConnect* - GP name: *NC_RasConnect*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1642,7 +1642,7 @@ If you disable this setting or do not configure it, a Properties menu item appea
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit changing properties of a private remote access connection* - GP Friendly name: *Prohibit changing properties of a private remote access connection*
- GP name: *NC_RasMyProperties* - GP name: *NC_RasMyProperties*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1722,7 +1722,7 @@ This setting does not prevent users from using other programs, such as Internet
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to rename all user remote access connections* - GP Friendly name: *Ability to rename all user remote access connections*
- GP name: *NC_RenameAllUserRasConnection* - GP name: *NC_RenameAllUserRasConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1800,7 +1800,7 @@ If this setting is not configured, only Administrators and Network Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to rename LAN connections or remote access connections available to all users* - GP Friendly name: *Ability to rename LAN connections or remote access connections available to all users*
- GP name: *NC_RenameConnection* - GP name: *NC_RenameConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1876,7 +1876,7 @@ When the "Ability to rename LAN connections or remote access connections availab
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ability to rename LAN connections* - GP Friendly name: *Ability to rename LAN connections*
- GP name: *NC_RenameLanConnection* - GP name: *NC_RenameLanConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -1952,7 +1952,7 @@ If you disable this setting or do not configure it, the Rename option is enabled
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit renaming private remote access connections* - GP Friendly name: *Prohibit renaming private remote access connections*
- GP name: *NC_RenameMyRasConnection* - GP name: *NC_RenameMyRasConnection*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -2034,7 +2034,7 @@ Disabling this setting does not prevent Wireless Hosted Networking from using th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit use of Internet Connection Sharing on your DNS domain network* - GP Friendly name: *Prohibit use of Internet Connection Sharing on your DNS domain network*
- GP name: *NC_ShowSharedAccessUI* - GP name: *NC_ShowSharedAccessUI*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -2107,7 +2107,7 @@ If you disable this setting or do not configure it, the connection status taskba
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit viewing of status for an active connection* - GP Friendly name: *Prohibit viewing of status for an active connection*
- GP name: *NC_Statistics* - GP name: *NC_Statistics*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*
@ -2176,7 +2176,7 @@ If you disable or do not configure this policy setting, domain users can set a n
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Require domain users to elevate when setting a network's location* - GP Friendly name: *Require domain users to elevate when setting a network's location*
- GP name: *NC_StdDomainUserSetLocation* - GP name: *NC_StdDomainUserSetLocation*
- GP path: *Network\Network Connections* - GP path: *Network\Network Connections*
- GP ADMX file name: *NetworkConnections.admx* - GP ADMX file name: *NetworkConnections.admx*

View File

@ -227,7 +227,7 @@ If you disable this setting or do not configure it, the system asks users whethe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Subfolders always available offline* - GP Friendly name: *Subfolders always available offline*
- GP name: *Pol_AlwaysPinSubFolders* - GP name: *Pol_AlwaysPinSubFolders*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -301,7 +301,7 @@ If you do not configure this policy setting, no files or folders are made availa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify administratively assigned Offline Files* - GP Friendly name: *Specify administratively assigned Offline Files*
- GP name: *Pol_AssignedOfflineFiles_1* - GP name: *Pol_AssignedOfflineFiles_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -375,7 +375,7 @@ If you do not configure this policy setting, no files or folders are made availa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify administratively assigned Offline Files* - GP Friendly name: *Specify administratively assigned Offline Files*
- GP name: *Pol_AssignedOfflineFiles_2* - GP name: *Pol_AssignedOfflineFiles_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -446,7 +446,7 @@ If you disable or do not configure this policy setting, Windows performs a backg
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Background Sync* - GP Friendly name: *Configure Background Sync*
- GP name: *Pol_BackgroundSyncSettings* - GP name: *Pol_BackgroundSyncSettings*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -527,7 +527,7 @@ This setting replaces the Default Cache Size setting used by pre-Windows Vista s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit disk space used by Offline Files* - GP Friendly name: *Limit disk space used by Offline Files*
- GP name: *Pol_CacheSize* - GP name: *Pol_CacheSize*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -611,7 +611,7 @@ Also, see the "Non-default server disconnect actions" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Action on server disconnect* - GP Friendly name: *Action on server disconnect*
- GP name: *Pol_CustomGoOfflineActions_1* - GP name: *Pol_CustomGoOfflineActions_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -695,7 +695,7 @@ Also, see the "Non-default server disconnect actions" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Action on server disconnect* - GP Friendly name: *Action on server disconnect*
- GP name: *Pol_CustomGoOfflineActions_2* - GP name: *Pol_CustomGoOfflineActions_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -775,7 +775,7 @@ If you do not configure this setting, disk space for automatically cached files
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Default cache size* - GP Friendly name: *Default cache size*
- GP name: *Pol_DefCacheSize* - GP name: *Pol_DefCacheSize*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -849,7 +849,7 @@ If you do not configure this policy setting, Offline Files is enabled on Windows
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow or Disallow use of the Offline Files feature* - GP Friendly name: *Allow or Disallow use of the Offline Files feature*
- GP name: *Pol_Enabled* - GP name: *Pol_Enabled*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -926,7 +926,7 @@ This setting is applied at user logon. If this setting is changed after user log
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Encrypt the Offline Files cache* - GP Friendly name: *Encrypt the Offline Files cache*
- GP name: *Pol_EncryptOfflineFiles* - GP name: *Pol_EncryptOfflineFiles*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1006,7 +1006,7 @@ To use this setting, in the "Enter" box, select the number corresponding to the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event logging level* - GP Friendly name: *Event logging level*
- GP name: *Pol_EventLoggingLevel_1* - GP name: *Pol_EventLoggingLevel_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1086,7 +1086,7 @@ To use this setting, in the "Enter" box, select the number corresponding to the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Event logging level* - GP Friendly name: *Event logging level*
- GP name: *Pol_EventLoggingLevel_2* - GP name: *Pol_EventLoggingLevel_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1155,7 +1155,7 @@ If you disable or do not configure this policy setting, a user can create a file
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable file screens* - GP Friendly name: *Enable file screens*
- GP name: *Pol_ExclusionListSettings* - GP name: *Pol_ExclusionListSettings*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1229,7 +1229,7 @@ To use this setting, type the file name extension in the "Extensions" box. To ty
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Files not cached* - GP Friendly name: *Files not cached*
- GP name: *Pol_ExtExclusionList* - GP name: *Pol_ExtExclusionList*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1313,7 +1313,7 @@ Also, see the "Non-default server disconnect actions" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Action on server disconnect* - GP Friendly name: *Action on server disconnect*
- GP name: *Pol_GoOfflineAction_1* - GP name: *Pol_GoOfflineAction_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1397,7 +1397,7 @@ Also, see the "Non-default server disconnect actions" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Action on server disconnect* - GP Friendly name: *Action on server disconnect*
- GP name: *Pol_GoOfflineAction_2* - GP name: *Pol_GoOfflineAction_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1471,7 +1471,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent use of Offline Files folder* - GP Friendly name: *Prevent use of Offline Files folder*
- GP name: *Pol_NoCacheViewer_1* - GP name: *Pol_NoCacheViewer_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1545,7 +1545,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent use of Offline Files folder* - GP Friendly name: *Prevent use of Offline Files folder*
- GP name: *Pol_NoCacheViewer_2* - GP name: *Pol_NoCacheViewer_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1619,7 +1619,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit user configuration of Offline Files* - GP Friendly name: *Prohibit user configuration of Offline Files*
- GP name: *Pol_NoConfigCache_1* - GP name: *Pol_NoConfigCache_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1693,7 +1693,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit user configuration of Offline Files* - GP Friendly name: *Prohibit user configuration of Offline Files*
- GP name: *Pol_NoConfigCache_2* - GP name: *Pol_NoConfigCache_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1766,7 +1766,7 @@ If you disable or do not configure this policy setting, users can manually speci
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Make Available Offline" command* - GP Friendly name: *Remove "Make Available Offline" command*
- GP name: *Pol_NoMakeAvailableOffline_1* - GP name: *Pol_NoMakeAvailableOffline_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1839,7 +1839,7 @@ If you disable or do not configure this policy setting, users can manually speci
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Make Available Offline" command* - GP Friendly name: *Remove "Make Available Offline" command*
- GP name: *Pol_NoMakeAvailableOffline_2* - GP name: *Pol_NoMakeAvailableOffline_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1916,7 +1916,7 @@ If you do not configure this policy setting, the "Make Available Offline" comman
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Make Available Offline" for these files and folders* - GP Friendly name: *Remove "Make Available Offline" for these files and folders*
- GP name: *Pol_NoPinFiles_1* - GP name: *Pol_NoPinFiles_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -1993,7 +1993,7 @@ If you do not configure this policy setting, the "Make Available Offline" comman
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Make Available Offline" for these files and folders* - GP Friendly name: *Remove "Make Available Offline" for these files and folders*
- GP name: *Pol_NoPinFiles_2* - GP name: *Pol_NoPinFiles_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2073,7 +2073,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off reminder balloons* - GP Friendly name: *Turn off reminder balloons*
- GP name: *Pol_NoReminders_1* - GP name: *Pol_NoReminders_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2153,7 +2153,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off reminder balloons* - GP Friendly name: *Turn off reminder balloons*
- GP name: *Pol_NoReminders_2* - GP name: *Pol_NoReminders_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2226,7 +2226,7 @@ If you disable or do not configure this policy setting, remote files will be not
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Transparent Caching* - GP Friendly name: *Enable Transparent Caching*
- GP name: *Pol_OnlineCachingSettings* - GP name: *Pol_OnlineCachingSettings*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2297,7 +2297,7 @@ If you disable this setting or do not configure it, the system asks users whethe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Subfolders always available offline* - GP Friendly name: *Subfolders always available offline*
- GP name: *Pol_AlwaysPinSubFolders* - GP name: *Pol_AlwaysPinSubFolders*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2369,7 +2369,7 @@ If you disable this setting or do not configure it, automatically and manually c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *At logoff, delete local copy of users offline files* - GP Friendly name: *At logoff, delete local copy of users offline files*
- GP name: *Pol_PurgeAtLogoff* - GP name: *Pol_PurgeAtLogoff*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2438,7 +2438,7 @@ If you disable this policy setting, all administratively assigned folders are sy
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on economical application of administratively assigned Offline Files* - GP Friendly name: *Turn on economical application of administratively assigned Offline Files*
- GP name: *Pol_QuickAdimPin* - GP name: *Pol_QuickAdimPin*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2512,7 +2512,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reminder balloon frequency* - GP Friendly name: *Reminder balloon frequency*
- GP name: *Pol_ReminderFreq_1* - GP name: *Pol_ReminderFreq_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2586,7 +2586,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reminder balloon frequency* - GP Friendly name: *Reminder balloon frequency*
- GP name: *Pol_ReminderFreq_2* - GP name: *Pol_ReminderFreq_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2655,7 +2655,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Initial reminder balloon lifetime* - GP Friendly name: *Initial reminder balloon lifetime*
- GP name: *Pol_ReminderInitTimeout_1* - GP name: *Pol_ReminderInitTimeout_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2724,7 +2724,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Initial reminder balloon lifetime* - GP Friendly name: *Initial reminder balloon lifetime*
- GP name: *Pol_ReminderInitTimeout_2* - GP name: *Pol_ReminderInitTimeout_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2793,7 +2793,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reminder balloon lifetime* - GP Friendly name: *Reminder balloon lifetime*
- GP name: *Pol_ReminderTimeout_1* - GP name: *Pol_ReminderTimeout_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2862,7 +2862,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reminder balloon lifetime* - GP Friendly name: *Reminder balloon lifetime*
- GP name: *Pol_ReminderTimeout_2* - GP name: *Pol_ReminderTimeout_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -2941,7 +2941,7 @@ If you disable this policy setting, computers will not use the slow-link mode.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure slow-link mode* - GP Friendly name: *Configure slow-link mode*
- GP name: *Pol_SlowLinkSettings* - GP name: *Pol_SlowLinkSettings*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3015,7 +3015,7 @@ If this setting is disabled or not configured, the default threshold value of 64
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Slow link speed* - GP Friendly name: *Configure Slow link speed*
- GP name: *Pol_SlowLinkSpeed* - GP name: *Pol_SlowLinkSpeed*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3093,7 +3093,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize all offline files before logging off* - GP Friendly name: *Synchronize all offline files before logging off*
- GP name: *Pol_SyncAtLogoff_1* - GP name: *Pol_SyncAtLogoff_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3171,7 +3171,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize all offline files before logging off* - GP Friendly name: *Synchronize all offline files before logging off*
- GP name: *Pol_SyncAtLogoff_2* - GP name: *Pol_SyncAtLogoff_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3249,7 +3249,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize all offline files when logging on* - GP Friendly name: *Synchronize all offline files when logging on*
- GP name: *Pol_SyncAtLogon_1* - GP name: *Pol_SyncAtLogon_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3329,7 +3329,7 @@ This setting appears in the Computer Configuration and User Configuration folder
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize all offline files when logging on* - GP Friendly name: *Synchronize all offline files when logging on*
- GP name: *Pol_SyncAtLogon_2* - GP name: *Pol_SyncAtLogon_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3401,7 +3401,7 @@ If you disable or do not configuring this setting, files are not synchronized wh
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize offline files before suspend* - GP Friendly name: *Synchronize offline files before suspend*
- GP name: *Pol_SyncAtSuspend_1* - GP name: *Pol_SyncAtSuspend_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3473,7 +3473,7 @@ If you disable or do not configuring this setting, files are not synchronized wh
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Synchronize offline files before suspend* - GP Friendly name: *Synchronize offline files before suspend*
- GP name: *Pol_SyncAtSuspend_2* - GP name: *Pol_SyncAtSuspend_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3542,7 +3542,7 @@ If this setting is disabled or not configured, synchronization will not run in t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable file synchronization on costed networks* - GP Friendly name: *Enable file synchronization on costed networks*
- GP name: *Pol_SyncOnCostedNetwork* - GP name: *Pol_SyncOnCostedNetwork*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3611,7 +3611,7 @@ If you disable or do not configure this policy setting, the "Work offline" comma
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Work offline" command* - GP Friendly name: *Remove "Work offline" command*
- GP name: *Pol_WorkOfflineDisabled_1* - GP name: *Pol_WorkOfflineDisabled_1*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*
@ -3680,7 +3680,7 @@ If you disable or do not configure this policy setting, the "Work offline" comma
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Work offline" command* - GP Friendly name: *Remove "Work offline" command*
- GP name: *Pol_WorkOfflineDisabled_2* - GP name: *Pol_WorkOfflineDisabled_2*
- GP path: *Network\Offline Files* - GP path: *Network\Offline Files*
- GP ADMX file name: *OfflineFiles.admx* - GP ADMX file name: *OfflineFiles.admx*

View File

@ -124,7 +124,7 @@ Select one of the following:
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on BranchCache* - GP Friendly name: *Turn on BranchCache*
- GP name: *EnableWindowsBranchCache* - GP name: *EnableWindowsBranchCache*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -202,7 +202,7 @@ Select one of the following:
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set BranchCache Distributed Cache mode* - GP Friendly name: *Set BranchCache Distributed Cache mode*
- GP name: *EnableWindowsBranchCache_Distributed* - GP name: *EnableWindowsBranchCache_Distributed*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -286,7 +286,7 @@ Hosted cache clients must trust the server certificate that is issued to the hos
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set BranchCache Hosted Cache mode* - GP Friendly name: *Set BranchCache Hosted Cache mode*
- GP name: *EnableWindowsBranchCache_Hosted* - GP name: *EnableWindowsBranchCache_Hosted*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -373,7 +373,7 @@ Select one of the following:
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Automatic Hosted Cache Discovery by Service Connection Point* - GP Friendly name: *Enable Automatic Hosted Cache Discovery by Service Connection Point*
- GP name: *EnableWindowsBranchCache_HostedCacheDiscovery* - GP name: *EnableWindowsBranchCache_HostedCacheDiscovery*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -456,7 +456,7 @@ In circumstances where this setting is enabled, you can also select and configur
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Hosted Cache Servers* - GP Friendly name: *Configure Hosted Cache Servers*
- GP name: *EnableWindowsBranchCache_HostedMultipleServers* - GP name: *EnableWindowsBranchCache_HostedMultipleServers*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -533,7 +533,7 @@ In circumstances where this policy setting is enabled, you can also select and c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure BranchCache for network files* - GP Friendly name: *Configure BranchCache for network files*
- GP name: *EnableWindowsBranchCache_SMB* - GP name: *EnableWindowsBranchCache_SMB*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -617,7 +617,7 @@ In circumstances where this setting is enabled, you can also select and configur
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set percentage of disk space used for client computer cache* - GP Friendly name: *Set percentage of disk space used for client computer cache*
- GP name: *SetCachePercent* - GP name: *SetCachePercent*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -698,7 +698,7 @@ In circumstances where this setting is enabled, you can also select and configur
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set age for segments in the data cache* - GP Friendly name: *Set age for segments in the data cache*
- GP name: *SetDataCacheEntryMaxAge* - GP name: *SetDataCacheEntryMaxAge*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*
@ -782,7 +782,7 @@ Select from the following versions
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Client BranchCache Version Support* - GP Friendly name: *Configure Client BranchCache Version Support*
- GP name: *SetDowngrading* - GP name: *SetDowngrading*
- GP path: *Network\BranchCache* - GP path: *Network\BranchCache*
- GP ADMX file name: *PeerToPeerCaching.admx* - GP ADMX file name: *PeerToPeerCaching.admx*

View File

@ -107,7 +107,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Scenario Execution Level* - GP Friendly name: *Configure Scenario Execution Level*
- GP name: *WdiScenarioExecutionPolicy_1* - GP name: *WdiScenarioExecutionPolicy_1*
- GP path: *System\Troubleshooting and Diagnostics\Windows Boot Performance Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Windows Boot Performance Diagnostics*
- GP ADMX file name: *PerformanceDiagnostics.admx* - GP ADMX file name: *PerformanceDiagnostics.admx*
@ -184,7 +184,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Scenario Execution Level* - GP Friendly name: *Configure Scenario Execution Level*
- GP name: *WdiScenarioExecutionPolicy_2* - GP name: *WdiScenarioExecutionPolicy_2*
- GP path: *System\Troubleshooting and Diagnostics\Windows System Responsiveness Performance Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Windows System Responsiveness Performance Diagnostics*
- GP ADMX file name: *PerformanceDiagnostics.admx* - GP ADMX file name: *PerformanceDiagnostics.admx*
@ -261,7 +261,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Scenario Execution Level* - GP Friendly name: *Configure Scenario Execution Level*
- GP name: *WdiScenarioExecutionPolicy_3* - GP name: *WdiScenarioExecutionPolicy_3*
- GP path: *System\Troubleshooting and Diagnostics\Windows Shutdown Performance Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Windows Shutdown Performance Diagnostics*
- GP ADMX file name: *PerformanceDiagnostics.admx* - GP ADMX file name: *PerformanceDiagnostics.admx*
@ -338,7 +338,7 @@ This policy setting will only take effect when the Diagnostic Policy Service is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Scenario Execution Level* - GP Friendly name: *Configure Scenario Execution Level*
- GP name: *WdiScenarioExecutionPolicy_4* - GP name: *WdiScenarioExecutionPolicy_4*
- GP path: *System\Troubleshooting and Diagnostics\Windows Standby/Resume Performance Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Windows Standby/Resume Performance Diagnostics*
- GP ADMX file name: *PerformanceDiagnostics.admx* - GP ADMX file name: *PerformanceDiagnostics.admx*

View File

@ -164,7 +164,7 @@ If you do not configure this policy setting, users control this setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow network connectivity during connected-standby (plugged in)* - GP Friendly name: *Allow network connectivity during connected-standby (plugged in)*
- GP name: *ACConnectivityInStandby_2* - GP name: *ACConnectivityInStandby_2*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -233,7 +233,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on the ability for applications to prevent sleep transitions (plugged in)* - GP Friendly name: *Turn on the ability for applications to prevent sleep transitions (plugged in)*
- GP name: *ACCriticalSleepTransitionsDisable_2* - GP name: *ACCriticalSleepTransitionsDisable_2*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -306,7 +306,7 @@ If you disable this policy or do not configure this policy setting, users contro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Select the Start menu Power button action (plugged in)* - GP Friendly name: *Select the Start menu Power button action (plugged in)*
- GP name: *ACStartMenuButtonAction_2* - GP name: *ACStartMenuButtonAction_2*
- GP path: *System\Power Management\Button Settings* - GP path: *System\Power Management\Button Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -375,7 +375,7 @@ If you disable or do not configure this policy setting, applications, services,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow applications to prevent automatic sleep (plugged in)* - GP Friendly name: *Allow applications to prevent automatic sleep (plugged in)*
- GP name: *AllowSystemPowerRequestAC* - GP name: *AllowSystemPowerRequestAC*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -444,7 +444,7 @@ If you disable or do not configure this policy setting, applications, services,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow applications to prevent automatic sleep (on battery)* - GP Friendly name: *Allow applications to prevent automatic sleep (on battery)*
- GP name: *AllowSystemPowerRequestDC* - GP name: *AllowSystemPowerRequestDC*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -513,7 +513,7 @@ If you disable or do not configure this policy setting, the computer does not au
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow automatic sleep with Open Network Files (plugged in)* - GP Friendly name: *Allow automatic sleep with Open Network Files (plugged in)*
- GP name: *AllowSystemSleepWithRemoteFilesOpenAC* - GP name: *AllowSystemSleepWithRemoteFilesOpenAC*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -582,7 +582,7 @@ If you disable or do not configure this policy setting, the computer does not au
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow automatic sleep with Open Network Files (on battery)* - GP Friendly name: *Allow automatic sleep with Open Network Files (on battery)*
- GP name: *AllowSystemSleepWithRemoteFilesOpenDC* - GP name: *AllowSystemSleepWithRemoteFilesOpenDC*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -651,7 +651,7 @@ If you disable or do not configure this policy setting, users can see and change
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify a custom active power plan* - GP Friendly name: *Specify a custom active power plan*
- GP name: *CustomActiveSchemeOverride_2* - GP name: *CustomActiveSchemeOverride_2*
- GP path: *System\Power Management* - GP path: *System\Power Management*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -725,7 +725,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Critical battery notification action* - GP Friendly name: *Critical battery notification action*
- GP name: *DCBatteryDischargeAction0_2* - GP name: *DCBatteryDischargeAction0_2*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -799,7 +799,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Low battery notification action* - GP Friendly name: *Low battery notification action*
- GP name: *DCBatteryDischargeAction1_2* - GP name: *DCBatteryDischargeAction1_2*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -870,7 +870,7 @@ If you disable this policy setting or do not configure it, users control this se
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Critical battery notification level* - GP Friendly name: *Critical battery notification level*
- GP name: *DCBatteryDischargeLevel0_2* - GP name: *DCBatteryDischargeLevel0_2*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -943,7 +943,7 @@ If you disable or do not configure this policy setting, users can control this s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off low battery user notification* - GP Friendly name: *Turn off low battery user notification*
- GP name: *DCBatteryDischargeLevel1UINotification_2* - GP name: *DCBatteryDischargeLevel1UINotification_2*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1014,7 +1014,7 @@ If you disable this policy setting or do not configure it, users control this se
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Low battery notification level* - GP Friendly name: *Low battery notification level*
- GP name: *DCBatteryDischargeLevel1_2* - GP name: *DCBatteryDischargeLevel1_2*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1085,7 +1085,7 @@ If you do not configure this policy setting, users control this setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow network connectivity during connected-standby (on battery)* - GP Friendly name: *Allow network connectivity during connected-standby (on battery)*
- GP name: *DCConnectivityInStandby_2* - GP name: *DCConnectivityInStandby_2*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1154,7 +1154,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on the ability for applications to prevent sleep transitions (on battery)* - GP Friendly name: *Turn on the ability for applications to prevent sleep transitions (on battery)*
- GP name: *DCCriticalSleepTransitionsDisable_2* - GP name: *DCCriticalSleepTransitionsDisable_2*
- GP path: *System\Power Management\Sleep Settings* - GP path: *System\Power Management\Sleep Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1227,7 +1227,7 @@ If you disable this policy or do not configure this policy setting, users contro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Select the Start menu Power button action (on battery)* - GP Friendly name: *Select the Start menu Power button action (on battery)*
- GP name: *DCStartMenuButtonAction_2* - GP name: *DCStartMenuButtonAction_2*
- GP path: *System\Power Management\Button Settings* - GP path: *System\Power Management\Button Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1296,7 +1296,7 @@ If you disable or do not configure this policy setting, users can see and change
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn Off the hard disk (plugged in)* - GP Friendly name: *Turn Off the hard disk (plugged in)*
- GP name: *DiskACPowerDownTimeOut_2* - GP name: *DiskACPowerDownTimeOut_2*
- GP path: *System\Power Management\Hard Disk Settings* - GP path: *System\Power Management\Hard Disk Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1365,7 +1365,7 @@ If you disable or do not configure this policy setting, users can see and change
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn Off the hard disk (on battery)* - GP Friendly name: *Turn Off the hard disk (on battery)*
- GP name: *DiskDCPowerDownTimeOut_2* - GP name: *DiskDCPowerDownTimeOut_2*
- GP path: *System\Power Management\Hard Disk Settings* - GP path: *System\Power Management\Hard Disk Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1440,7 +1440,7 @@ If you disable or do not configure this policy setting, the computer system safe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not turn off system power after a Windows system shutdown has occurred.* - GP Friendly name: *Do not turn off system power after a Windows system shutdown has occurred.*
- GP name: *Dont_PowerOff_AfterShutdown* - GP name: *Dont_PowerOff_AfterShutdown*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1511,7 +1511,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on desktop background slideshow (plugged in)* - GP Friendly name: *Turn on desktop background slideshow (plugged in)*
- GP name: *EnableDesktopSlideShowAC* - GP name: *EnableDesktopSlideShowAC*
- GP path: *System\Power Management\Video and Display Settings* - GP path: *System\Power Management\Video and Display Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1582,7 +1582,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on desktop background slideshow (on battery)* - GP Friendly name: *Turn on desktop background slideshow (on battery)*
- GP name: *EnableDesktopSlideShowDC* - GP name: *EnableDesktopSlideShowDC*
- GP path: *System\Power Management\Video and Display Settings* - GP path: *System\Power Management\Video and Display Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1651,7 +1651,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Select an active power plan* - GP Friendly name: *Select an active power plan*
- GP name: *InboxActiveSchemeOverride_2* - GP name: *InboxActiveSchemeOverride_2*
- GP path: *System\Power Management* - GP path: *System\Power Management*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1720,7 +1720,7 @@ If you disable or do not configure this policy setting, users control if their c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prompt for password on resume from hibernate/suspend* - GP Friendly name: *Prompt for password on resume from hibernate/suspend*
- GP name: *PW_PromptPasswordOnResume* - GP name: *PW_PromptPasswordOnResume*
- GP path: *System\Power Management* - GP path: *System\Power Management*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1789,7 +1789,7 @@ If you disable or do not configure this policy setting, users control this setti
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Power Throttling* - GP Friendly name: *Turn off Power Throttling*
- GP name: *PowerThrottlingTurnOff* - GP name: *PowerThrottlingTurnOff*
- GP path: *System\Power Management\Power Throttling Settings* - GP path: *System\Power Management\Power Throttling Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*
@ -1858,7 +1858,7 @@ If you disable or do not configure this policy setting, users can see and change
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reserve battery notification level* - GP Friendly name: *Reserve battery notification level*
- GP name: *ReserveBatteryNotificationLevel* - GP name: *ReserveBatteryNotificationLevel*
- GP path: *System\Power Management\Notification Settings* - GP path: *System\Power Management\Notification Settings*
- GP ADMX file name: *Power.admx* - GP ADMX file name: *Power.admx*

View File

@ -105,7 +105,7 @@ To add modules and snap-ins to the policy setting list, click Show, and then typ
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Module Logging* - GP Friendly name: *Turn on Module Logging*
- GP name: *EnableModuleLogging* - GP name: *EnableModuleLogging*
- GP path: *Windows Components\Windows PowerShell* - GP path: *Windows Components\Windows PowerShell*
- GP ADMX file name: *PowerShellExecutionPolicy.admx* - GP ADMX file name: *PowerShellExecutionPolicy.admx*
@ -180,7 +180,7 @@ If you disable this policy setting, no scripts are allowed to run.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Script Execution* - GP Friendly name: *Turn on Script Execution*
- GP name: *EnableScripts* - GP name: *EnableScripts*
- GP path: *Windows Components\Windows PowerShell* - GP path: *Windows Components\Windows PowerShell*
- GP ADMX file name: *PowerShellExecutionPolicy.admx* - GP ADMX file name: *PowerShellExecutionPolicy.admx*
@ -255,7 +255,7 @@ If you use the OutputDirectory setting to enable transcript logging to a shared
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on PowerShell Transcription* - GP Friendly name: *Turn on PowerShell Transcription*
- GP name: *EnableTranscripting* - GP name: *EnableTranscripting*
- GP path: *Windows Components\Windows PowerShell* - GP path: *Windows Components\Windows PowerShell*
- GP ADMX file name: *PowerShellExecutionPolicy.admx* - GP ADMX file name: *PowerShellExecutionPolicy.admx*
@ -328,7 +328,7 @@ If this policy setting is disabled or not configured, this policy setting does n
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set the default source path for Update-Help* - GP Friendly name: *Set the default source path for Update-Help*
- GP name: *EnableUpdateHelpDefaultSourcePath* - GP name: *EnableUpdateHelpDefaultSourcePath*
- GP path: *Windows Components\Windows PowerShell* - GP path: *Windows Components\Windows PowerShell*
- GP ADMX file name: *PowerShellExecutionPolicy.admx* - GP ADMX file name: *PowerShellExecutionPolicy.admx*

View File

@ -173,7 +173,7 @@ Also, see the "Custom support URL in the Printers folder's left pane" setting in
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Activate Internet printing* - GP Friendly name: *Activate Internet printing*
- GP name: *AllowWebPrinting* - GP name: *AllowWebPrinting*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -249,7 +249,7 @@ If you disable this policy setting, then print drivers will be loaded within all
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Isolate print drivers from applications* - GP Friendly name: *Isolate print drivers from applications*
- GP name: *ApplicationDriverIsolation* - GP name: *ApplicationDriverIsolation*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -325,7 +325,7 @@ Web view is affected by the "Turn on Classic Shell" and "Do not allow Folder Opt
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom support URL in the Printers folder's left pane* - GP Friendly name: *Custom support URL in the Printers folder's left pane*
- GP name: *CustomizedSupportUrl* - GP name: *CustomizedSupportUrl*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -398,7 +398,7 @@ By default, Windows Ultimate, Professional and Home SKUs will continue to search
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Extend Point and Print connection to search Windows Update* - GP Friendly name: *Extend Point and Print connection to search Windows Update*
- GP name: *DoNotInstallCompatibleDriverFromWindowsUpdate* - GP name: *DoNotInstallCompatibleDriverFromWindowsUpdate*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -481,7 +481,7 @@ In Windows 8 and later, Bluetooth printers are not shown so its limit does not a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add Printer wizard - Network scan page (Managed network)* - GP Friendly name: *Add Printer wizard - Network scan page (Managed network)*
- GP name: *DomainPrinters* - GP name: *DomainPrinters*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -553,7 +553,7 @@ If you disable this setting, the network printer browse page is removed from wit
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Browse the network to find printers* - GP Friendly name: *Browse the network to find printers*
- GP name: *DownlevelBrowse* - GP name: *DownlevelBrowse*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -633,7 +633,7 @@ If you do not enable this policy setting, the behavior is the same as disabling
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Always render print jobs on the server* - GP Friendly name: *Always render print jobs on the server*
- GP name: *EMFDespooling* - GP name: *EMFDespooling*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -700,7 +700,7 @@ This setting may improve the performance of the XPS Rasterization Service or the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Always rasterize content to be printed using a software rasterizer* - GP Friendly name: *Always rasterize content to be printed using a software rasterizer*
- GP name: *ForceSoftwareRasterization* - GP name: *ForceSoftwareRasterization*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -773,7 +773,7 @@ Also, see the "Custom support URL in the Printers folder's left pane" and "Activ
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Browse a common web site to find printers* - GP Friendly name: *Browse a common web site to find printers*
- GP name: *IntranetPrintersUrl* - GP name: *IntranetPrintersUrl*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -847,7 +847,7 @@ If you enable this setting, installation of a printer using a kernel-mode driver
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow installation of printers using kernel-mode drivers* - GP Friendly name: *Disallow installation of printers using kernel-mode drivers*
- GP name: *KMPrintersAreBlocked* - GP name: *KMPrintersAreBlocked*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -918,7 +918,7 @@ If you do not configure this setting, default printer management will not change
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows default printer management* - GP Friendly name: *Turn off Windows default printer management*
- GP name: *LegacyDefaultPrinterMode* - GP name: *LegacyDefaultPrinterMode*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -987,7 +987,7 @@ If you disable or do not configure this policy setting, the default MXDW output
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Change Microsoft XPS Document Writer (MXDW) default output format to the legacy Microsoft XPS format (*.xps)* - GP Friendly name: *Change Microsoft XPS Document Writer (MXDW) default output format to the legacy Microsoft XPS format (*.xps)*
- GP name: *MXDWUseLegacyOutputFormatMSXPS* - GP name: *MXDWUseLegacyOutputFormatMSXPS*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1058,7 +1058,7 @@ If this policy is disabled, or not configured, users can delete printers using t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent deletion of printers* - GP Friendly name: *Prevent deletion of printers*
- GP name: *NoDeletePrinter* - GP name: *NoDeletePrinter*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1138,7 +1138,7 @@ In Windows 8 and later, Bluetooth printers are not shown so its limit does not a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add Printer wizard - Network scan page (Unmanaged network)* - GP Friendly name: *Add Printer wizard - Network scan page (Unmanaged network)*
- GP name: *NonDomainPrinters* - GP name: *NonDomainPrinters*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1207,7 +1207,7 @@ If this setting is disabled, or not configured, users will not be restricted to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Only use Package Point and print* - GP Friendly name: *Only use Package Point and print*
- GP name: *PackagePointAndPrintOnly* - GP name: *PackagePointAndPrintOnly*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1276,7 +1276,7 @@ If this setting is disabled, or not configured, users will not be restricted to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Only use Package Point and print* - GP Friendly name: *Only use Package Point and print*
- GP name: *PackagePointAndPrintOnly_Win7* - GP name: *PackagePointAndPrintOnly_Win7*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1349,7 +1349,7 @@ If this setting is disabled, or not configured, package point and print will not
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Package Point and print - Approved servers* - GP Friendly name: *Package Point and print - Approved servers*
- GP name: *PackagePointAndPrintServerList* - GP name: *PackagePointAndPrintServerList*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1422,7 +1422,7 @@ If this setting is disabled, or not configured, package point and print will not
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Package Point and print - Approved servers* - GP Friendly name: *Package Point and print - Approved servers*
- GP name: *PackagePointAndPrintServerList_Win7* - GP name: *PackagePointAndPrintServerList_Win7*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1495,7 +1495,7 @@ If you disable this setting or do not configure it, and the user does not type a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Computer location* - GP Friendly name: *Computer location*
- GP name: *PhysicalLocation* - GP name: *PhysicalLocation*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1566,7 +1566,7 @@ If you disable this setting or do not configure it, Location Tracking is disable
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Pre-populate printer search location text* - GP Friendly name: *Pre-populate printer search location text*
- GP name: *PhysicalLocationSupport* - GP name: *PhysicalLocationSupport*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1640,7 +1640,7 @@ If you disable this policy setting, the print spooler will execute print drivers
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Execute print drivers in isolated processes* - GP Friendly name: *Execute print drivers in isolated processes*
- GP name: *PrintDriverIsolationExecutionPolicy* - GP name: *PrintDriverIsolationExecutionPolicy*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1714,7 +1714,7 @@ If you disable or do not configure this policy setting, the print spooler uses t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Override print driver execution compatibility setting reported by print driver* - GP Friendly name: *Override print driver execution compatibility setting reported by print driver*
- GP name: *PrintDriverIsolationOverrideCompat* - GP name: *PrintDriverIsolationOverrideCompat*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1785,7 +1785,7 @@ This setting only provides a starting point for Active Directory searches for pr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Default Active Directory path when searching for printers* - GP Friendly name: *Default Active Directory path when searching for printers*
- GP name: *PrinterDirectorySearchScope* - GP name: *PrinterDirectorySearchScope*
- GP path: *Control Panel\Printers* - GP path: *Control Panel\Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1861,7 +1861,7 @@ If you do not configure this setting, shared printers are announced to browse ma
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Printer browsing* - GP Friendly name: *Printer browsing*
- GP name: *PrinterServerThread* - GP name: *PrinterServerThread*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -1933,7 +1933,7 @@ If you enable this policy setting, the print job name will be included in new lo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow job name in event logs* - GP Friendly name: *Allow job name in event logs*
- GP name: *ShowJobTitleInEventLogs* - GP name: *ShowJobTitleInEventLogs*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*
@ -2004,7 +2004,7 @@ If you disable this policy setting or do not configure it, then all printer exte
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow v4 printer drivers to show printer extensions* - GP Friendly name: *Do not allow v4 printer drivers to show printer extensions*
- GP name: *V4DriverDisallowPrinterExtension* - GP name: *V4DriverDisallowPrinterExtension*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing.admx* - GP ADMX file name: *Printing.admx*

View File

@ -119,7 +119,7 @@ The default behavior is to automatically publish shared printers in Active Direc
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Automatically publish new printers in Active Directory* - GP Friendly name: *Automatically publish new printers in Active Directory*
- GP name: *AutoPublishing* - GP name: *AutoPublishing*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -193,7 +193,7 @@ If you disable this setting, the domain controller does not prune this computer'
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow pruning of published printers* - GP Friendly name: *Allow pruning of published printers*
- GP name: *ImmortalPrintQueue* - GP name: *ImmortalPrintQueue*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -274,7 +274,7 @@ You can enable this setting to change the default behavior. To use this setting,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prune printers that are not automatically republished* - GP Friendly name: *Prune printers that are not automatically republished*
- GP name: *PruneDownlevel* - GP name: *PruneDownlevel*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -350,7 +350,7 @@ If you do not configure or disable this setting the default values will be used.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Directory pruning interval* - GP Friendly name: *Directory pruning interval*
- GP name: *PruningInterval* - GP name: *PruningInterval*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -424,7 +424,7 @@ By default, the pruning thread runs at normal priority. However, you can adjust
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Directory pruning priority* - GP Friendly name: *Directory pruning priority*
- GP name: *PruningPriority* - GP name: *PruningPriority*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -500,7 +500,7 @@ If you do not configure or disable this setting, the default values are used.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Directory pruning retry* - GP Friendly name: *Directory pruning retry*
- GP name: *PruningRetries* - GP name: *PruningRetries*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -576,7 +576,7 @@ Note: This setting does not affect the logging of pruning events; the actual pru
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Log directory pruning retry events* - GP Friendly name: *Log directory pruning retry events*
- GP name: *PruningRetryLog* - GP name: *PruningRetryLog*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -647,7 +647,7 @@ The spooler must be restarted for changes to this policy to take effect.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow Print Spooler to accept client connections* - GP Friendly name: *Allow Print Spooler to accept client connections*
- GP name: *RegisterSpoolerRemoteRpcEndPoint* - GP name: *RegisterSpoolerRemoteRpcEndPoint*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*
@ -718,7 +718,7 @@ To disable verification, disable this setting, or enable this setting and select
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Check published state* - GP Friendly name: *Check published state*
- GP name: *VerifyPublishedState* - GP name: *VerifyPublishedState*
- GP path: *Printers* - GP path: *Printers*
- GP ADMX file name: *Printing2.admx* - GP ADMX file name: *Printing2.admx*

View File

@ -112,7 +112,7 @@ This setting does not prevent the Default Programs icon from appearing on the St
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Set Program Access and Computer Defaults" page* - GP Friendly name: *Hide "Set Program Access and Computer Defaults" page*
- GP name: *NoDefaultPrograms* - GP name: *NoDefaultPrograms*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -188,7 +188,7 @@ If this setting is disabled or is not configured, the "Install a program from th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Get Programs" page* - GP Friendly name: *Hide "Get Programs" page*
- GP name: *NoGetPrograms* - GP name: *NoGetPrograms*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -259,7 +259,7 @@ This setting does not prevent users from using other tools and methods to instal
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Installed Updates" page* - GP Friendly name: *Hide "Installed Updates" page*
- GP name: *NoInstalledUpdates* - GP name: *NoInstalledUpdates*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -328,7 +328,7 @@ This setting does not prevent users from using other tools and methods to view o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Programs and Features" page* - GP Friendly name: *Hide "Programs and Features" page*
- GP name: *NoProgramsAndFeatures* - GP name: *NoProgramsAndFeatures*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -401,7 +401,7 @@ This setting does not prevent users from using other tools and methods to instal
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the Programs Control Panel* - GP Friendly name: *Hide the Programs Control Panel*
- GP name: *NoProgramsCPL* - GP name: *NoProgramsCPL*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -470,7 +470,7 @@ This setting does not prevent users from using other tools and methods to config
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Windows Features"* - GP Friendly name: *Hide "Windows Features"*
- GP name: *NoWindowsFeatures* - GP name: *NoWindowsFeatures*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*
@ -544,7 +544,7 @@ If this feature is disabled or is not configured, the "Get new programs from Win
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide "Windows Marketplace"* - GP Friendly name: *Hide "Windows Marketplace"*
- GP name: *NoWindowsMarketplace* - GP name: *NoWindowsMarketplace*
- GP path: *Control Panel\Programs* - GP path: *Control Panel\Programs*
- GP ADMX file name: *Programs.admx* - GP ADMX file name: *Programs.admx*

View File

@ -104,7 +104,7 @@ If you do not configure this policy setting, the Persistent System Timestamp is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Persistent Time Stamp* - GP Friendly name: *Enable Persistent Time Stamp*
- GP name: *EE_EnablePersistentTimeStamp* - GP name: *EE_EnablePersistentTimeStamp*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Reliability.admx* - GP ADMX file name: *Reliability.admx*
@ -179,7 +179,7 @@ Also see the "Configure Error Reporting" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Report unplanned shutdown events* - GP Friendly name: *Report unplanned shutdown events*
- GP name: *PCH_ReportShutdownEvents* - GP name: *PCH_ReportShutdownEvents*
- GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings* - GP path: *Windows Components\Windows Error Reporting\Advanced Error Reporting Settings*
- GP ADMX file name: *Reliability.admx* - GP ADMX file name: *Reliability.admx*
@ -257,7 +257,7 @@ If you do not configure this policy setting, the default behavior for the System
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Activate Shutdown Event Tracker System State Data feature* - GP Friendly name: *Activate Shutdown Event Tracker System State Data feature*
- GP name: *ShutdownEventTrackerStateFile* - GP name: *ShutdownEventTrackerStateFile*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Reliability.admx* - GP ADMX file name: *Reliability.admx*
@ -337,7 +337,7 @@ If you do not configure this policy setting, the default behavior for the Shutdo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display Shutdown Event Tracker* - GP Friendly name: *Display Shutdown Event Tracker*
- GP name: *ShutdownReason* - GP name: *ShutdownReason*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Reliability.admx* - GP ADMX file name: *Reliability.admx*

View File

@ -95,7 +95,7 @@ If you do not configure this policy setting, users can configure the setting in
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow only Windows Vista or later connections* - GP Friendly name: *Allow only Windows Vista or later connections*
- GP name: *RA_EncryptedTicketOnly* - GP name: *RA_EncryptedTicketOnly*
- GP path: *System\Remote Assistance* - GP path: *System\Remote Assistance*
- GP ADMX file name: *RemoteAssistance.admx* - GP ADMX file name: *RemoteAssistance.admx*
@ -182,7 +182,7 @@ If you do not configure this policy setting, application-based settings are used
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on bandwidth optimization* - GP Friendly name: *Turn on bandwidth optimization*
- GP name: *RA_Optimize_Bandwidth* - GP name: *RA_Optimize_Bandwidth*
- GP path: *System\Remote Assistance* - GP path: *System\Remote Assistance*
- GP ADMX file name: *RemoteAssistance.admx* - GP ADMX file name: *RemoteAssistance.admx*

View File

@ -186,7 +186,7 @@ If you disable or do not configure this setting, the operating system does not f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set time (in seconds) to force reboot* - GP Friendly name: *Set time (in seconds) to force reboot*
- GP name: *AccessRights_RebootTime_1* - GP name: *AccessRights_RebootTime_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -258,7 +258,7 @@ If you disable or do not configure this setting, the operating system does not f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set time (in seconds) to force reboot* - GP Friendly name: *Set time (in seconds) to force reboot*
- GP name: *AccessRights_RebootTime_2* - GP name: *AccessRights_RebootTime_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -327,7 +327,7 @@ If you disable or do not configure this policy setting, execute access is allowe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *CD and DVD: Deny execute access* - GP Friendly name: *CD and DVD: Deny execute access*
- GP name: *CDandDVD_DenyExecute_Access_2* - GP name: *CDandDVD_DenyExecute_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -395,7 +395,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *CD and DVD: Deny read access* - GP Friendly name: *CD and DVD: Deny read access*
- GP name: *CDandDVD_DenyRead_Access_1* - GP name: *CDandDVD_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -464,7 +464,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *CD and DVD: Deny read access* - GP Friendly name: *CD and DVD: Deny read access*
- GP name: *CDandDVD_DenyRead_Access_2* - GP name: *CDandDVD_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -533,7 +533,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *CD and DVD: Deny write access* - GP Friendly name: *CD and DVD: Deny write access*
- GP name: *CDandDVD_DenyWrite_Access_1* - GP name: *CDandDVD_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -602,7 +602,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *CD and DVD: Deny write access* - GP Friendly name: *CD and DVD: Deny write access*
- GP name: *CDandDVD_DenyWrite_Access_2* - GP name: *CDandDVD_DenyWrite_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -671,7 +671,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom Classes: Deny read access* - GP Friendly name: *Custom Classes: Deny read access*
- GP name: *CustomClasses_DenyRead_Access_1* - GP name: *CustomClasses_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -740,7 +740,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom Classes: Deny read access* - GP Friendly name: *Custom Classes: Deny read access*
- GP name: *CustomClasses_DenyRead_Access_2* - GP name: *CustomClasses_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -809,7 +809,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom Classes: Deny write access* - GP Friendly name: *Custom Classes: Deny write access*
- GP name: *CustomClasses_DenyWrite_Access_1* - GP name: *CustomClasses_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -877,7 +877,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom Classes: Deny write access* - GP Friendly name: *Custom Classes: Deny write access*
- GP name: *CustomClasses_DenyWrite_Access_2* - GP name: *CustomClasses_DenyWrite_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -945,7 +945,7 @@ If you disable or do not configure this policy setting, execute access is allowe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Floppy Drives: Deny execute access* - GP Friendly name: *Floppy Drives: Deny execute access*
- GP name: *FloppyDrives_DenyExecute_Access_2* - GP name: *FloppyDrives_DenyExecute_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1013,7 +1013,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Floppy Drives: Deny read access* - GP Friendly name: *Floppy Drives: Deny read access*
- GP name: *FloppyDrives_DenyRead_Access_1* - GP name: *FloppyDrives_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1081,7 +1081,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Floppy Drives: Deny read access* - GP Friendly name: *Floppy Drives: Deny read access*
- GP name: *FloppyDrives_DenyRead_Access_2* - GP name: *FloppyDrives_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1148,7 +1148,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Floppy Drives: Deny write access* - GP Friendly name: *Floppy Drives: Deny write access*
- GP name: *FloppyDrives_DenyWrite_Access_1* - GP name: *FloppyDrives_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1216,7 +1216,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Floppy Drives: Deny write access* - GP Friendly name: *Floppy Drives: Deny write access*
- GP name: *FloppyDrives_DenyWrite_Access_2* - GP name: *FloppyDrives_DenyWrite_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1283,7 +1283,7 @@ If you disable or do not configure this policy setting, execute access is allowe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Disks: Deny execute access* - GP Friendly name: *Removable Disks: Deny execute access*
- GP name: *RemovableDisks_DenyExecute_Access_2* - GP name: *RemovableDisks_DenyExecute_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1351,7 +1351,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Disks: Deny read access* - GP Friendly name: *Removable Disks: Deny read access*
- GP name: *RemovableDisks_DenyRead_Access_1* - GP name: *RemovableDisks_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1418,7 +1418,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Disks: Deny read access* - GP Friendly name: *Removable Disks: Deny read access*
- GP name: *RemovableDisks_DenyRead_Access_2* - GP name: *RemovableDisks_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1489,7 +1489,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Removable Disks: Deny write access* - GP Friendly name: *Removable Disks: Deny write access*
- GP name: *RemovableDisks_DenyWrite_Access_1* - GP name: *RemovableDisks_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1559,7 +1559,7 @@ If you disable or do not configure this policy setting, write and read accesses
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *All Removable Storage classes: Deny all access* - GP Friendly name: *All Removable Storage classes: Deny all access*
- GP name: *RemovableStorageClasses_DenyAll_Access_1* - GP name: *RemovableStorageClasses_DenyAll_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1629,7 +1629,7 @@ If you disable or do not configure this policy setting, write and read accesses
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *All Removable Storage classes: Deny all access* - GP Friendly name: *All Removable Storage classes: Deny all access*
- GP name: *RemovableStorageClasses_DenyAll_Access_2* - GP name: *RemovableStorageClasses_DenyAll_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1697,7 +1697,7 @@ If you disable or do not configure this policy setting, remote users cannot open
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *All Removable Storage: Allow direct access in remote sessions* - GP Friendly name: *All Removable Storage: Allow direct access in remote sessions*
- GP name: *Removable_Remote_Allow_Access* - GP name: *Removable_Remote_Allow_Access*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1765,7 +1765,7 @@ If you disable or do not configure this policy setting, execute access is allowe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Tape Drives: Deny execute access* - GP Friendly name: *Tape Drives: Deny execute access*
- GP name: *TapeDrives_DenyExecute_Access_2* - GP name: *TapeDrives_DenyExecute_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1832,7 +1832,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Tape Drives: Deny read access* - GP Friendly name: *Tape Drives: Deny read access*
- GP name: *TapeDrives_DenyRead_Access_1* - GP name: *TapeDrives_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1900,7 +1900,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Tape Drives: Deny read access* - GP Friendly name: *Tape Drives: Deny read access*
- GP name: *TapeDrives_DenyRead_Access_2* - GP name: *TapeDrives_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -1967,7 +1967,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Tape Drives: Deny write access* - GP Friendly name: *Tape Drives: Deny write access*
- GP name: *TapeDrives_DenyWrite_Access_1* - GP name: *TapeDrives_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -2035,7 +2035,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Tape Drives: Deny write access* - GP Friendly name: *Tape Drives: Deny write access*
- GP name: *TapeDrives_DenyWrite_Access_2* - GP name: *TapeDrives_DenyWrite_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -2103,7 +2103,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *WPD Devices: Deny read access* - GP Friendly name: *WPD Devices: Deny read access*
- GP name: *WPDDevices_DenyRead_Access_1* - GP name: *WPDDevices_DenyRead_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -2170,7 +2170,7 @@ If you disable or do not configure this policy setting, read access is allowed t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *WPD Devices: Deny read access* - GP Friendly name: *WPD Devices: Deny read access*
- GP name: *WPDDevices_DenyRead_Access_2* - GP name: *WPDDevices_DenyRead_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -2238,7 +2238,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *WPD Devices: Deny write access* - GP Friendly name: *WPD Devices: Deny write access*
- GP name: *WPDDevices_DenyWrite_Access_1* - GP name: *WPDDevices_DenyWrite_Access_1*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*
@ -2306,7 +2306,7 @@ If you disable or do not configure this policy setting, write access is allowed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *WPD Devices: Deny write access* - GP Friendly name: *WPD Devices: Deny write access*
- GP name: *WPDDevices_DenyWrite_Access_2* - GP name: *WPDDevices_DenyWrite_Access_2*
- GP path: *System\Removable Storage Access* - GP path: *System\Removable Storage Access*
- GP ADMX file name: *RemovableStorage.admx* - GP ADMX file name: *RemovableStorage.admx*

View File

@ -119,7 +119,7 @@ You must select an error response type in the drop-down box.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Propagate extended error information* - GP Friendly name: *Propagate extended error information*
- GP name: *RpcExtendedErrorInformation* - GP name: *RpcExtendedErrorInformation*
- GP path: *System\Remote Procedure Call* - GP path: *System\Remote Procedure Call*
- GP ADMX file name: *RPC.admx* - GP ADMX file name: *RPC.admx*
@ -199,7 +199,7 @@ If you enable this policy setting, then:
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ignore Delegation Failure* - GP Friendly name: *Ignore Delegation Failure*
- GP name: *RpcIgnoreDelegationFailure* - GP name: *RpcIgnoreDelegationFailure*
- GP path: *System\Remote Procedure Call* - GP path: *System\Remote Procedure Call*
- GP ADMX file name: *RPC.admx* - GP ADMX file name: *RPC.admx*
@ -280,7 +280,7 @@ If you enable this policy setting, and the IIS server running the RPC HTTP proxy
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Minimum Idle Connection Timeout for RPC/HTTP connections* - GP Friendly name: *Set Minimum Idle Connection Timeout for RPC/HTTP connections*
- GP name: *RpcMinimumHttpConnectionTimeout* - GP name: *RpcMinimumHttpConnectionTimeout*
- GP path: *System\Remote Procedure Call* - GP path: *System\Remote Procedure Call*
- GP ADMX file name: *RPC.admx* - GP ADMX file name: *RPC.admx*
@ -366,7 +366,7 @@ If you enable this policy setting, you can use the drop-down box to determine wh
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Maintain RPC Troubleshooting State Information* - GP Friendly name: *Maintain RPC Troubleshooting State Information*
- GP name: *RpcStateInformation* - GP name: *RpcStateInformation*
- GP path: *System\Remote Procedure Call* - GP path: *System\Remote Procedure Call*
- GP ADMX file name: *RPC.admx* - GP ADMX file name: *RPC.admx*

View File

@ -123,7 +123,7 @@ If you disable or do not configure this policy setting, user account cross-fores
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow logon scripts when NetBIOS or WINS is disabled* - GP Friendly name: *Allow logon scripts when NetBIOS or WINS is disabled*
- GP name: *Allow_Logon_Script_NetbiosDisabled* - GP name: *Allow_Logon_Script_NetbiosDisabled*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -198,7 +198,7 @@ If you disable or do not configure this setting the system lets the combined set
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify maximum wait time for Group Policy scripts* - GP Friendly name: *Specify maximum wait time for Group Policy scripts*
- GP name: *MaxGPOScriptWaitPolicy* - GP name: *MaxGPOScriptWaitPolicy*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -290,7 +290,7 @@ Within GPO C: C.cmd, C.ps1
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run Windows PowerShell scripts first at computer startup, shutdown* - GP Friendly name: *Run Windows PowerShell scripts first at computer startup, shutdown*
- GP name: *Run_Computer_PS_Scripts_First* - GP name: *Run_Computer_PS_Scripts_First*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -363,7 +363,7 @@ Also, see the "Run Logon Scripts Visible" setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run legacy logon scripts hidden* - GP Friendly name: *Run legacy logon scripts hidden*
- GP name: *Run_Legacy_Logon_Script_Hidden* - GP name: *Run_Legacy_Logon_Script_Hidden*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -434,7 +434,7 @@ If you disable or do not configure this policy setting, the instructions are sup
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display instructions in logoff scripts as they run* - GP Friendly name: *Display instructions in logoff scripts as they run*
- GP name: *Run_Logoff_Script_Visible* - GP name: *Run_Logoff_Script_Visible*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -505,7 +505,7 @@ This policy setting appears in the Computer Configuration and User Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run logon scripts synchronously* - GP Friendly name: *Run logon scripts synchronously*
- GP name: *Run_Logon_Script_Sync_1* - GP name: *Run_Logon_Script_Sync_1*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -576,7 +576,7 @@ This policy setting appears in the Computer Configuration and User Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run logon scripts synchronously* - GP Friendly name: *Run logon scripts synchronously*
- GP name: *Run_Logon_Script_Sync_2* - GP name: *Run_Logon_Script_Sync_2*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -647,7 +647,7 @@ If you disable or do not configure this policy setting, the instructions are sup
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display instructions in logon scripts as they run* - GP Friendly name: *Display instructions in logon scripts as they run*
- GP name: *Run_Logon_Script_Visible* - GP name: *Run_Logon_Script_Visible*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -718,7 +718,7 @@ If you disable or do not configure this policy setting, the instructions are sup
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display instructions in shutdown scripts as they run* - GP Friendly name: *Display instructions in shutdown scripts as they run*
- GP name: *Run_Shutdown_Script_Visible* - GP name: *Run_Shutdown_Script_Visible*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -792,7 +792,7 @@ If you disable or do not configure this policy setting, a startup cannot run unt
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run startup scripts asynchronously* - GP Friendly name: *Run startup scripts asynchronously*
- GP name: *Run_Startup_Script_Sync* - GP name: *Run_Startup_Script_Sync*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -866,7 +866,7 @@ If you disable or do not configure this policy setting, the instructions are sup
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display instructions in startup scripts as they run* - GP Friendly name: *Display instructions in startup scripts as they run*
- GP name: *Run_Startup_Script_Visible* - GP name: *Run_Startup_Script_Visible*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*
@ -961,7 +961,7 @@ This policy setting appears in the Computer Configuration and User Configuration
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run Windows PowerShell scripts first at user logon, logoff* - GP Friendly name: *Run Windows PowerShell scripts first at user logon, logoff*
- GP name: *Run_User_PS_Scripts_First* - GP name: *Run_User_PS_Scripts_First*
- GP path: *System\Scripts* - GP path: *System\Scripts*
- GP ADMX file name: *Scripts.admx* - GP ADMX file name: *Scripts.admx*

View File

@ -96,7 +96,7 @@ If you disable this policy setting, users can only access and search troubleshoo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Troubleshooting: Allow users to access online troubleshooting content on Microsoft servers from the Troubleshooting Control Panel (via the Windows Online Troubleshooting Service - WOTS)* - GP Friendly name: *Troubleshooting: Allow users to access online troubleshooting content on Microsoft servers from the Troubleshooting Control Panel (via the Windows Online Troubleshooting Service - WOTS)*
- GP name: *BetterWhenConnected* - GP name: *BetterWhenConnected*
- GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics*
- GP ADMX file name: *sdiageng.admx* - GP ADMX file name: *sdiageng.admx*
@ -167,7 +167,7 @@ Note that this setting also controls a user's ability to launch standalone troub
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Troubleshooting: Allow users to access and run Troubleshooting Wizards* - GP Friendly name: *Troubleshooting: Allow users to access and run Troubleshooting Wizards*
- GP name: *ScriptedDiagnosticsExecutionPolicy* - GP name: *ScriptedDiagnosticsExecutionPolicy*
- GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics*
- GP ADMX file name: *sdiageng.admx* - GP ADMX file name: *sdiageng.admx*
@ -236,7 +236,7 @@ If you disable or do not configure this policy setting, the scripted diagnostics
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Security Policy for Scripted Diagnostics* - GP Friendly name: *Configure Security Policy for Scripted Diagnostics*
- GP name: *ScriptedDiagnosticsSecurityPolicy* - GP name: *ScriptedDiagnosticsSecurityPolicy*
- GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics* - GP path: *System\Troubleshooting and Diagnostics\Scripted Diagnostics*
- GP ADMX file name: *sdiageng.admx* - GP ADMX file name: *sdiageng.admx*

View File

@ -102,7 +102,7 @@ In Windows Vista, this policy setting monitors essential security settings to in
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Security Center (Domain PCs only)* - GP Friendly name: *Turn on Security Center (Domain PCs only)*
- GP name: *SecurityCenter_SecurityCenterInDomain* - GP name: *SecurityCenter_SecurityCenterInDomain*
- GP path: *Windows Components\Security Center* - GP path: *Windows Components\Security Center*
- GP ADMX file name: *Securitycenter.admx* - GP ADMX file name: *Securitycenter.admx*

View File

@ -102,7 +102,7 @@ If you disable or do not configure this policy setting, all location scripts wil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off location scripting* - GP Friendly name: *Turn off location scripting*
- GP name: *DisableLocationScripting_1* - GP name: *DisableLocationScripting_1*
- GP path: *Windows Components\Location and Sensors* - GP path: *Windows Components\Location and Sensors*
- GP ADMX file name: *Sensors.admx* - GP ADMX file name: *Sensors.admx*
@ -171,7 +171,7 @@ If you disable or do not configure this policy setting, all location scripts wil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off location scripting* - GP Friendly name: *Turn off location scripting*
- GP name: *DisableLocationScripting_2* - GP name: *DisableLocationScripting_2*
- GP path: *Windows Components\Location and Sensors* - GP path: *Windows Components\Location and Sensors*
- GP ADMX file name: *Sensors.admx* - GP ADMX file name: *Sensors.admx*
@ -240,7 +240,7 @@ If you disable or do not configure this policy setting, all programs on this com
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off location* - GP Friendly name: *Turn off location*
- GP name: *DisableLocation_1* - GP name: *DisableLocation_1*
- GP path: *Windows Components\Location and Sensors* - GP path: *Windows Components\Location and Sensors*
- GP ADMX file name: *Sensors.admx* - GP ADMX file name: *Sensors.admx*
@ -309,7 +309,7 @@ If you disable or do not configure this policy setting, all programs on this com
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off sensors* - GP Friendly name: *Turn off sensors*
- GP name: *DisableSensors_1* - GP name: *DisableSensors_1*
- GP path: *Windows Components\Location and Sensors* - GP path: *Windows Components\Location and Sensors*
- GP ADMX file name: *Sensors.admx* - GP ADMX file name: *Sensors.admx*
@ -378,7 +378,7 @@ If you disable or do not configure this policy setting, all programs on this com
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off sensors* - GP Friendly name: *Turn off sensors*
- GP name: *DisableSensors_2* - GP name: *DisableSensors_2*
- GP path: *Windows Components\Location and Sensors* - GP path: *Windows Components\Location and Sensors*
- GP ADMX file name: *Sensors.admx* - GP ADMX file name: *Sensors.admx*

View File

@ -92,7 +92,7 @@ If you disable or do not configure this policy setting, or if the required files
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify settings for optional component installation and component repair* - GP Friendly name: *Specify settings for optional component installation and component repair*
- GP name: *Servicing* - GP name: *Servicing*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Servicing.admx* - GP ADMX file name: *Servicing.admx*

View File

@ -116,7 +116,7 @@ If you do not set or disable this setting, syncing of the "AppSync" group is on
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync Apps* - GP Friendly name: *Do not sync Apps*
- GP name: *DisableAppSyncSettingSync* - GP name: *DisableAppSyncSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -187,7 +187,7 @@ If you do not set or disable this setting, syncing of the "app settings" group i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync app settings* - GP Friendly name: *Do not sync app settings*
- GP name: *DisableApplicationSettingSync* - GP name: *DisableApplicationSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -258,7 +258,7 @@ If you do not set or disable this setting, syncing of the "passwords" group is o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync passwords* - GP Friendly name: *Do not sync passwords*
- GP name: *DisableCredentialsSettingSync* - GP name: *DisableCredentialsSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -329,7 +329,7 @@ If you do not set or disable this setting, syncing of the "desktop personalizati
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync desktop personalization* - GP Friendly name: *Do not sync desktop personalization*
- GP name: *DisableDesktopThemeSettingSync* - GP name: *DisableDesktopThemeSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -400,7 +400,7 @@ If you do not set or disable this setting, syncing of the "personalize" group is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync personalize* - GP Friendly name: *Do not sync personalize*
- GP name: *DisablePersonalizationSettingSync* - GP name: *DisablePersonalizationSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -471,7 +471,7 @@ If you do not set or disable this setting, "sync your settings" is on by default
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync* - GP Friendly name: *Do not sync*
- GP name: *DisableSettingSync* - GP name: *DisableSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -542,7 +542,7 @@ If you do not set or disable this setting, syncing of the "Start layout" group i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync start settings* - GP Friendly name: *Do not sync start settings*
- GP name: *DisableStartLayoutSettingSync* - GP name: *DisableStartLayoutSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -611,7 +611,7 @@ If you do not set or disable this setting, syncing on metered connections is con
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync on metered connections* - GP Friendly name: *Do not sync on metered connections*
- GP name: *DisableSyncOnPaidNetwork* - GP name: *DisableSyncOnPaidNetwork*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*
@ -682,7 +682,7 @@ If you do not set or disable this setting, syncing of the "Other Windows setting
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not sync other Windows settings* - GP Friendly name: *Do not sync other Windows settings*
- GP name: *DisableWindowsSettingSync* - GP name: *DisableWindowsSettingSync*
- GP path: *Windows Components\Sync your settings* - GP path: *Windows Components\Sync your settings*
- GP ADMX file name: *SettingSync.admx* - GP ADMX file name: *SettingSync.admx*

View File

@ -95,7 +95,7 @@ If you disable this policy setting, users cannot publish DFS roots in AD DS and
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow DFS roots to be published* - GP Friendly name: *Allow DFS roots to be published*
- GP name: *PublishDfsRoots* - GP name: *PublishDfsRoots*
- GP path: *Shared Folders* - GP path: *Shared Folders*
- GP ADMX file name: *SharedFolders.admx* - GP ADMX file name: *SharedFolders.admx*
@ -168,7 +168,7 @@ If you disable this policy setting, users cannot publish shared folders in AD DS
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow shared folders to be published* - GP Friendly name: *Allow shared folders to be published*
- GP name: *PublishSharedFolders* - GP name: *PublishSharedFolders*
- GP path: *Shared Folders* - GP path: *Shared Folders*
- GP ADMX file name: *SharedFolders.admx* - GP ADMX file name: *SharedFolders.admx*

View File

@ -89,7 +89,7 @@ If you disable or don't configure this policy setting, users can share files out
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from sharing files within their profile.* - GP Friendly name: *Prevent users from sharing files within their profile.*
- GP name: *NoInplaceSharing* - GP name: *NoInplaceSharing*
- GP path: *Windows Components\Network Sharing* - GP path: *Windows Components\Network Sharing*
- GP ADMX file name: *Sharing.admx* - GP ADMX file name: *Sharing.admx*

View File

@ -102,7 +102,7 @@ If you disable this policy setting or do not configure it, users can run Cmd.exe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent access to the command prompt* - GP Friendly name: *Prevent access to the command prompt*
- GP name: *DisableCMD* - GP name: *DisableCMD*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx* - GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx*
@ -173,7 +173,7 @@ To prevent users from using other administrative tools, use the "Run only specif
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent access to registry editing tools* - GP Friendly name: *Prevent access to registry editing tools*
- GP name: *DisableRegedit* - GP name: *DisableRegedit*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx* - GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx*
@ -249,7 +249,7 @@ This policy setting only prevents users from running programs that are started b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Don't run specified Windows applications* - GP Friendly name: *Don't run specified Windows applications*
- GP name: *DisallowApps* - GP name: *DisallowApps*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx* - GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx*
@ -324,7 +324,7 @@ This policy setting only prevents users from running programs that are started b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Run only specified Windows applications* - GP Friendly name: *Run only specified Windows applications*
- GP name: *RestrictApps* - GP name: *RestrictApps*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx* - GP ADMX file name: *Shell-CommandPrompt-RegEditTools.admx*

View File

@ -92,7 +92,7 @@ If you enable or disable this setting, do not return the setting to Not Configur
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent OneDrive from generating network traffic until the user signs in to OneDrive* - GP Friendly name: *Prevent OneDrive from generating network traffic until the user signs in to OneDrive*
- GP name: *PreventNetworkTrafficPreUserSignIn* - GP name: *PreventNetworkTrafficPreUserSignIn*
- GP path: *Windows Components\OneDrive* - GP path: *Windows Components\OneDrive*
- GP ADMX file name: *SkyDrive.admx* - GP ADMX file name: *SkyDrive.admx*

View File

@ -141,7 +141,7 @@ If you disable or do not configure this policy setting, only certificates that c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow certificates with no extended key usage certificate attribute* - GP Friendly name: *Allow certificates with no extended key usage certificate attribute*
- GP name: *AllowCertificatesWithNoEKU* - GP name: *AllowCertificatesWithNoEKU*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -212,7 +212,7 @@ If you disable or do not configure this policy setting then the integrated unblo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow Integrated Unblock screen to be displayed at the time of logon* - GP Friendly name: *Allow Integrated Unblock screen to be displayed at the time of logon*
- GP name: *AllowIntegratedUnblock* - GP name: *AllowIntegratedUnblock*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -281,7 +281,7 @@ If you disable or do not configure this policy setting, any available smart card
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow signature keys valid for Logon* - GP Friendly name: *Allow signature keys valid for Logon*
- GP name: *AllowSignatureOnlyKeys* - GP name: *AllowSignatureOnlyKeys*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -352,7 +352,7 @@ If you disable or do not configure this policy setting, certificates which are e
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow time invalid certificates* - GP Friendly name: *Allow time invalid certificates*
- GP name: *AllowTimeInvalidCertificates* - GP name: *AllowTimeInvalidCertificates*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -421,7 +421,7 @@ If you disable this policy setting, certificate propagation will not occur and t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on certificate propagation from smart card* - GP Friendly name: *Turn on certificate propagation from smart card*
- GP name: *CertPropEnabledString* - GP name: *CertPropEnabledString*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -486,7 +486,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting al
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure root certificate clean up* - GP Friendly name: *Configure root certificate clean up*
- GP name: *CertPropRootCleanupString* - GP name: *CertPropRootCleanupString*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -558,7 +558,7 @@ If you disable this policy setting then root certificates will not be propagated
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on root certificate propagation from smart card* - GP Friendly name: *Turn on root certificate propagation from smart card*
- GP name: *CertPropRootEnabledString* - GP name: *CertPropRootEnabledString*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -630,7 +630,7 @@ If you disable or do not configure this policy setting, plaintext PINs can be re
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent plaintext PINs from being returned by Credential Manager* - GP Friendly name: *Prevent plaintext PINs from being returned by Credential Manager*
- GP name: *DisallowPlaintextPin* - GP name: *DisallowPlaintextPin*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -702,7 +702,7 @@ If you disable or do not configure this policy setting, ECC certificates on a sm
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow ECC certificates to be used for logon and authentication* - GP Friendly name: *Allow ECC certificates to be used for logon and authentication*
- GP name: *EnumerateECCCerts* - GP name: *EnumerateECCCerts*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -778,7 +778,7 @@ If you disable this policy setting, no filtering will take place.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Filter duplicate logon certificates* - GP Friendly name: *Filter duplicate logon certificates*
- GP name: *FilterDuplicateCerts* - GP name: *FilterDuplicateCerts*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -849,7 +849,7 @@ If you disable or do not configure this setting, Windows will only attempt to re
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force the reading of all certificates from the smart card* - GP Friendly name: *Force the reading of all certificates from the smart card*
- GP name: *ForceReadingAllCertificates* - GP name: *ForceReadingAllCertificates*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -921,7 +921,7 @@ If you disable or do not configure this policy setting, the default message will
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display string when smart card is blocked* - GP Friendly name: *Display string when smart card is blocked*
- GP name: *IntegratedUnblockPromptString* - GP name: *IntegratedUnblockPromptString*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -992,7 +992,7 @@ If you disable, the subject name will be displayed as it appears in the certific
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Reverse the subject name stored in a certificate when displaying* - GP Friendly name: *Reverse the subject name stored in a certificate when displaying*
- GP name: *ReverseSubject* - GP name: *ReverseSubject*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -1064,7 +1064,7 @@ If you disable this policy setting, Smart Card Plug and Play will be disabled an
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Smart Card Plug and Play service* - GP Friendly name: *Turn on Smart Card Plug and Play service*
- GP name: *SCPnPEnabled* - GP name: *SCPnPEnabled*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -1136,7 +1136,7 @@ If you disable this policy setting, a confirmation message will not be displayed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Notify user of successful smart card driver installation* - GP Friendly name: *Notify user of successful smart card driver installation*
- GP name: *SCPnPNotification* - GP name: *SCPnPNotification*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*
@ -1205,7 +1205,7 @@ If you disable or do not configure this policy setting, an optional field that a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow user name hint* - GP Friendly name: *Allow user name hint*
- GP name: *X509HintsNeeded* - GP name: *X509HintsNeeded*
- GP path: *Windows Components\Smart Card* - GP path: *Windows Components\Smart Card*
- GP ADMX file name: *Smartcard.admx* - GP ADMX file name: *Smartcard.admx*

View File

@ -108,7 +108,7 @@ Also, see the other two SNMP settings: "Specify permitted managers" and "Specify
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify communities* - GP Friendly name: *Specify communities*
- GP name: *SNMP_Communities* - GP name: *SNMP_Communities*
- GP path: *Network\SNMP* - GP path: *Network\SNMP*
- GP ADMX file name: *Snmp.admx* - GP ADMX file name: *Snmp.admx*
@ -188,7 +188,7 @@ Also, see the other two SNMP policy settings: "Specify trap configuration" and "
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify permitted managers* - GP Friendly name: *Specify permitted managers*
- GP name: *SNMP_PermittedManagers* - GP name: *SNMP_PermittedManagers*
- GP path: *Network\SNMP* - GP path: *Network\SNMP*
- GP ADMX file name: *Snmp.admx* - GP ADMX file name: *Snmp.admx*
@ -266,7 +266,7 @@ Also, see the other two SNMP settings: "Specify permitted managers" and "Specify
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify traps for public community* - GP Friendly name: *Specify traps for public community*
- GP name: *SNMP_Traps_Public* - GP name: *SNMP_Traps_Public*
- GP path: *Network\SNMP* - GP path: *Network\SNMP*
- GP ADMX file name: *Snmp.admx* - GP ADMX file name: *Snmp.admx*

View File

@ -288,7 +288,7 @@ If you do not configure this policy (default), there will not be a "Search the I
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add Search Internet link to Start Menu* - GP Friendly name: *Add Search Internet link to Start Menu*
- GP name: *AddSearchInternetLinkInStartMenu* - GP name: *AddSearchInternetLinkInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -368,7 +368,7 @@ This policy also does not clear items that the user may have pinned to the Jump
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Clear history of recently opened documents on exit* - GP Friendly name: *Clear history of recently opened documents on exit*
- GP name: *ClearRecentDocsOnExit* - GP name: *ClearRecentDocsOnExit*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -435,7 +435,7 @@ If you disable or do not configure this policy, the start menu recent programs l
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Clear the recent programs list for new users* - GP Friendly name: *Clear the recent programs list for new users*
- GP name: *ClearRecentProgForNewUserInStartMenu* - GP name: *ClearRecentProgForNewUserInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -504,7 +504,7 @@ This setting does not prevent new notifications from appearing. See the "Turn of
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Clear tile notifications during log on* - GP Friendly name: *Clear tile notifications during log on*
- GP name: *ClearTilesOnExit* - GP name: *ClearTilesOnExit*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -573,7 +573,7 @@ If you disable or don't configure this policy setting, the desktop apps won't be
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *List desktop apps first in the Apps view* - GP Friendly name: *List desktop apps first in the Apps view*
- GP name: *DesktopAppsFirstInAppsView* - GP name: *DesktopAppsFirstInAppsView*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -644,7 +644,7 @@ If you disable or dont configure this policy setting, the user can configure
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Search just apps from the Apps view* - GP Friendly name: *Search just apps from the Apps view*
- GP name: *DisableGlobalSearchOnAppsView* - GP name: *DisableGlobalSearchOnAppsView*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -721,7 +721,7 @@ Also, see "Remove Logoff" in User Configuration\Administrative Templates\System\
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add Logoff to the Start Menu* - GP Friendly name: *Add Logoff to the Start Menu*
- GP name: *ForceStartMenuLogOff* - GP name: *ForceStartMenuLogOff*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -792,7 +792,7 @@ If you dont configure this policy setting, the default setting for the user
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Go to the desktop instead of Start when signing in* - GP Friendly name: *Go to the desktop instead of Start when signing in*
- GP name: *GoToDesktopOnSignIn* - GP name: *GoToDesktopOnSignIn*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -866,7 +866,7 @@ If you disable this setting or do not configure it, all Start menu shortcuts app
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Gray unavailable Windows Installer programs Start Menu shortcuts* - GP Friendly name: *Gray unavailable Windows Installer programs Start Menu shortcuts*
- GP name: *GreyMSIAds* - GP name: *GreyMSIAds*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -935,7 +935,7 @@ If you disable or do not configure this policy setting, the Power button and the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands* - GP Friendly name: *Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands*
- GP name: *HidePowerOptions* - GP name: *HidePowerOptions*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1009,7 +1009,7 @@ To Turn off personalized menus without specifying a setting, click Start, click
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off personalized menus* - GP Friendly name: *Turn off personalized menus*
- GP name: *Intellimenus* - GP name: *Intellimenus*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1083,7 +1083,7 @@ If you disable this setting or do not configure it, the user can configure the t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Lock the Taskbar* - GP Friendly name: *Lock the Taskbar*
- GP name: *LockTaskbar* - GP name: *LockTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1152,7 +1152,7 @@ Enabling this setting adds a check box to the Run dialog box, giving users the o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add "Run in Separate Memory Space" check box to Run dialog box* - GP Friendly name: *Add "Run in Separate Memory Space" check box to Run dialog box*
- GP name: *MemCheckBoxInRunDlg* - GP name: *MemCheckBoxInRunDlg*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1225,7 +1225,7 @@ If you do not configure it, the user can choose if they want notifications colla
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off notification area cleanup* - GP Friendly name: *Turn off notification area cleanup*
- GP name: *NoAutoTrayNotify* - GP name: *NoAutoTrayNotify*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1296,7 +1296,7 @@ If you disable this setting or do not configure it, all pop-up text is displayed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Balloon Tips on Start Menu items* - GP Friendly name: *Remove Balloon Tips on Start Menu items*
- GP name: *NoBalloonTip* - GP name: *NoBalloonTip*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1365,7 +1365,7 @@ If you disable or do not configure this setting, you will allow a user to select
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from customizing their Start Screen* - GP Friendly name: *Prevent users from customizing their Start Screen*
- GP name: *NoChangeStartMenu* - GP name: *NoChangeStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1437,7 +1437,7 @@ If you disable or do not configure this policy setting, the Power button and the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands* - GP Friendly name: *Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands*
- GP name: *NoClose* - GP name: *NoClose*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1506,7 +1506,7 @@ To see the Program menu items in the All Users profile, on the system drive, go
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove common program groups from Start Menu* - GP Friendly name: *Remove common program groups from Start Menu*
- GP name: *NoCommonGroups* - GP name: *NoCommonGroups*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1582,7 +1582,7 @@ If you disable or do not configure this setting, the Display Favorite item is av
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Favorites menu from Start Menu* - GP Friendly name: *Remove Favorites menu from Start Menu*
- GP name: *NoFavoritesMenu* - GP name: *NoFavoritesMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1657,7 +1657,7 @@ If you disable or do not configure this policy setting, the Search link is avail
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Search link from Start Menu* - GP Friendly name: *Remove Search link from Start Menu*
- GP name: *NoFind* - GP name: *NoFind*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1724,7 +1724,7 @@ If you disable or do not configure this policy, the start menu will show a link
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Games link from Start Menu* - GP Friendly name: *Remove Games link from Start Menu*
- GP name: *NoGamesFolderOnStartMenu* - GP name: *NoGamesFolderOnStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1795,7 +1795,7 @@ This policy setting only affects the Start menu. It does not remove the Help men
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Help menu from Start Menu* - GP Friendly name: *Remove Help menu from Start Menu*
- GP name: *NoHelp* - GP name: *NoHelp*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1868,7 +1868,7 @@ This policy setting does not prevent users from pinning programs to the Start M
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off user tracking* - GP Friendly name: *Turn off user tracking*
- GP name: *NoInstrumentation* - GP name: *NoInstrumentation*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -1942,7 +1942,7 @@ If you disable or do not configure this setting, the all apps list will be visib
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove All Programs list from the Start menu* - GP Friendly name: *Remove All Programs list from the Start menu*
- GP name: *NoMoreProgramsList* - GP name: *NoMoreProgramsList*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2017,7 +2017,7 @@ Also, see the "Disable programs on Settings menu" and "Disable Control Panel" po
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Network Connections from Start Menu* - GP Friendly name: *Remove Network Connections from Start Menu*
- GP name: *NoNetAndDialupConnect* - GP name: *NoNetAndDialupConnect*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2086,7 +2086,7 @@ If you disable this setting or do not configure it, the "Pinned Programs" list r
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove pinned programs list from the Start Menu* - GP Friendly name: *Remove pinned programs list from the Start Menu*
- GP name: *NoPinnedPrograms* - GP name: *NoPinnedPrograms*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2166,7 +2166,7 @@ This setting also does not hide document shortcuts displayed in the Open dialog
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Recent Items menu from Start Menu* - GP Friendly name: *Remove Recent Items menu from Start Menu*
- GP name: *NoRecentDocsMenu* - GP name: *NoRecentDocsMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2240,7 +2240,7 @@ Also, see the "Do not track Shell shortcuts during roaming" and the "Do not use
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not use the search-based method when resolving shell shortcuts* - GP Friendly name: *Do not use the search-based method when resolving shell shortcuts*
- GP name: *NoResolveSearch* - GP name: *NoResolveSearch*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2313,7 +2313,7 @@ Also, see the "Do not track Shell shortcuts during roaming" and the "Do not use
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not use the tracking-based method when resolving shell shortcuts* - GP Friendly name: *Do not use the tracking-based method when resolving shell shortcuts*
- GP name: *NoResolveTrack* - GP name: *NoResolveTrack*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2401,7 +2401,7 @@ If you disable or do not configure this setting, users will be able to access th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Run menu from Start Menu* - GP Friendly name: *Remove Run menu from Start Menu*
- GP name: *NoRun* - GP name: *NoRun*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2475,7 +2475,7 @@ If you disable or do not configure this policy setting, the Default Programs lin
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Default Programs link from the Start menu.* - GP Friendly name: *Remove Default Programs link from the Start menu.*
- GP name: *NoSMConfigurePrograms* - GP name: *NoSMConfigurePrograms*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2549,7 +2549,7 @@ Also, see the "Remove Documents icon on the desktop" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Documents icon from Start Menu* - GP Friendly name: *Remove Documents icon from Start Menu*
- GP name: *NoSMMyDocuments* - GP name: *NoSMMyDocuments*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2618,7 +2618,7 @@ If you disable or do not configure this policy setting, the Music icon is availa
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Music icon from Start Menu* - GP Friendly name: *Remove Music icon from Start Menu*
- GP name: *NoSMMyMusic* - GP name: *NoSMMyMusic*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2687,7 +2687,7 @@ If you disable or do not configure this policy setting, the Network icon is avai
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Network icon from Start Menu* - GP Friendly name: *Remove Network icon from Start Menu*
- GP name: *NoSMMyNetworkPlaces* - GP name: *NoSMMyNetworkPlaces*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2756,7 +2756,7 @@ If you disable or do not configure this policy setting, the Pictures icon is ava
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Pictures icon from Start Menu* - GP Friendly name: *Remove Pictures icon from Start Menu*
- GP name: *NoSMMyPictures* - GP name: *NoSMMyPictures*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2823,7 +2823,7 @@ If you disable or do not configure this policy, the start menu will search for c
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not search communications* - GP Friendly name: *Do not search communications*
- GP name: *NoSearchCommInStartMenu* - GP name: *NoSearchCommInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2890,7 +2890,7 @@ If you disable or do not configure this policy, the "See all results" link will
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Search Computer link* - GP Friendly name: *Remove Search Computer link*
- GP name: *NoSearchComputerLinkInStartMenu* - GP name: *NoSearchComputerLinkInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -2957,7 +2957,7 @@ If you disable or do not configure this policy, a "See more results" link will b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove See More Results / Search Everywhere link* - GP Friendly name: *Remove See More Results / Search Everywhere link*
- GP name: *NoSearchEverywhereLinkInStartMenu* - GP name: *NoSearchEverywhereLinkInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3024,7 +3024,7 @@ If you disable or do not configure this policy setting, the Start menu will sear
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not search for files* - GP Friendly name: *Do not search for files*
- GP name: *NoSearchFilesInStartMenu* - GP name: *NoSearchFilesInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3091,7 +3091,7 @@ If you disable or do not configure this policy, the start menu will search for f
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not search Internet* - GP Friendly name: *Do not search Internet*
- GP name: *NoSearchInternetInStartMenu* - GP name: *NoSearchInternetInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3158,7 +3158,7 @@ If you disable or do not configure this policy setting, the Start menu search bo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not search programs and Control Panel items* - GP Friendly name: *Do not search programs and Control Panel items*
- GP name: *NoSearchProgramsInStartMenu* - GP name: *NoSearchProgramsInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3231,7 +3231,7 @@ Also, see the "Disable Control Panel," "Disable Display in Control Panel," and "
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove programs on Settings menu* - GP Friendly name: *Remove programs on Settings menu*
- GP name: *NoSetFolders* - GP name: *NoSetFolders*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3302,7 +3302,7 @@ If you disable or do not configure this policy setting, the Taskbar and Start Me
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent changes to Taskbar and Start Menu Settings* - GP Friendly name: *Prevent changes to Taskbar and Start Menu Settings*
- GP name: *NoSetTaskbar* - GP name: *NoSetTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3371,7 +3371,7 @@ If you disable or do not configure this policy setting, the Downloads link is av
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Downloads link from Start Menu* - GP Friendly name: *Remove Downloads link from Start Menu*
- GP name: *NoStartMenuDownload* - GP name: *NoStartMenuDownload*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3438,7 +3438,7 @@ If you disable or do not configure this policy, users can use the Start Menu opt
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Homegroup link from Start Menu* - GP Friendly name: *Remove Homegroup link from Start Menu*
- GP name: *NoStartMenuHomegroup* - GP name: *NoStartMenuHomegroup*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3507,7 +3507,7 @@ If you disable or do not configure this policy setting, the Recorded TV link is
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Recorded TV link from Start Menu* - GP Friendly name: *Remove Recorded TV link from Start Menu*
- GP name: *NoStartMenuRecordedTV* - GP name: *NoStartMenuRecordedTV*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3580,7 +3580,7 @@ If you disable this setting or do not configured it, Windows 2000 Professional a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove user's folders from the Start Menu* - GP Friendly name: *Remove user's folders from the Start Menu*
- GP name: *NoStartMenuSubFolders* - GP name: *NoStartMenuSubFolders*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3649,7 +3649,7 @@ If you disable or do not configure this policy setting, the Videos link is avail
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Videos link from Start Menu* - GP Friendly name: *Remove Videos link from Start Menu*
- GP name: *NoStartMenuVideos* - GP name: *NoStartMenuVideos*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3722,7 +3722,7 @@ If you do not configure this setting, the default is the new style, and the user
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Force classic Start Menu* - GP Friendly name: *Force classic Start Menu*
- GP name: *NoStartPage* - GP name: *NoStartPage*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3791,7 +3791,7 @@ If you disable or do not configure this setting, the default behavior of the clo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Clock from the system notification area* - GP Friendly name: *Remove Clock from the system notification area*
- GP name: *NoTaskBarClock* - GP name: *NoTaskBarClock*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3862,7 +3862,7 @@ If you disable or do not configure it, items on the taskbar that share the same
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent grouping of taskbar items* - GP Friendly name: *Prevent grouping of taskbar items*
- GP name: *NoTaskGrouping* - GP name: *NoTaskGrouping*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -3933,7 +3933,7 @@ If this setting is disabled or is not configured, the taskbar displays all toolb
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not display any custom toolbars in the taskbar* - GP Friendly name: *Do not display any custom toolbars in the taskbar*
- GP name: *NoToolbarsOnTaskbar* - GP name: *NoToolbarsOnTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4004,7 +4004,7 @@ This policy setting does not prevent users from using other methods to issue the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove access to the context menus for the taskbar* - GP Friendly name: *Remove access to the context menus for the taskbar*
- GP name: *NoTrayContextMenu* - GP name: *NoTrayContextMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4078,7 +4078,7 @@ If this setting is disabled or is not configured, the notification area is shown
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the notification area* - GP Friendly name: *Hide the notification area*
- GP name: *NoTrayItemsDisplay* - GP name: *NoTrayItemsDisplay*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4145,7 +4145,7 @@ If you disable this setting or do not configure it, users can access the uninsta
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from uninstalling applications from Start* - GP Friendly name: *Prevent users from uninstalling applications from Start*
- GP name: *NoUninstallFromStart* - GP name: *NoUninstallFromStart*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4212,7 +4212,7 @@ If you disable or do not configure this policy, the start menu will display a li
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove user folder link from Start Menu* - GP Friendly name: *Remove user folder link from Start Menu*
- GP name: *NoUserFolderOnStartMenu* - GP name: *NoUserFolderOnStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4283,7 +4283,7 @@ If you disable or do not configure this policy setting, the user name label appe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove user name from Start Menu* - GP Friendly name: *Remove user name from Start Menu*
- GP name: *NoUserNameOnStartMenu* - GP name: *NoUserNameOnStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4358,7 +4358,7 @@ Also, see the "Hide the "Add programs from Microsoft" option" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove links and access to Windows Update* - GP Friendly name: *Remove links and access to Windows Update*
- GP name: *NoWindowsUpdate* - GP name: *NoWindowsUpdate*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4429,7 +4429,7 @@ If you disable or do not configure this setting, the Start Menu power button wil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Change Start Menu power button* - GP Friendly name: *Change Start Menu power button*
- GP name: *PowerButtonAction* - GP name: *PowerButtonAction*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4500,7 +4500,7 @@ If you do not configure this policy setting, then users will be able to turn the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show QuickLaunch on Taskbar* - GP Friendly name: *Show QuickLaunch on Taskbar*
- GP name: *QuickLaunchEnabled* - GP name: *QuickLaunchEnabled*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4567,7 +4567,7 @@ If you disable this setting or do not configure it, the "Undock PC" button remai
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the "Undock PC" button from the Start Menu* - GP Friendly name: *Remove the "Undock PC" button from the Start Menu*
- GP name: *RemoveUnDockPCButton* - GP name: *RemoveUnDockPCButton*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4636,7 +4636,7 @@ If you disable or dont configure this policy setting, the Start screen will a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show the Apps view automatically when the user goes to Start* - GP Friendly name: *Show the Apps view automatically when the user goes to Start*
- GP name: *ShowAppsViewOnStart* - GP name: *ShowAppsViewOnStart*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4708,7 +4708,7 @@ If you disable this setting or do not configure it, users cannot access the "Run
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show "Run as different user" command on Start* - GP Friendly name: *Show "Run as different user" command on Start*
- GP name: *ShowRunAsDifferentUserInStart* - GP name: *ShowRunAsDifferentUserInStart*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4777,7 +4777,7 @@ If the Remove Run link from Start Menu policy is set, the Add the Run command to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Add the Run command to the Start Menu* - GP Friendly name: *Add the Run command to the Start Menu*
- GP name: *ShowRunInStartMenu* - GP name: *ShowRunInStartMenu*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4846,7 +4846,7 @@ If you disable or don't configure this policy setting, the Start screen will alw
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show Start on the display the user is using when they press the Windows logo key* - GP Friendly name: *Show Start on the display the user is using when they press the Windows logo key*
- GP name: *ShowStartOnDisplayWithForegroundOnWinKey* - GP name: *ShowStartOnDisplayWithForegroundOnWinKey*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4921,7 +4921,7 @@ See also: "Remove Logoff" policy setting in User Configuration\Administrative Te
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Logoff on the Start Menu* - GP Friendly name: *Remove Logoff on the Start Menu*
- GP name: *StartMenuLogOff* - GP name: *StartMenuLogOff*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*
@ -4987,7 +4987,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting al
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Pin Apps to Start when installed* - GP Friendly name: *Pin Apps to Start when installed*
- GP name: *StartPinAppsWhenInstalled* - GP name: *StartPinAppsWhenInstalled*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *StartMenu.admx* - GP ADMX file name: *StartMenu.admx*

View File

@ -96,7 +96,7 @@ Also, see the "Turn off System Restore" policy setting. If the "Turn off System
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Configuration* - GP Friendly name: *Turn off Configuration*
- GP name: *SR_DisableConfig* - GP name: *SR_DisableConfig*
- GP path: *System\System Restore* - GP path: *System\System Restore*
- GP ADMX file name: *SystemRestore.admx* - GP ADMX file name: *SystemRestore.admx*

View File

@ -157,7 +157,7 @@ A reboot is required for this policy setting to take effect.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Notifications and Action Center* - GP Friendly name: *Remove Notifications and Action Center*
- GP name: *DisableNotificationCenter* - GP name: *DisableNotificationCenter*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -230,7 +230,7 @@ A reboot is required for this policy setting to take effect.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable showing balloon notifications as toasts.* - GP Friendly name: *Disable showing balloon notifications as toasts.*
- GP name: *EnableLegacyBalloonNotifications* - GP name: *EnableLegacyBalloonNotifications*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -299,7 +299,7 @@ If you disable or do not configure this policy setting, the Security and Mainten
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the Security and Maintenance icon* - GP Friendly name: *Remove the Security and Maintenance icon*
- GP name: *HideSCAHealth* - GP name: *HideSCAHealth*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -368,7 +368,7 @@ If you disable or do not configure this policy setting, the networking icon is d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the networking icon* - GP Friendly name: *Remove the networking icon*
- GP name: *HideSCANetwork* - GP name: *HideSCANetwork*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -437,7 +437,7 @@ If you disable or do not configure this policy setting, the battery meter is dis
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the battery meter* - GP Friendly name: *Remove the battery meter*
- GP name: *HideSCAPower* - GP name: *HideSCAPower*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -506,7 +506,7 @@ If you disable or do not configure this policy setting, the volume control icon
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the volume control icon* - GP Friendly name: *Remove the volume control icon*
- GP name: *HideSCAVolume* - GP name: *HideSCAVolume*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -575,7 +575,7 @@ If you disable do not configure this policy setting, feature advertisement ballo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off feature advertisement balloon notifications* - GP Friendly name: *Turn off feature advertisement balloon notifications*
- GP name: *NoBalloonFeatureAdvertisements* - GP name: *NoBalloonFeatureAdvertisements*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -644,7 +644,7 @@ If you disable or do not configure this policy setting, users can pin the Store
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow pinning Store app to the Taskbar* - GP Friendly name: *Do not allow pinning Store app to the Taskbar*
- GP name: *NoPinningStoreToTaskbar* - GP name: *NoPinningStoreToTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -713,7 +713,7 @@ If you disable or do not configure this policy setting, users can pin files, fol
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow pinning items in Jump Lists* - GP Friendly name: *Do not allow pinning items in Jump Lists*
- GP name: *NoPinningToDestinations* - GP name: *NoPinningToDestinations*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -782,7 +782,7 @@ If you disable or do not configure this policy setting, users can change the pro
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow pinning programs to the Taskbar* - GP Friendly name: *Do not allow pinning programs to the Taskbar*
- GP name: *NoPinningToTaskbar* - GP name: *NoPinningToTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -856,7 +856,7 @@ If you disable or do not configure this policy setting, all files that the user
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not display or track items in Jump Lists from remote locations* - GP Friendly name: *Do not display or track items in Jump Lists from remote locations*
- GP name: *NoRemoteDestinations* - GP name: *NoRemoteDestinations*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -927,7 +927,7 @@ If you disable or do not configure this policy setting, newly added notification
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off automatic promotion of notification icons to the taskbar* - GP Friendly name: *Turn off automatic promotion of notification icons to the taskbar*
- GP name: *NoSystraySystemPromotion* - GP name: *NoSystraySystemPromotion*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1000,7 +1000,7 @@ If you dont configure this policy setting, the default setting for the user
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show Windows Store apps on the taskbar* - GP Friendly name: *Show Windows Store apps on the taskbar*
- GP name: *ShowWindowsStoreAppsOnTaskbar* - GP name: *ShowWindowsStoreAppsOnTaskbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1071,7 +1071,7 @@ If you disable or do not configure this policy setting, the user will be able to
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Lock all taskbar settings* - GP Friendly name: *Lock all taskbar settings*
- GP name: *TaskbarLockAll* - GP name: *TaskbarLockAll*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1142,7 +1142,7 @@ If you disable or do not configure this policy setting, the users and applicatio
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from adding or removing toolbars* - GP Friendly name: *Prevent users from adding or removing toolbars*
- GP name: *TaskbarNoAddRemoveToolbar* - GP name: *TaskbarNoAddRemoveToolbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1213,7 +1213,7 @@ If you disable or do not configure this policy setting, users are able to rearra
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from rearranging toolbars* - GP Friendly name: *Prevent users from rearranging toolbars*
- GP name: *TaskbarNoDragToolbar* - GP name: *TaskbarNoDragToolbar*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1284,7 +1284,7 @@ If you disable or do not configure this policy setting, users can show taskbars
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow taskbars on more than one display* - GP Friendly name: *Do not allow taskbars on more than one display*
- GP name: *TaskbarNoMultimon* - GP name: *TaskbarNoMultimon*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1355,7 +1355,7 @@ If you disable or do not configure this policy setting, notification balloons ar
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off all balloon notifications* - GP Friendly name: *Turn off all balloon notifications*
- GP name: *TaskbarNoNotification* - GP name: *TaskbarNoNotification*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1426,7 +1426,7 @@ If you disable or do not configure this policy setting, users can pin programs s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove pinned programs from the Taskbar* - GP Friendly name: *Remove pinned programs from the Taskbar*
- GP name: *TaskbarNoPinnedList* - GP name: *TaskbarNoPinnedList*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1497,7 +1497,7 @@ If you disable or do not configure this policy setting, users are able to drag t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from moving taskbar to another screen dock location* - GP Friendly name: *Prevent users from moving taskbar to another screen dock location*
- GP name: *TaskbarNoRedock* - GP name: *TaskbarNoRedock*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1568,7 +1568,7 @@ If you disable or do not configure this policy setting, users are able to resize
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent users from resizing the taskbar* - GP Friendly name: *Prevent users from resizing the taskbar*
- GP name: *TaskbarNoResize* - GP name: *TaskbarNoResize*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*
@ -1639,7 +1639,7 @@ If you disable or do not configure this policy setting, the taskbar thumbnails a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off taskbar thumbnails* - GP Friendly name: *Turn off taskbar thumbnails*
- GP name: *TaskbarNoThumbnail* - GP name: *TaskbarNoThumbnail*
- GP path: *Start Menu and Taskbar* - GP path: *Start Menu and Taskbar*
- GP ADMX file name: *Taskbar.admx* - GP ADMX file name: *Taskbar.admx*

View File

@ -126,7 +126,7 @@ If you disable or do not configure this policy setting, the local host setting i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set 6to4 Relay Name* - GP Friendly name: *Set 6to4 Relay Name*
- GP name: *6to4_Router_Name* - GP name: *6to4_Router_Name*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -195,7 +195,7 @@ If you disable or do not configure this policy setting, the local host setting i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set 6to4 Relay Name Resolution Interval* - GP Friendly name: *Set 6to4 Relay Name Resolution Interval*
- GP name: *6to4_Router_Name_Resolution_Interval* - GP name: *6to4_Router_Name_Resolution_Interval*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -270,7 +270,7 @@ Policy Disabled State: 6to4 is turned off and connectivity with 6to4 will not be
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set 6to4 State* - GP Friendly name: *Set 6to4 State*
- GP name: *6to4_State* - GP name: *6to4_State*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -345,7 +345,7 @@ Policy Disabled State: No IP-HTTPS interfaces are present on the host.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set IP-HTTPS State* - GP Friendly name: *Set IP-HTTPS State*
- GP name: *IPHTTPS_ClientState* - GP name: *IPHTTPS_ClientState*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -414,7 +414,7 @@ If you disable this policy setting, IP Stateless Autoconfiguration Limits will b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set IP Stateless Autoconfiguration Limits State* - GP Friendly name: *Set IP Stateless Autoconfiguration Limits State*
- GP name: *IP_Stateless_Autoconfiguration_Limits_State* - GP name: *IP_Stateless_Autoconfiguration_Limits_State*
- GP path: *Network\TCPIP Settings\Parameters* - GP path: *Network\TCPIP Settings\Parameters*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -483,7 +483,7 @@ If you disable or do not configure this policy setting, the local host setting i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set ISATAP Router Name* - GP Friendly name: *Set ISATAP Router Name*
- GP name: *ISATAP_Router_Name* - GP name: *ISATAP_Router_Name*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -558,7 +558,7 @@ Policy Disabled State: No ISATAP interfaces are present on the host.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set ISATAP State* - GP Friendly name: *Set ISATAP State*
- GP name: *ISATAP_State* - GP name: *ISATAP_State*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -627,7 +627,7 @@ If you disable or do not configure this policy setting, the local host setting i
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Teredo Client Port* - GP Friendly name: *Set Teredo Client Port*
- GP name: *Teredo_Client_Port* - GP name: *Teredo_Client_Port*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -698,7 +698,7 @@ Policy Enabled State: If Default Qualified is enabled, Teredo will attempt quali
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Teredo Default Qualified* - GP Friendly name: *Set Teredo Default Qualified*
- GP name: *Teredo_Default_Qualified* - GP name: *Teredo_Default_Qualified*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -770,7 +770,7 @@ If you disable or do not configure this policy setting, the refresh rate is conf
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Teredo Refresh Rate* - GP Friendly name: *Set Teredo Refresh Rate*
- GP name: *Teredo_Refresh_Rate* - GP name: *Teredo_Refresh_Rate*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -839,7 +839,7 @@ If you disable or do not configure this policy setting, the local settings on th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Teredo Server Name* - GP Friendly name: *Set Teredo Server Name*
- GP name: *Teredo_Server_Name* - GP name: *Teredo_Server_Name*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -916,7 +916,7 @@ Enterprise Client: The Teredo interface is always present, even if the host is o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Teredo State* - GP Friendly name: *Set Teredo State*
- GP name: *Teredo_State* - GP name: *Teredo_State*
- GP path: *Network\TCPIP Settings\IPv6 Transition Technologies* - GP path: *Network\TCPIP Settings\IPv6 Transition Technologies*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*
@ -987,7 +987,7 @@ If you disable this policy setting, Window Scaling Heuristics will be disabled a
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Window Scaling Heuristics State* - GP Friendly name: *Set Window Scaling Heuristics State*
- GP name: *Windows_Scaling_Heuristics_State* - GP name: *Windows_Scaling_Heuristics_State*
- GP path: *Network\TCPIP Settings\Parameters* - GP path: *Network\TCPIP Settings\Parameters*
- GP ADMX file name: *tcpip.admx* - GP ADMX file name: *tcpip.admx*

View File

@ -97,7 +97,7 @@ If you disable or do not configure this policy setting, File Explorer displays o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the display of thumbnails and only display icons.* - GP Friendly name: *Turn off the display of thumbnails and only display icons.*
- GP name: *DisableThumbnails* - GP name: *DisableThumbnails*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Thumbnails.admx* - GP ADMX file name: *Thumbnails.admx*
@ -168,7 +168,7 @@ If you disable or do not configure this policy setting, File Explorer displays o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the display of thumbnails and only display icons on network folders* - GP Friendly name: *Turn off the display of thumbnails and only display icons on network folders*
- GP name: *DisableThumbnailsOnNetworkFolders* - GP name: *DisableThumbnailsOnNetworkFolders*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Thumbnails.admx* - GP ADMX file name: *Thumbnails.admx*
@ -239,7 +239,7 @@ If you disable or do not configure this policy setting, File Explorer creates, r
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the caching of thumbnails in hidden thumbs.db files* - GP Friendly name: *Turn off the caching of thumbnails in hidden thumbs.db files*
- GP name: *DisableThumbsDBOnNetworkFolders* - GP name: *DisableThumbsDBOnNetworkFolders*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *Thumbnails.admx* - GP ADMX file name: *Thumbnails.admx*

View File

@ -117,7 +117,7 @@ If you disable or do not configure this policy setting, only those TPM commands
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure the list of blocked TPM commands* - GP Friendly name: *Configure the list of blocked TPM commands*
- GP name: *BlockedCommandsList_Name* - GP name: *BlockedCommandsList_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -182,7 +182,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting co
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure the system to clear the TPM if it is not in a ready state.* - GP Friendly name: *Configure the system to clear the TPM if it is not in a ready state.*
- GP name: *ClearTPMIfNotReady_Name* - GP name: *ClearTPMIfNotReady_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -253,7 +253,7 @@ If you disable or do not configure this policy setting, Windows will block the T
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ignore the default list of blocked TPM commands* - GP Friendly name: *Ignore the default list of blocked TPM commands*
- GP name: *IgnoreDefaultList_Name* - GP name: *IgnoreDefaultList_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -324,7 +324,7 @@ If you disable or do not configure this policy setting, Windows will block the T
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Ignore the local list of blocked TPM commands* - GP Friendly name: *Ignore the local list of blocked TPM commands*
- GP name: *IgnoreLocalList_Name* - GP name: *IgnoreLocalList_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -402,7 +402,7 @@ Choose the operating system managed TPM authentication setting of "None" for com
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure the level of TPM owner authorization information available to the operating system* - GP Friendly name: *Configure the level of TPM owner authorization information available to the operating system*
- GP name: *OSManagedAuth_Name* - GP name: *OSManagedAuth_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -467,7 +467,7 @@ Available in the latest Windows 10 Insider Preview Build. This group policy enab
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Device Health Attestation Monitoring and Reporting* - GP Friendly name: *Enable Device Health Attestation Monitoring and Reporting*
- GP name: *OptIntoDSHA_Name* - GP name: *OptIntoDSHA_Name*
- GP path: *System\Device Health Attestation Service* - GP path: *System\Device Health Attestation Service*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -548,7 +548,7 @@ If this value is not configured, a default value of 480 minutes (8 hours) is use
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Standard User Lockout Duration* - GP Friendly name: *Standard User Lockout Duration*
- GP name: *StandardUserAuthorizationFailureDuration_Name* - GP name: *StandardUserAuthorizationFailureDuration_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -631,7 +631,7 @@ A value of zero means the OS will not allow standard users to send commands to t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Standard User Individual Lockout Threshold* - GP Friendly name: *Standard User Individual Lockout Threshold*
- GP name: *StandardUserAuthorizationFailureIndividualThreshold_Name* - GP name: *StandardUserAuthorizationFailureIndividualThreshold_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -714,7 +714,7 @@ A value of zero means the OS will not allow standard users to send commands to t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Standard User Total Lockout Threshold* - GP Friendly name: *Standard User Total Lockout Threshold*
- GP name: *StandardUserAuthorizationFailureTotalThreshold_Name* - GP name: *StandardUserAuthorizationFailureTotalThreshold_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*
@ -779,7 +779,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting co
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure the system to use legacy Dictionary Attack Prevention Parameters setting for TPM 2.0.* - GP Friendly name: *Configure the system to use legacy Dictionary Attack Prevention Parameters setting for TPM 2.0.*
- GP name: *UseLegacyDAP_Name* - GP name: *UseLegacyDAP_Name*
- GP path: *System\Trusted Platform Module Services* - GP path: *System\Trusted Platform Module Services*
- GP ADMX file name: *TPM.admx* - GP ADMX file name: *TPM.admx*

View File

@ -111,7 +111,7 @@ If you disable or do not configure this policy setting, User Profile Service wil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Delete user profiles older than a specified number of days on system restart* - GP Friendly name: *Delete user profiles older than a specified number of days on system restart*
- GP name: *CleanupProfiles* - GP name: *CleanupProfiles*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -182,7 +182,7 @@ If you disable or do not configure this policy setting, Windows will always unlo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not forcefully unload the users registry at user logoff* - GP Friendly name: *Do not forcefully unload the users registry at user logoff*
- GP name: *DontForceUnloadHive* - GP name: *DontForceUnloadHive*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -256,7 +256,7 @@ If you disable or do not configure this policy setting, Windows will delete the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Leave Windows Installer and Group Policy Software Installation Data* - GP Friendly name: *Leave Windows Installer and Group Policy Software Installation Data*
- GP name: *LeaveAppMgmtData* - GP name: *LeaveAppMgmtData*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -334,7 +334,7 @@ If you enable this policy setting, you can:
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit profile size* - GP Friendly name: *Limit profile size*
- GP name: *LimitSize* - GP name: *LimitSize*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -407,7 +407,7 @@ Also, see the "Delete cached copies of roaming profiles" policy setting.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not log users on with temporary profiles* - GP Friendly name: *Do not log users on with temporary profiles*
- GP name: *ProfileErrorAction* - GP name: *ProfileErrorAction*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -480,7 +480,7 @@ If you disable or do not configure this policy setting, Windows considers the ne
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Control slow network connection timeout for user profiles* - GP Friendly name: *Control slow network connection timeout for user profiles*
- GP name: *SlowLinkTimeOut* - GP name: *SlowLinkTimeOut*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -558,7 +558,7 @@ If the "Set Remote Desktop Services User Home Directory" policy setting is enabl
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set user home folder* - GP Friendly name: *Set user home folder*
- GP name: *USER_HOME* - GP name: *USER_HOME*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*
@ -631,7 +631,7 @@ If you do not configure or disable this policy the user will have full control o
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *User management of sharing user name, account picture, and domain information with apps (not desktop apps)* - GP Friendly name: *User management of sharing user name, account picture, and domain information with apps (not desktop apps)*
- GP name: *UserInfoAccessAction* - GP name: *UserInfoAccessAction*
- GP path: *System\User Profiles* - GP path: *System\User Profiles*
- GP ADMX file name: *UserProfiles.admx* - GP ADMX file name: *UserProfiles.admx*

View File

@ -175,7 +175,7 @@ This parameter controls the frequency at which an event that indicates the numbe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Global Configuration Settings* - GP Friendly name: *Global Configuration Settings*
- GP name: *W32TIME_POLICY_CONFIG* - GP name: *W32TIME_POLICY_CONFIG*
- GP path: *System\Windows Time Service* - GP path: *System\Windows Time Service*
- GP ADMX file name: *W32Time.admx* - GP ADMX file name: *W32Time.admx*
@ -265,7 +265,7 @@ This value is a bitmask that controls events that may be logged to the System lo
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Windows NTP Client* - GP Friendly name: *Configure Windows NTP Client*
- GP name: *W32TIME_POLICY_CONFIGURE_NTPCLIENT* - GP name: *W32TIME_POLICY_CONFIGURE_NTPCLIENT*
- GP path: *System\Windows Time Service\Time Providers* - GP path: *System\Windows Time Service\Time Providers*
- GP ADMX file name: *W32Time.admx* - GP ADMX file name: *W32Time.admx*
@ -336,7 +336,7 @@ If you disable or do not configure this policy setting, the local computer clock
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Windows NTP Client* - GP Friendly name: *Enable Windows NTP Client*
- GP name: *W32TIME_POLICY_ENABLE_NTPCLIENT* - GP name: *W32TIME_POLICY_ENABLE_NTPCLIENT*
- GP path: *System\Windows Time Service\Time Providers* - GP path: *System\Windows Time Service\Time Providers*
- GP ADMX file name: *W32Time.admx* - GP ADMX file name: *W32Time.admx*
@ -405,7 +405,7 @@ If you disable or do not configure this policy setting, your computer cannot ser
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Windows NTP Server* - GP Friendly name: *Enable Windows NTP Server*
- GP name: *W32TIME_POLICY_ENABLE_NTPSERVER* - GP name: *W32TIME_POLICY_ENABLE_NTPSERVER*
- GP path: *System\Windows Time Service\Time Providers* - GP path: *System\Windows Time Service\Time Providers*
- GP ADMX file name: *W32Time.admx* - GP ADMX file name: *W32Time.admx*

View File

@ -96,7 +96,7 @@ If this policy setting is not configured or is disabled, power management is ena
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable power management in connected standby mode* - GP Friendly name: *Disable power management in connected standby mode*
- GP name: *WCM_DisablePowerManagement* - GP name: *WCM_DisablePowerManagement*
- GP path: *Network\Windows Connection Manager* - GP path: *Network\Windows Connection Manager*
- GP ADMX file name: *WCM.admx* - GP ADMX file name: *WCM.admx*
@ -173,7 +173,7 @@ This policy setting depends on other group policy settings. For example, if 'Min
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Enable Windows to soft-disconnect a computer from a network* - GP Friendly name: *Enable Windows to soft-disconnect a computer from a network*
- GP name: *WCM_EnableSoftDisconnect* - GP name: *WCM_EnableSoftDisconnect*
- GP path: *Network\Windows Connection Manager* - GP path: *Network\Windows Connection Manager*
- GP ADMX file name: *WCM.admx* - GP ADMX file name: *WCM.admx*
@ -248,7 +248,7 @@ This policy setting is related to the "Enable Windows to soft-disconnect a compu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Minimize the number of simultaneous connections to the Internet or a Windows Domain* - GP Friendly name: *Minimize the number of simultaneous connections to the Internet or a Windows Domain*
- GP name: *WCM_MinimizeConnections* - GP name: *WCM_MinimizeConnections*
- GP path: *Network\Windows Connection Manager* - GP path: *Network\Windows Connection Manager*
- GP ADMX file name: *WCM.admx* - GP ADMX file name: *WCM.admx*

View File

@ -95,7 +95,7 @@ The default is for Windows Calendar to be turned on.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Calendar* - GP Friendly name: *Turn off Windows Calendar*
- GP name: *TurnOffWinCal_1* - GP name: *TurnOffWinCal_1*
- GP path: *Windows Components\Windows Calendar* - GP path: *Windows Components\Windows Calendar*
- GP ADMX file name: *WinCal.admx* - GP ADMX file name: *WinCal.admx*
@ -168,7 +168,7 @@ The default is for Windows Calendar to be turned on.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Calendar* - GP Friendly name: *Turn off Windows Calendar*
- GP name: *TurnOffWinCal_2* - GP name: *TurnOffWinCal_2*
- GP path: *Windows Components\Windows Calendar* - GP path: *Windows Components\Windows Calendar*
- GP ADMX file name: *WinCal.admx* - GP ADMX file name: *WinCal.admx*

View File

@ -91,7 +91,7 @@ If you disable this policy setting or set it to Not Configured, the wizard will
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent the wizard from running.* - GP Friendly name: *Prevent the wizard from running.*
- GP name: *Disabled* - GP name: *Disabled*
- GP path: *Windows Components\Add features to Windows 10* - GP path: *Windows Components\Add features to Windows 10*
- GP ADMX file name: *WindowsAnytimeUpgrade.admx* - GP ADMX file name: *WindowsAnytimeUpgrade.admx*

View File

@ -96,7 +96,7 @@ If you disable or do not configure this policy setting, users can access the wiz
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access of the Windows Connect Now wizards* - GP Friendly name: *Prohibit access of the Windows Connect Now wizards*
- GP name: *WCN_DisableWcnUi_1* - GP name: *WCN_DisableWcnUi_1*
- GP path: *Network\Windows Connect Now* - GP path: *Network\Windows Connect Now*
- GP ADMX file name: *WindowsConnectNow.admx* - GP ADMX file name: *WindowsConnectNow.admx*
@ -165,7 +165,7 @@ If you disable or do not configure this policy setting, users can access the wiz
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prohibit access of the Windows Connect Now wizards* - GP Friendly name: *Prohibit access of the Windows Connect Now wizards*
- GP name: *WCN_DisableWcnUi_2* - GP name: *WCN_DisableWcnUi_2*
- GP path: *Network\Windows Connect Now* - GP path: *Network\Windows Connect Now*
- GP ADMX file name: *WindowsConnectNow.admx* - GP ADMX file name: *WindowsConnectNow.admx*
@ -240,7 +240,7 @@ The default for this policy setting allows operations over all media.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configuration of wireless settings using Windows Connect Now* - GP Friendly name: *Configuration of wireless settings using Windows Connect Now*
- GP name: *WCN_EnableRegistrar* - GP name: *WCN_EnableRegistrar*
- GP path: *Network\Windows Connect Now* - GP path: *Network\Windows Connect Now*
- GP ADMX file name: *WindowsConnectNow.admx* - GP ADMX file name: *WindowsConnectNow.admx*

View File

@ -304,7 +304,7 @@ If you disable or do not configure this policy setting, Folder Redirection does
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Verify old and new Folder Redirection targets point to the same share before redirecting* - GP Friendly name: *Verify old and new Folder Redirection targets point to the same share before redirecting*
- GP name: *CheckSameSourceAndTargetForFRAndDFS* - GP name: *CheckSameSourceAndTargetForFRAndDFS*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -379,7 +379,7 @@ If you disable or not configure this policy, the default File Explorer behavior
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn on Classic Shell* - GP Friendly name: *Turn on Classic Shell*
- GP name: *ClassicShell* - GP name: *ClassicShell*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -448,7 +448,7 @@ If you disable or do not configure this setting, the default behavior of not dis
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display confirmation dialog when deleting files* - GP Friendly name: *Display confirmation dialog when deleting files*
- GP name: *ConfirmFileDelete* - GP name: *ConfirmFileDelete*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -518,7 +518,7 @@ If you disable or do not configure this policy setting, no changes are made to t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Location where all default Library definition files for users/machines reside.* - GP Friendly name: *Location where all default Library definition files for users/machines reside.*
- GP name: *DefaultLibrariesLocation* - GP name: *DefaultLibrariesLocation*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -588,7 +588,7 @@ This disables access to user-defined properties, and properties stored in NTFS s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable binding directly to IPropertySetStorage without intermediate layers.* - GP Friendly name: *Disable binding directly to IPropertySetStorage without intermediate layers.*
- GP name: *DisableBindDirectlyToPropertySetStorage* - GP name: *DisableBindDirectlyToPropertySetStorage*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -667,7 +667,7 @@ If you disable or do not configure this policy, all default Windows Libraries fe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Libraries features that rely on indexed file data* - GP Friendly name: *Turn off Windows Libraries features that rely on indexed file data*
- GP name: *DisableIndexedLibraryExperience* - GP name: *DisableIndexedLibraryExperience*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -740,7 +740,7 @@ You can specify a known folder using its known folder id or using its canonical
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable Known Folders* - GP Friendly name: *Disable Known Folders*
- GP name: *DisableKnownFolders* - GP name: *DisableKnownFolders*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -812,7 +812,7 @@ These suggestions are based on their past entries into the Search Box.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off display of recent search entries in the File Explorer search box* - GP Friendly name: *Turn off display of recent search entries in the File Explorer search box*
- GP name: *DisableSearchBoxSuggestions* - GP name: *DisableSearchBoxSuggestions*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -885,7 +885,7 @@ If you disable or do not configure this policy setting, file shortcut icons that
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow the use of remote paths in file shortcut icons* - GP Friendly name: *Allow the use of remote paths in file shortcut icons*
- GP name: *EnableShellShortcutIconRemotePath* - GP name: *EnableShellShortcutIconRemotePath*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -964,7 +964,7 @@ If you do not configure this policy, SmartScreen will be enabled by default, but
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Windows Defender SmartScreen* - GP Friendly name: *Configure Windows Defender SmartScreen*
- GP name: *EnableSmartScreen* - GP name: *EnableSmartScreen*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1035,7 +1035,7 @@ For shell extensions to run on a per-user basis, there must be an entry at HKEY_
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow only per user or approved shell extensions* - GP Friendly name: *Allow only per user or approved shell extensions*
- GP name: *EnforceShellExtensionSecurity* - GP name: *EnforceShellExtensionSecurity*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1105,7 +1105,7 @@ If you disable or do not configure this policy setting, users can choose how the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Start File Explorer with ribbon minimized* - GP Friendly name: *Start File Explorer with ribbon minimized*
- GP name: *ExplorerRibbonStartsMinimized* - GP name: *ExplorerRibbonStartsMinimized*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1174,7 +1174,7 @@ If you disable or do not configure this policy setting, File Explorer shows snip
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the display of snippets in Content view mode* - GP Friendly name: *Turn off the display of snippets in Content view mode*
- GP name: *HideContentViewModeSnippets* - GP name: *HideContentViewModeSnippets*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1248,7 +1248,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_Internet* - GP name: *IZ_Policy_OpenSearchPreview_Internet*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Internet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Internet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1322,7 +1322,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_InternetLockdown* - GP name: *IZ_Policy_OpenSearchPreview_InternetLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Internet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Internet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1396,7 +1396,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_Intranet* - GP name: *IZ_Policy_OpenSearchPreview_Intranet*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Intranet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Intranet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1470,7 +1470,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_IntranetLockdown* - GP name: *IZ_Policy_OpenSearchPreview_IntranetLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Intranet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Intranet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1544,7 +1544,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_LocalMachine* - GP name: *IZ_Policy_OpenSearchPreview_LocalMachine*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Local Machine Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Local Machine Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1618,7 +1618,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_LocalMachineLockdown* - GP name: *IZ_Policy_OpenSearchPreview_LocalMachineLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Local Machine Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Local Machine Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1692,7 +1692,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_Restricted* - GP name: *IZ_Policy_OpenSearchPreview_Restricted*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Restricted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Restricted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1766,7 +1766,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_RestrictedLockdown* - GP name: *IZ_Policy_OpenSearchPreview_RestrictedLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Restricted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Restricted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1840,7 +1840,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_Trusted* - GP name: *IZ_Policy_OpenSearchPreview_Trusted*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Trusted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Trusted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1914,7 +1914,7 @@ Changes to this setting may not be applied until the user logs off from Windows.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer* - GP Friendly name: *Allow previewing and custom thumbnails of OpenSearch query results in File Explorer*
- GP name: *IZ_Policy_OpenSearchPreview_TrustedLockdown* - GP name: *IZ_Policy_OpenSearchPreview_TrustedLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Trusted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Trusted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -1986,7 +1986,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_Internet* - GP name: *IZ_Policy_OpenSearchQuery_Internet*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Internet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Internet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2058,7 +2058,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_InternetLockdown* - GP name: *IZ_Policy_OpenSearchQuery_InternetLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Internet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Internet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2130,7 +2130,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_Intranet* - GP name: *IZ_Policy_OpenSearchQuery_Intranet*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Intranet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Intranet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2202,7 +2202,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_IntranetLockdown* - GP name: *IZ_Policy_OpenSearchQuery_IntranetLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Intranet Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Intranet Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2274,7 +2274,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_LocalMachine* - GP name: *IZ_Policy_OpenSearchQuery_LocalMachine*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Local Machine Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Local Machine Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2346,7 +2346,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_LocalMachineLockdown* - GP name: *IZ_Policy_OpenSearchQuery_LocalMachineLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Local Machine Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Local Machine Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2418,7 +2418,7 @@ If you do not configure this policy setting, users cannot perform OpenSearch que
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_Restricted* - GP name: *IZ_Policy_OpenSearchQuery_Restricted*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Restricted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Restricted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2491,7 +2491,7 @@ If you do not configure this policy setting, users cannot perform OpenSearch que
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_RestrictedLockdown* - GP name: *IZ_Policy_OpenSearchQuery_RestrictedLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Restricted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Restricted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2564,7 +2564,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_Trusted* - GP name: *IZ_Policy_OpenSearchQuery_Trusted*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Trusted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Trusted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2636,7 +2636,7 @@ If you do not configure this policy setting, users can perform OpenSearch querie
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow OpenSearch queries in File Explorer* - GP Friendly name: *Allow OpenSearch queries in File Explorer*
- GP name: *IZ_Policy_OpenSearchQuery_TrustedLockdown* - GP name: *IZ_Policy_OpenSearchQuery_TrustedLockdown*
- GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Trusted Sites Zone* - GP path: *Windows Components\Internet Explorer\Internet Control Panel\Security Page\Locked-Down Trusted Sites Zone*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2707,7 +2707,7 @@ If you disable or do not configure this policy setting, Windows searches for the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not track Shell shortcuts during roaming* - GP Friendly name: *Do not track Shell shortcuts during roaming*
- GP name: *LinkResolveIgnoreLinkInfo* - GP name: *LinkResolveIgnoreLinkInfo*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2776,7 +2776,7 @@ If you disable or do not configure this policy setting, by default, the system d
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Maximum number of recent documents* - GP Friendly name: *Maximum number of recent documents*
- GP name: *MaxRecentDocs* - GP name: *MaxRecentDocs*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2849,7 +2849,7 @@ If you disable or do not configure this policy setting, the Back button is displ
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the common dialog back button* - GP Friendly name: *Hide the common dialog back button*
- GP name: *NoBackButton* - GP name: *NoBackButton*
- GP path: *Windows Components\File Explorer\Common Open File Dialog* - GP path: *Windows Components\File Explorer\Common Open File Dialog*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2921,7 +2921,7 @@ If you disable or do not configure this policy setting, users are able to use th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove CD Burning features* - GP Friendly name: *Remove CD Burning features*
- GP name: *NoCDBurning* - GP name: *NoCDBurning*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -2993,7 +2993,7 @@ If you disable or do not configure this policy setting, thumbnail views are cach
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off caching of thumbnail pictures* - GP Friendly name: *Turn off caching of thumbnail pictures*
- GP name: *NoCacheThumbNailPictures* - GP name: *NoCacheThumbNailPictures*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3064,7 +3064,7 @@ If you disable or do not configure this policy setting, users are allowed to tur
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove UI to change menu animation setting* - GP Friendly name: *Remove UI to change menu animation setting*
- GP name: *NoChangeAnimation* - GP name: *NoChangeAnimation*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3131,7 +3131,7 @@ Effects, such as transitory underlines, are designed to enhance the user's exper
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove UI to change keyboard navigation indicator setting* - GP Friendly name: *Remove UI to change keyboard navigation indicator setting*
- GP name: *NoChangeKeyboardNavigationIndicators* - GP name: *NoChangeKeyboardNavigationIndicators*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3200,7 +3200,7 @@ If you disable or do not configure this policy setting, the DFS tab is available
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove DFS tab* - GP Friendly name: *Remove DFS tab*
- GP name: *NoDFSTab* - GP name: *NoDFSTab*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3274,7 +3274,7 @@ If you disable or do not configure this policy setting, all drives are displayed
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide these specified drives in My Computer* - GP Friendly name: *Hide these specified drives in My Computer*
- GP name: *NoDrives* - GP name: *NoDrives*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3348,7 +3348,7 @@ To remove computers in the user's workgroup or domain from lists of network reso
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *No Entire Network in Network Locations* - GP Friendly name: *No Entire Network in Network Locations*
- GP name: *NoEntireNetwork* - GP name: *NoEntireNetwork*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3422,7 +3422,7 @@ To see an example of the standard Open dialog box, start WordPad and, on the Fil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the dropdown list of recent files* - GP Friendly name: *Hide the dropdown list of recent files*
- GP name: *NoFileMRU* - GP name: *NoFileMRU*
- GP path: *Windows Components\File Explorer\Common Open File Dialog* - GP path: *Windows Components\File Explorer\Common Open File Dialog*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3489,7 +3489,7 @@ This setting does not prevent users from using other methods to perform tasks av
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove File menu from File Explorer* - GP Friendly name: *Remove File menu from File Explorer*
- GP name: *NoFileMenu* - GP name: *NoFileMenu*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3560,7 +3560,7 @@ If you disable or do not configure this policy setting, users can open Folder Op
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not allow Folder Options to be opened from the Options button on the View tab of the ribbon* - GP Friendly name: *Do not allow Folder Options to be opened from the Options button on the View tab of the ribbon*
- GP name: *NoFolderOptions* - GP name: *NoFolderOptions*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3625,7 +3625,7 @@ Available in the latest Windows 10 Insider Preview Build. Removes the Hardware t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Hardware tab* - GP Friendly name: *Remove Hardware tab*
- GP name: *NoHardwareTab* - GP name: *NoHardwareTab*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3697,7 +3697,7 @@ This setting does not remove the Computer Management item from the Start menu (S
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hides the Manage item on the File Explorer context menu* - GP Friendly name: *Hides the Manage item on the File Explorer context menu*
- GP name: *NoManageMyComputerVerb* - GP name: *NoManageMyComputerVerb*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3769,7 +3769,7 @@ If you disable or do not configure this policy setting, the Shared Documents fol
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Shared Documents from My Computer* - GP Friendly name: *Remove Shared Documents from My Computer*
- GP name: *NoMyComputerSharedDocuments* - GP name: *NoMyComputerSharedDocuments*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3843,7 +3843,7 @@ This setting does not prevent users from connecting to another computer by typin
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove "Map Network Drive" and "Disconnect Network Drive"* - GP Friendly name: *Remove "Map Network Drive" and "Disconnect Network Drive"*
- GP name: *NoNetConnectDisconnect* - GP name: *NoNetConnectDisconnect*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3910,7 +3910,7 @@ If this group policy is enabled, no notifications will be shown. If the group po
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not show the 'new application installed' notification* - GP Friendly name: *Do not show the 'new application installed' notification*
- GP name: *NoNewAppAlert* - GP name: *NoNewAppAlert*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -3980,7 +3980,7 @@ To see an example of the standard Open dialog box, start WordPad and, on the Fil
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the common dialog places bar* - GP Friendly name: *Hide the common dialog places bar*
- GP name: *NoPlacesBar* - GP name: *NoPlacesBar*
- GP path: *Windows Components\File Explorer\Common Open File Dialog* - GP path: *Windows Components\File Explorer\Common Open File Dialog*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4049,7 +4049,7 @@ If you disable or do not configure this setting, files and folders deleted using
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not move deleted files to the Recycle Bin* - GP Friendly name: *Do not move deleted files to the Recycle Bin*
- GP name: *NoRecycleFiles* - GP name: *NoRecycleFiles*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4122,7 +4122,7 @@ By default, users are not prompted for alternate logon credentials when installi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do not request alternate credentials* - GP Friendly name: *Do not request alternate credentials*
- GP name: *NoRunAsInstallPrompt* - GP name: *NoRunAsInstallPrompt*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4191,7 +4191,7 @@ If you do not configure this policy (default), there will be an "Internet" link
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove the Search the Internet "Search again" link* - GP Friendly name: *Remove the Search the Internet "Search again" link*
- GP name: *NoSearchInternetTryHarderButton* - GP name: *NoSearchInternetTryHarderButton*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4260,7 +4260,7 @@ If you disable or do not configure this setting, users will be able to access th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Security tab* - GP Friendly name: *Remove Security tab*
- GP name: *NoSecurityTab* - GP name: *NoSecurityTab*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4329,7 +4329,7 @@ This policy setting does not affect the Search items on the File Explorer contex
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove Search button from File Explorer* - GP Friendly name: *Remove Search button from File Explorer*
- GP name: *NoShellSearchButton* - GP name: *NoShellSearchButton*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4399,7 +4399,7 @@ If you disable or do not configure this policy setting, File Explorer will sort
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off numerical sorting in File Explorer* - GP Friendly name: *Turn off numerical sorting in File Explorer*
- GP name: *NoStrCmpLogical* - GP name: *NoStrCmpLogical*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4466,7 +4466,7 @@ If you enable this setting, menus do not appear when you right-click the desktop
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove File Explorer's default context menu* - GP Friendly name: *Remove File Explorer's default context menu*
- GP name: *NoViewContextMenu* - GP name: *NoViewContextMenu*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4540,7 +4540,7 @@ To use this setting, select a drive or combination of drives from the drop-down
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent access to drives from My Computer* - GP Friendly name: *Prevent access to drives from My Computer*
- GP name: *NoViewOnDrive* - GP name: *NoViewOnDrive*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4611,7 +4611,7 @@ If you disable or do not configure this setting, the Windows Key hotkeys are ava
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Windows Key hotkeys* - GP Friendly name: *Turn off Windows Key hotkeys*
- GP name: *NoWindowsHotKeys* - GP name: *NoWindowsHotKeys*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4684,7 +4684,7 @@ To remove network computers from lists of network resources, use the "No Entire
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *No Computers Near Me in Network Locations* - GP Friendly name: *No Computers Near Me in Network Locations*
- GP name: *NoWorkgroupContents* - GP name: *NoWorkgroupContents*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4766,7 +4766,7 @@ If you disable or do not configure this setting the default list of items will b
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Items displayed in Places Bar* - GP Friendly name: *Items displayed in Places Bar*
- GP name: *PlacesBar* - GP name: *PlacesBar*
- GP path: *Windows Components\File Explorer\Common Open File Dialog* - GP path: *Windows Components\File Explorer\Common Open File Dialog*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4842,7 +4842,7 @@ If the dialog box does not appear, the installation proceeds with the current us
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Request credentials for network installations* - GP Friendly name: *Request credentials for network installations*
- GP name: *PromptRunasInstallNetPath* - GP name: *PromptRunasInstallNetPath*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4914,7 +4914,7 @@ If you disable or do not configure this setting, users can change the total amou
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Maximum allowed Recycle Bin size* - GP Friendly name: *Maximum allowed Recycle Bin size*
- GP name: *RecycleBinSize* - GP name: *RecycleBinSize*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -4985,7 +4985,7 @@ If you do not configure this policy setting the protocol is in the protected mod
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off shell protocol protected mode* - GP Friendly name: *Turn off shell protocol protected mode*
- GP name: *ShellProtocolProtectedModeTitle_1* - GP name: *ShellProtocolProtectedModeTitle_1*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -5056,7 +5056,7 @@ If you do not configure this policy setting the protocol is in the protected mod
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off shell protocol protected mode* - GP Friendly name: *Turn off shell protocol protected mode*
- GP name: *ShellProtocolProtectedModeTitle_2* - GP name: *ShellProtocolProtectedModeTitle_2*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -5127,7 +5127,7 @@ If you do not configure this policy setting, users will be able to choose whethe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show hibernate in the power options menu* - GP Friendly name: *Show hibernate in the power options menu*
- GP name: *ShowHibernateOption* - GP name: *ShowHibernateOption*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -5198,7 +5198,7 @@ If you do not configure this policy setting, users will be able to choose whethe
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Show sleep in the power options menu* - GP Friendly name: *Show sleep in the power options menu*
- GP name: *ShowSleepOption* - GP name: *ShowSleepOption*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -5271,7 +5271,7 @@ If you disable or do not configure this policy setting, no Libraries or Search C
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Pin Libraries or Search Connectors to the "Search again" links and the Start menu* - GP Friendly name: *Pin Libraries or Search Connectors to the "Search again" links and the Start menu*
- GP name: *TryHarderPinnedLibrary* - GP name: *TryHarderPinnedLibrary*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*
@ -5344,7 +5344,7 @@ If you disable or do not configure this policy setting, no custom Internet searc
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Pin Internet search sites to the "Search again" links and the Start menu* - GP Friendly name: *Pin Internet search sites to the "Search again" links and the Start menu*
- GP name: *TryHarderPinnedOpenSearch* - GP name: *TryHarderPinnedOpenSearch*
- GP path: *Windows Components\File Explorer* - GP path: *Windows Components\File Explorer*
- GP ADMX file name: *WindowsExplorer.admx* - GP ADMX file name: *WindowsExplorer.admx*

View File

@ -99,7 +99,7 @@ Available in the latest Windows 10 Insider Preview Build. This policy setting hi
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide the file scan progress window* - GP Friendly name: *Hide the file scan progress window*
- GP name: *WFPShowProgress* - GP name: *WFPShowProgress*
- GP path: *Windows File Protection!SfcShowProgress* - GP path: *Windows File Protection!SfcShowProgress*
- GP ADMX file name: *WindowsFileProtection.admx* - GP ADMX file name: *WindowsFileProtection.admx*
@ -173,7 +173,7 @@ To indicate that the cache size is unlimited, select "4294967295" as the maximum
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Limit Windows File Protection cache size* - GP Friendly name: *Limit Windows File Protection cache size*
- GP name: *WFPQuota* - GP name: *WFPQuota*
- GP path: *System\Windows File Protection* - GP path: *System\Windows File Protection*
- GP ADMX file name: *WindowsFileProtection.admx* - GP ADMX file name: *WindowsFileProtection.admx*
@ -251,7 +251,7 @@ This setting delays each startup.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set Windows File Protection scanning* - GP Friendly name: *Set Windows File Protection scanning*
- GP name: *WFPScan* - GP name: *WFPScan*
- GP path: *System\Windows File Protection* - GP path: *System\Windows File Protection*
- GP ADMX file name: *WindowsFileProtection.admx* - GP ADMX file name: *WindowsFileProtection.admx*
@ -333,7 +333,7 @@ If both the "Hide specified Control Panel items" setting and the "Show only spec
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Specify Windows File Protection cache location* - GP Friendly name: *Specify Windows File Protection cache location*
- GP name: *WFPDllCacheDir* - GP name: *WFPDllCacheDir*
- GP path: *System\Windows File Protection* - GP path: *System\Windows File Protection*
- GP ADMX file name: *WindowsFileProtection.admx* - GP ADMX file name: *WindowsFileProtection.admx*

View File

@ -92,7 +92,7 @@ When this policy is either disabled or not configured, Windows Media DRM functio
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Windows Media DRM Internet Access* - GP Friendly name: *Prevent Windows Media DRM Internet Access*
- GP name: *DisableOnline* - GP name: *DisableOnline*
- GP path: *Windows Components\Windows Media Digital Rights Management* - GP path: *Windows Components\Windows Media Digital Rights Management*
- GP ADMX file name: *WindowsMediaDRM.admx* - GP ADMX file name: *WindowsMediaDRM.admx*

View File

@ -162,7 +162,7 @@ If you do not configure this policy setting, users can configure the HTTP proxy
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure HTTP Proxy* - GP Friendly name: *Configure HTTP Proxy*
- GP name: *ConfigureHTTPProxySettings* - GP name: *ConfigureHTTPProxySettings*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -242,7 +242,7 @@ If you do not configure this policy setting, users can configure the MMS proxy s
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure MMS Proxy* - GP Friendly name: *Configure MMS Proxy*
- GP name: *ConfigureMMSProxySettings* - GP name: *ConfigureMMSProxySettings*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -320,7 +320,7 @@ If you do not configure this policy setting, users can configure the RTSP proxy
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure RTSP Proxy* - GP Friendly name: *Configure RTSP Proxy*
- GP name: *ConfigureRTSPProxySettings* - GP name: *ConfigureRTSPProxySettings*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -391,7 +391,7 @@ If you disable or do not configure this policy setting, the dialog boxes are dis
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Automatic Updates* - GP Friendly name: *Prevent Automatic Updates*
- GP name: *DisableAutoUpdate* - GP name: *DisableAutoUpdate*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -460,7 +460,7 @@ If you disable or do not configure this policy setting, the Network tab appears
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Network Tab* - GP Friendly name: *Hide Network Tab*
- GP name: *DisableNetworkSettings* - GP name: *DisableNetworkSettings*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -531,7 +531,7 @@ If you do not configure this policy setting, and the "Set and lock skin" policy
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do Not Show First Use Dialog Boxes* - GP Friendly name: *Do Not Show First Use Dialog Boxes*
- GP name: *DisableSetupFirstUseConfiguration* - GP name: *DisableSetupFirstUseConfiguration*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -602,7 +602,7 @@ When this policy is not configured and the Set and Lock Skin policy is enabled,
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Do Not Show Anchor* - GP Friendly name: *Do Not Show Anchor*
- GP name: *DoNotShowAnchor* - GP name: *DoNotShowAnchor*
- GP path: *Windows Components\Windows Media Player\User Interface* - GP path: *Windows Components\Windows Media Player\User Interface*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -675,7 +675,7 @@ Video smoothing is available only on the Windows XP Home Edition and Windows XP
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Video Smoothing* - GP Friendly name: *Prevent Video Smoothing*
- GP name: *DontUseFrameInterpolation* - GP name: *DontUseFrameInterpolation*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -746,7 +746,7 @@ If you do not configure this policy setting, users can change the setting for th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Allow Screen Saver* - GP Friendly name: *Allow Screen Saver*
- GP name: *EnableScreenSaver* - GP name: *EnableScreenSaver*
- GP path: *Windows Components\Windows Media Player\Playback* - GP path: *Windows Components\Windows Media Player\Playback*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -817,7 +817,7 @@ If you disable or do not configure this policy setting, the Privacy tab is not h
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Automatic Updates* - GP Friendly name: *Prevent Automatic Updates*
- GP name: *HidePrivacyTab* - GP name: *HidePrivacyTab*
- GP path: *Windows Components\Windows Media Player\User Interface* - GP path: *Windows Components\Windows Media Player\User Interface*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -886,7 +886,7 @@ If you disable or do not configure this policy setting, users can configure the
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Hide Security Tab* - GP Friendly name: *Hide Security Tab*
- GP name: *HideSecurityTab* - GP name: *HideSecurityTab*
- GP path: *Windows Components\Windows Media Player\User Interface* - GP path: *Windows Components\Windows Media Player\User Interface*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -960,7 +960,7 @@ If you disable or do not configure this policy setting, users can change the buf
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Configure Network Buffering* - GP Friendly name: *Configure Network Buffering*
- GP name: *NetworkBuffering* - GP name: *NetworkBuffering*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1031,7 +1031,7 @@ If you do not configure this policy setting, users can change the setting for th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Codec Download* - GP Friendly name: *Prevent Codec Download*
- GP name: *PolicyCodecUpdate* - GP name: *PolicyCodecUpdate*
- GP path: *Windows Components\Windows Media Player\Playback* - GP path: *Windows Components\Windows Media Player\Playback*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1100,7 +1100,7 @@ If you disable or do not configure this policy setting, users can change the set
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent CD and DVD Media Information Retrieval* - GP Friendly name: *Prevent CD and DVD Media Information Retrieval*
- GP name: *PreventCDDVDMetadataRetrieval* - GP name: *PreventCDDVDMetadataRetrieval*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1169,7 +1169,7 @@ If you disable or do not configure this policy setting, anyone using Windows Med
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Media Sharing* - GP Friendly name: *Prevent Media Sharing*
- GP name: *PreventLibrarySharing* - GP name: *PreventLibrarySharing*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1238,7 +1238,7 @@ If you disable or do not configure this policy setting, users can change the set
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Music File Media Information Retrieval* - GP Friendly name: *Prevent Music File Media Information Retrieval*
- GP name: *PreventMusicFileMetadataRetrieval* - GP name: *PreventMusicFileMetadataRetrieval*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1307,7 +1307,7 @@ If you disable or do not configure this policy setting, the user can choose whet
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Quick Launch Toolbar Shortcut Creation* - GP Friendly name: *Prevent Quick Launch Toolbar Shortcut Creation*
- GP name: *PreventQuickLaunchShortcut* - GP name: *PreventQuickLaunchShortcut*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1375,7 +1375,7 @@ If you disable or do not configure this policy setting, the Player automatically
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *PPrevent Radio Station Preset Retrieval* - GP Friendly name: *PPrevent Radio Station Preset Retrieval*
- GP name: *PreventRadioPresetsRetrieval* - GP name: *PreventRadioPresetsRetrieval*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1444,7 +1444,7 @@ If you disable or do not configure this policy setting, users can choose whether
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Prevent Desktop Shortcut Creation* - GP Friendly name: *Prevent Desktop Shortcut Creation*
- GP name: *PreventWMPDeskTopShortcut* - GP name: *PreventWMPDeskTopShortcut*
- GP path: *Windows Components\Windows Media Player* - GP path: *Windows Components\Windows Media Player*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1517,7 +1517,7 @@ If you disable or do not configure this policy setting, users can display the Pl
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set and Lock Skin* - GP Friendly name: *Set and Lock Skin*
- GP name: *SkinLockDown* - GP name: *SkinLockDown*
- GP path: *Windows Components\Windows Media Player\User Interface* - GP path: *Windows Components\Windows Media Player\User Interface*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*
@ -1590,7 +1590,7 @@ If you disable this policy setting, the Protocols for MMS URLs and Multicast str
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Streaming Media Protocols* - GP Friendly name: *Streaming Media Protocols*
- GP name: *WindowsStreamingMediaProtocols* - GP name: *WindowsStreamingMediaProtocols*
- GP path: *Windows Components\Windows Media Player\Networking* - GP path: *Windows Components\Windows Media Player\Networking*
- GP ADMX file name: *WindowsMediaPlayer.admx* - GP ADMX file name: *WindowsMediaPlayer.admx*

View File

@ -91,7 +91,7 @@ If you enable this policy setting, the WinRM service does not accept Kerberos cr
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow Kerberos authentication* - GP Friendly name: *Disallow Kerberos authentication*
- GP name: *DisallowKerberos_1* - GP name: *DisallowKerberos_1*
- GP path: *Windows Components\Windows Remote Management (WinRM)\WinRM Service* - GP path: *Windows Components\Windows Remote Management (WinRM)\WinRM Service*
- GP ADMX file name: *WindowsRemoteManagement.admx* - GP ADMX file name: *WindowsRemoteManagement.admx*
@ -161,7 +161,7 @@ If you disable or do not configure this policy setting, the WinRM client uses th
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disallow Kerberos authentication* - GP Friendly name: *Disallow Kerberos authentication*
- GP name: *DisallowKerberos_2* - GP name: *DisallowKerberos_2*
- GP path: *Windows Components\Windows Remote Management (WinRM)\WinRM Client* - GP path: *Windows Components\Windows Remote Management (WinRM)\WinRM Client*
- GP ADMX file name: *WindowsRemoteManagement.admx* - GP ADMX file name: *WindowsRemoteManagement.admx*

View File

@ -102,7 +102,7 @@ If you don't configure this setting, the automatic download of app updates is de
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off Automatic Download of updates on Win8 machines* - GP Friendly name: *Turn off Automatic Download of updates on Win8 machines*
- GP name: *DisableAutoDownloadWin8* - GP name: *DisableAutoDownloadWin8*
- GP path: *Windows Components\Store* - GP path: *Windows Components\Store*
- GP ADMX file name: *WindowsStore.admx* - GP ADMX file name: *WindowsStore.admx*
@ -173,7 +173,7 @@ If you disable or do not configure this setting the Store application will offer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the offer to update to the latest version of Windows* - GP Friendly name: *Turn off the offer to update to the latest version of Windows*
- GP name: *DisableOSUpgrade_1* - GP name: *DisableOSUpgrade_1*
- GP path: *Windows Components\Store* - GP path: *Windows Components\Store*
- GP ADMX file name: *WindowsStore.admx* - GP ADMX file name: *WindowsStore.admx*
@ -244,7 +244,7 @@ If you disable or do not configure this setting the Store application will offer
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the offer to update to the latest version of Windows* - GP Friendly name: *Turn off the offer to update to the latest version of Windows*
- GP name: *DisableOSUpgrade_2* - GP name: *DisableOSUpgrade_2*
- GP path: *Windows Components\Store* - GP path: *Windows Components\Store*
- GP ADMX file name: *WindowsStore.admx* - GP ADMX file name: *WindowsStore.admx*
@ -315,7 +315,7 @@ If you disable or don't configure this setting, access to the Store application
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the Store application* - GP Friendly name: *Turn off the Store application*
- GP name: *RemoveWindowsStore_1* - GP name: *RemoveWindowsStore_1*
- GP path: *Windows Components\Store* - GP path: *Windows Components\Store*
- GP ADMX file name: *WindowsStore.admx* - GP ADMX file name: *WindowsStore.admx*
@ -386,7 +386,7 @@ If you disable or don't configure this setting, access to the Store application
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off the Store application* - GP Friendly name: *Turn off the Store application*
- GP name: *RemoveWindowsStore_2* - GP name: *RemoveWindowsStore_2*
- GP path: *Windows Components\Store* - GP path: *Windows Components\Store*
- GP ADMX file name: *WindowsStore.admx* - GP ADMX file name: *WindowsStore.admx*

View File

@ -96,7 +96,7 @@ If you disable or do not configure this policy setting, the system creates the n
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Turn off legacy remote shutdown interface* - GP Friendly name: *Turn off legacy remote shutdown interface*
- GP name: *DisableNamedPipeShutdownPolicyDescription* - GP name: *DisableNamedPipeShutdownPolicyDescription*
- GP path: *Windows Components\Shutdown Options* - GP path: *Windows Components\Shutdown Options*
- GP ADMX file name: *WinInit.admx* - GP ADMX file name: *WinInit.admx*
@ -165,7 +165,7 @@ If you disable or do not configure this policy setting, the local setting is use
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Require use of fast startup* - GP Friendly name: *Require use of fast startup*
- GP name: *Hiberboot* - GP name: *Hiberboot*
- GP path: *System\Shutdown* - GP path: *System\Shutdown*
- GP ADMX file name: *WinInit.admx* - GP ADMX file name: *WinInit.admx*
@ -234,7 +234,7 @@ If you disable or do not configure this policy setting, the default timeout valu
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Timeout for hung logon sessions during shutdown* - GP Friendly name: *Timeout for hung logon sessions during shutdown*
- GP name: *ShutdownTimeoutHungSessionsDescription* - GP name: *ShutdownTimeoutHungSessionsDescription*
- GP path: *Windows Components\Shutdown Options* - GP path: *Windows Components\Shutdown Options*
- GP ADMX file name: *WinInit.admx* - GP ADMX file name: *WinInit.admx*

View File

@ -108,7 +108,7 @@ If you disable this setting or do not configure it, the setting is ignored and t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Custom User Interface* - GP Friendly name: *Custom User Interface*
- GP name: *CustomShell* - GP name: *CustomShell*
- GP path: *System* - GP path: *System*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*
@ -179,7 +179,7 @@ If you disable or do not configure this setting, messages about the previous log
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Display information about previous logons during user logon* - GP Friendly name: *Display information about previous logons during user logon*
- GP name: *DisplayLastLogonInfoDescription* - GP name: *DisplayLastLogonInfoDescription*
- GP path: *Windows Components\Windows Logon Options* - GP path: *Windows Components\Windows Logon Options*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*
@ -252,7 +252,7 @@ If you disable or do not configure this setting, users receive warnings before t
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Remove logon hours expiration warnings* - GP Friendly name: *Remove logon hours expiration warnings*
- GP name: *LogonHoursNotificationPolicyDescription* - GP name: *LogonHoursNotificationPolicyDescription*
- GP path: *Windows Components\Windows Logon Options* - GP path: *Windows Components\Windows Logon Options*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*
@ -326,7 +326,7 @@ If you disable or do not configure this setting, the system takes no action when
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Set action to take when logon hours expire* - GP Friendly name: *Set action to take when logon hours expire*
- GP name: *LogonHoursPolicyDescription* - GP name: *LogonHoursPolicyDescription*
- GP path: *Windows Components\Windows Logon Options* - GP path: *Windows Components\Windows Logon Options*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*
@ -396,7 +396,7 @@ If disabled or not configured, no popup will be displayed to the user.
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Report when logon server was not available during user logon* - GP Friendly name: *Report when logon server was not available during user logon*
- GP name: *ReportCachedLogonPolicyDescription* - GP name: *ReportCachedLogonPolicyDescription*
- GP path: *Windows Components\Windows Logon Options* - GP path: *Windows Components\Windows Logon Options*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*
@ -470,7 +470,7 @@ If you disable or do not configure this setting, only Ease of Access application
<!--ADMXBacked--> <!--ADMXBacked-->
ADMX Info: ADMX Info:
- GP English name: *Disable or enable software Secure Attention Sequence* - GP Friendly name: *Disable or enable software Secure Attention Sequence*
- GP name: *SoftwareSASGeneration* - GP name: *SoftwareSASGeneration*
- GP path: *Windows Components\Windows Logon Options* - GP path: *Windows Components\Windows Logon Options*
- GP ADMX file name: *WinLogon.admx* - GP ADMX file name: *WinLogon.admx*

Some files were not shown because too many files have changed in this diff Show More