Enabling Group Policy Debugging

Enable Application Event Log Logging

Create the following Key
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Diagnostics

Add the following DWORD Value and set as 1 to enable

RunDiagnosticLoggingGlobal - Enable all user environment event logging
RunDiagnosticLoggingGroupPolicy - Enable event logging for group policies
RunDiagnosticLoggingAppDeploy - Enable event logging for application deployment
RunDiagnosticLoggingIntelliMirror - Enable event logging for remote boot

Enable Debug Logging to log file  

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Create a new DWORD Value UserenvDebugLevel

Values:
0x0 No log. Userenv.dll does not create a transaction log or does not record events in the existing log.
0x10001 Log file with standard level of detail.
0x10002 Log file with verbose detail.
0x20001 Debugging file with standard level of detail.
0x20002 Debugging file with verbose detail.


The setting logs to the following directory
C:\Windows\Debug\userenv.log

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,