In My Network Places when I try to open a computer, it opens very slowly, but other PCs open quickly. What can be the cause?
feedback
|
migrated from serverfault.com Jan 30 '10 at 20:48
This question came from our site for system administrators and desktop support professionals.
|
Two methods of accessing network locations and avoiding performance issues:
| |||
|
feedback
|
|
Some great tips: http://ss64.com/nt/slow_browsing.html Mapped drives are great if you use them regularly, but if you actually have to browse for it, the fastest way, is to install a WINS server.. overkill for a home network, but essential for a large corp. The best way to troubleshoot it, is with wireshark(1), it will tell you everything that your box does over the net while you are waiting.. which can get very enlightening. For further help, you might need to provide some more information:
(1) Network Protocol Analyser: www.wireshark.org | |||
|
feedback
|
|
If you are on a domain it should be fast to use the computers name in a UNC path such as:
If you aren't on a domain and in a workgroup instead, it generally takes longer to open the remote machines shares. Instead try using the IP address of the machine instead of its name.
Either way, once that initial connection is made, it is cached for so long in your system. As mentioned in earlier answers, mapping a network drive may make it faster as well. | |||
|
feedback
|
|
If it is a very small network (Not many machines connecting to the shared computer) you can't edit each clients host file located in %System%\Windows\system32\drivers\etc\ . Add the IP address and the name of the computer (found in system properties / Computer name Tab). The format of the file looks like this http://www.ezlan.net/host.html Now the clients connecting to the share will no exatly where to go to get to the share. One caveat though....the computer sharing the the files must be statically addressed (No DHCP)! | |||
|
feedback
|
