Debugging Group Policy Processing
Group Policy Debug Log Settings The below article has got information about enabling different debug loggings which are required for troubleshooting various Windows issues. USERENV DEBUG LOGGING Userenv logging is useful when troubleshooting group Policy application related issues or User profile related issues. ENABLING USERENV LOGGING IN WINDOWS XP Use Registry Editor to add or to modify the following registry entry: Subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Entry: UserEnvDebugLevel Type: REG_DWORD Value data: 10002 (Hexadecimal) UserEnvDebugLevel can have the following values: NONE 0×00000000 NORMAL 0×00000001 VERBOSE 0×00000002 LOGFILE 0×00010000 DEBUGGER 0×00020000 The default value is NORMAL|LOGFILE (0×00010001). Note To disable logging, select NONE (0×00000000). You can combine these values. For example, you can combine VERBOSE 0×00000002 and LOGFILE 0×00010000 to get 0×00010002. Therefore, if UserEnvDebugLevel...