Using Reg.exe to Enable UserEnv Logging

sing Reg.exe to Enable UserEnv Logging
reg add “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon” /v UserEnvDebugLevel /t REG_DWORD /d 0x10002 /f
Using Reg.exe to Disable UserEnv Logging
reg delete”HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon” /v UserEnvDebugLevel /t REG_DWORD /d 0x10002 /f
Using Reg.exe to Determine if UserEnv Logging is Enabled
reg query “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon” /v UserEnvDebugLev

Comments

Popular posts from this blog

Troubleshooting Netlogon Error Codes

Service Principal Names (SPNs) SetSPN Syntax (Setspn.exe)

Troubleshooting AD Active Directory Replication Error 8456 or 8457: "The source | destination server is currently rejecting replication requests"