JSI Tip 9745. How can I troubleshoot folder redirection in Windows 2000?

Jerold Schulman

September 15, 2005

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like