Configure master browser election in Windows NT
26 October 2001 by Snakefoot | Comment » | Trackback OffOne can control how a computer participate in the Master Browser election, with these STRING registry keys :
The IsDomainMaster gives the computer a higher priority in the election.
Note to discover/detect the current master browser on the network use the reskit tools browmon or browstat.
Note if the service Computer Browser is disabled then the computer will not participate in the election. Setting MaintainServerList = No will keep the Browser service from starting, any attempt will give the following error:
Related Hide your computer from the network
More Info MS KB Q136712
More Info MS KB Q191611
More Info MS KB Q818092 (Includes browstat)
Credits pureperformance.com
The MaintainServerList controls if it should participate in the election at all.[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \Browser \Parameters]
MaintainServerList = "Auto" (Pro = "Auto", Server = "Yes", Off = "No")
IsDomainMaster = "True" (On = "True", Off = "False", Default = "False")
The IsDomainMaster gives the computer a higher priority in the election.
Note to discover/detect the current master browser on the network use the reskit tools browmon or browstat.
Note if the service Computer Browser is disabled then the computer will not participate in the election. Setting MaintainServerList = No will keep the Browser service from starting, any attempt will give the following error:
Related Description of Master Browser in the Microsoft NetworkA service specific error occurred: 2550.
More help is available by typing NET HELPMSG 3547
More Info MS KB Q112595
Related Hide your computer from the network
More Info MS KB Q136712
More Info MS KB Q191611
More Info MS KB Q818092 (Includes browstat)
Credits pureperformance.com
Tags:
Category:
767Updated: 3 July 2008