Configure master browser election in Windows NT

26 October 2001 by Snakefoot | Comment » | Trackback Off
One can control how a computer participate in the Master Browser election, with these STRING registry keys :

[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 MaintainServerList controls if it should participate in the election at all.
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:

A service specific error occurred: 2550.

More help is available by typing NET HELPMSG 3547

More Info MS KB Q112595

Related Description of Master Browser in the Microsoft Network
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

Updated: 3 July 2008

Leave a comment


You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>