JSI Tip 7265. When you open a file on a shared folder of a remote computer, network performance over a WAN link is very slow?
September 30, 2003
When you open a file on a remote computer, Windows Explorer obtains detailed information about the file, and about the remote share. This process can take a long time over a slow link.
To resolve this issue:
1. Install the latest service pack for your operating system:
How to Obtain the Latest Windows XP Service Pack.
How to Obtain the Latest Windows 2000 Service Pack.
2. Copy / Paste the following to a WANSpeed.reg file:
REGEDIT4
[HKEY_CLASSES_ROOT*shellexPropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}]
"SuppressionPolicy"=dword:00100000
[HKEY_CLASSES_ROOT*shellexPropertySheetHandlers\{883373C3-BF89-11D1-BE35-080036B11A03}]
"SuppressionPolicy"=dword:00100000
[HKEY_CLASSES_ROOT*shellexPropertySheetHandlersCryptoSignMenu]
"SuppressionPolicy"=dword:00100000
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerSCAPI]
"Flags"=dword:00100c02
3. Merge the WANSpeed.reg file with your registry, or run regedit /s WANSpeed.reg.
4. Shutdown and restart your computer.
About the Author
You May Also Like