The information in this article applies to:
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe. SUMMARYWhen a group policy is being processed on a Windows 2000-based computer, client-side extensions are the components that interpret the stored policy and make the appropriate changes to the environment. In troubleshooting a given extensions' application of policy, the administrator can view the configuration parameters for that extension. These parameters are in the form of registry values. MORE INFORMATIONWARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensionsThe subkey name takes the form of a Globally Unique Identifier (GUID). For more information about identifying registered group policy client-side extensions, see the following article in the Microsoft Knowledge Base: Q216357 Identifying Group Policy Client-Side Extensions Registry Values for Client-Side ExtensionsThe following registry values may be present for each client-side extension. Note that some of these values may not be present. In this case, the default specified is used by the client extension.Value: DllName Type: REG_EXPAND_SZ Data: <Client-side extension DLL> Value: ProcessGroupPolicy Type: REG_SZ Data: The function within the client-side extension to be called when group policy processing is passed to this extension. Value: NoMachinePolicy Purpose: Determines whether or not the client extension will process a group policy when a machine policy is being applied. Type: REG_DWORD Data:
Value: NoUserPolicy Purpose: Determines whether or not the client extension will process a group policy when a user policy is being applied. Type: REG_DWORD Data:
Value: NoSlowLink Purpose: Determines whether or not the client extension will process a group policy when a slow link is detected. Type: REG_DWORD Data:
Value: NoBackgroundPolicy Purpose: Determines whether or not the client extension will process a group policy when a background refresh of the group policy occurs. Type: REG_DWORD Data:
Value: NoGPOListChanges Purpose: Determines whether or not the client extension will process a group policy when there are no changes between the cached list of GPOs previously processed and the current list. Type: REG_DWORD Data:
Value: PerUserLocalSettings Purpose: If enabled, user policies are cached on a per-user and per-machine basis. Type: REG_DWORD Data:
Value: RequiresSuccessfulRegistry Purpose: If enabled, requires the successful registration of client-side extension components to occur before it processes a group policy. Type: REG_DWORD Data:
Value: EnableAsynchronousProcessing Purpose: Determines whether or not a group policy will continue processing while the client extension is performing operations. Type: REG_DWORD Data:
Additional query words: tshoot
Keywords : kbtool kbtshoot |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |