Shortcuts
|
LAN Tweaking2005.03.15 13:02 by PhilipKeywords: Registry, TCP/IP, shares, redirector, buffer, tweak, WAN, LAN
The following tweaks are focused towards increasing local network performance under Windows XP/2k/2k3 Server. They can be used in addition to all the broadband tweaks, if you are on a LAN. All information in this article presumes some proficiency in editing the Windows Registry. Even though we extensively test all our tweaking recommendations, use of the below information is at your own risk.
Disable Network Task Scheduler This tweak disables searching networked computers for scheduled tasks. It reduces the long wait when opening network folders. To apply this tweak, find the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\ Here are registry files you can merge to directly apply/undo this tweak: Note: You might want to export the key before deleting, then to revert the changes, simply merge your exported reg file.
Increase Request Buffer Size In higher latency Network environments, delays may be encountered with the default request buffer size (4356 decimal). The range of this parameter is 1024 - 65535 bytes. Testing has shown that, in most standard Ethernet environments, 16384 (decimal) is a better choice, if memory is available. This tweak only applies to LANs, and helps with slow browsing of large directories. To change this setting, edit: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters and Add Value name SizReqBuf as a type REG_DWORD, increase its (decimal) value to 16384 or even higher and restart the computer for changes to take effect. Here is the MS KB Article 320829 that describes the procedure as well.
Increase Network Redirector Buffers If you increase the number of network redirector buffers it may considerably increase your network throughput. Each extra execution thread that you configure will take 1K of additional nonpaged pool memory, but only if your applications actually use them. To configure additional buffers and threads, edit: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters Modify or Add Value of type REG_DWORD for: MaxCmds=dword:00000064 - range is 0 - 255 and the default value is 15. Set to a higher number, try 64 for starters. MaxCollectionCount in the same key is a DWORD buffer for character-mode named pipes writes. You might want to increase it from te default 16 as well, its' range is 0 - 65535.
No shares in my My Network Places By default, Windows 2k/XP/2k3 tries to read icon information from shortcuts in the "My Network Places" folder, accessing remote files on the network, and causing a very slow system response. Every time you open a file in a remote shared folder, or a file via a UNC name, Windows will automatically add another shortcut to "My Netowork Places", making the problem worse with time. To resolve this: Navigate to: Depending on your OS, it might also be possible to modify this by accessing the Group Policy Object Editor. To use this method to achieve the same effect: Notes:
User Reviews/Comments:
rate:
avg:
![]() ![]() ![]() ![]()
by
dcharles_here - 2005.12.13 05:32
dcharles_here: If the "Disable Network Task Scheduler" path is not in your registry, it simply means it's already been removed, and there is nothing more to do. The HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell extensions\Approved path is not the same.
karyoka: it is in decimal.
Thanks for the info about blocking new shortcuts in My Network Places.
A couple of points: I'd already done the HKCU tweak and it didn't work, which is how I ended up here, in search of a fix. So I've now done the Policies tweak on my XPPSP3 laptop. But the HKLM location that's described above doesn't exist, in fact Policies doesn't even have an Explorer sub-key. (Oddly, 'policies' is spelled just like that, ie, no capital P). Are you saying that an entire new key, 'Explorer', should be created under Policies, then the NoRecentDocsNethood=1 value within it? |