Windows 7 Network Map Annoyance

Joe S

Excellent Member
My main PC is HP d5000t Windows 7 Ultimate. I've noticed that the network map doesn't work properly. I have 2 real PCs with XP home SP3 and Virtual machines with Windows 7, Vista and, XP Pro. The only way the network map works is if my old Dell is running Then everything shows on network except my nephew's Compaq which does not have link layer topology on it. If I shut down the Dell the network map shows Cannot Create Map message. If you look in network everything shows up and is accessible. It's just one of those annoying things I haven't figured out. Everything is Ethernet. I have a Linksys router BEFSX41.
JoeBBEFSX41EFSX41BEFSX41
 
I suspect the problem is some how related to a Browse Master issue. Check the event logs on the PCs and see if you see any alerts regarding a master browser election. It would appear that your Old Dell (whatever operating system it may be running) has seized the role of master browser and is the only computer on the network that is maintaining a server list often a Windows 7 machine cannot assume the role of browse master if a Windows XP machine is already up and running on the network when the Win7 machine is booted.
Maybe do some googling about master browser elections and see what you come up with.
You can, from a command prompt type
net view (to see all the computers on your network and then
also from a command prompt type nbtstat -a computername (for each computer name on the network)
look at the results for a line that has _MSBROWSE_
that should indicate which machine is the master browser for your network (workgroup)
multiple machines attempting to perform the role of master browser can result in a browser war, which Win7 machines can't seem to win when competing with XP machines, (I don't know about Vista machines)
The following registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Browser\Parameters (MaintainServerList) is where this is controlled. A value of Auto supports and allows browser elections.
 
I think Master Browser is part of the problem. I use VM Workstation in bridging mode for virtual PC's I'm beginning to wonder if that is also part of the problem. It's not that important to fix but just annoying that I can't figure it out.
Joe
 
Back
Top