How can I enable user environment debugging in Windows 2000 and later?
March 1, 2004
A. To debug the user environment settings, you can create a log file (%systemroot%debugusermodeuserenv.log) with different levels of information concerning your log on, log off, and other user environment activity. This log file can help you debug problems related to policy application and profile application and saving. For example, I recently used userenv.log to help ascertain why client machines weren't copying user profiles to the roaming profile location--I was able to determine that the user registry hive was locked and couldn't be copied.
To set the logging level associated with the userenv.log file, perform the following steps:
Start a registry editor (e.g., regedit.exe).
Navigate to the HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon registry subkey.
From the Edit menu, select New, DWORD Value.
Enter the name UserEnvDebugLevel, then press Enter.
Double-click the new value, set it to one of the values listed in the table below, then click OK.
Registry Entry Value=========
===No logging 00000000 Normal logging 00000001 Verbose logging 00000002 Output to logfile 00010000 Debugger output 00020000
Restart the computer for the changes to take effect.
You can combine the values from the table in Step 5 (e.g., for verbose output to logfile, use value 00010002).
About the Author
You May Also Like