JSI Tip 9745. How can I troubleshoot folder redirection in Windows 2000?
September 15, 2005
When trying to troubleshoot folder redirection errors on a client, you can enable verbose logging. The folder redirection Client-Side Extensions only logs errors, unless you enable verbose logging.
NOTE: This procedure uses REG.EXE, built into Windows XP, and Windows Server 2003, or REG.EXE from the Windows 2000 Support Tools on the CD-ROM.
To enable verbose folder redirection logging:
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionDiagnostics" /V FdeployDebugLevel /T REG_DWORD /F /D 0x0000000F
To disable verbose folder redirection logging:
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionDiagnostics" /V FdeployDebugLevel /T REG_DWORD /F /D 0
NOTE: To free resources, you should disable verbose logging when you finish troubleshooting.
About the Author
You May Also Like