There was a bug in windows 2000 (and XP) that would cause the scheduled tasks folder to be searched when ever the user would browse network drives. Microsoft developed a fix for this bug. The fix fixed the problem and it also had nice side affect of speeding up browsing of Microsoft networks.  Below are instructions how to apply the fix.


1. Open up regedit.
 

2. Navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

3. Find a key named {D6277990-4C6A-11CF-8D87-00AA0060F5BF}

4. Right click on it and delete it.


5. Restart

 

This also may help......

 

WINS Proxy

Clients that do not support WINS may resolve NetBIOS names using a broadcast. For routed IP networks, this method of name resolution becomes difficult if not impossible all together. In these situations, you can configure what is known as a WINS proxy agent.

A WINS proxy is a computer on a local subnet that listens for name resolution broadcasts. After the WINS server receives a broadcast, it queries the WINS server on behalf of the non-WINS client and returns the results. In terms of NetBIOS name registration, the WINS proxy also listens for name registration broadcasts on the local subnet. When a non-WINS client attempts to register its NetBIOS name, the WINS proxy queries the WINS server to ensure that the name has not already been registered by another host.

To configure a computer to act as a WINS proxy, you must edit the local Registry. To do so, navigate to:
HKEY_LOCAL_MACHINE\system\currentcontrolset\ services\netbt\parameters

and change the value for the EnableProxy to 1.

**********************************************

For Win95,98,ME:
Registry Settings
System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP]
Value Name: EnableProxy
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = disabled, 1 = enabled)