Master Browser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there.
Thsi q is for win2003 DC.
How can i set the registry vale of my all my workstations to stop them from
trying to become Master browswer?
I want to use Group policy .
I know u can add a key tothe registry liek this but how do u set the value
of that key ??
Please help
 
Thsi q is for win2003 DC.
How can i set the registry vale of my all my workstations to stop them from
trying to become Master browswer?

Why? Usually this (such a desire) is a sign of some other
problem....

Set: MaintainServerList = No
HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Services\ Browser\Parameters
I want to use Group policy .

Use the Computer\Administrative Templates section of the GPO for all
direct registry settings.
I know u can add a key tothe registry liek this but how do u set the value
of that key ??

Investigate ADM files, how to create and import them into a GPO.

Try a Google search like this one:

[ "extending group policy" adm | "administrative templates" ] "

Or some of these articles you will find through that search:

Extending Group Policies
http://www.microsoft.com/windows2000/en/advanced/help/sag_SPconcepts_30.htm?id=1249

Creating Custom ADM Files:
http://www.microsoft.com/windows2000/en/advanced/help/sag_spconcepts_34.htm#wr_sag_spconcepts_34

Extending Group Policy with Custom Policy Templates
http://www.internetperiscope.com/WhitePapers/Templates/index.asp
 
or you can simply run a vbscript from GP that will modify that registry key.
I think you can find some examples on Microsoft Script Center.


--
Andrei Ungureanu
www.eventid.net
Free Windows event logs reports
http://www.altairtech.ca/evlog/

Herb Martin said:
Thsi q is for win2003 DC.
How can i set the registry vale of my all my workstations to stop them from
trying to become Master browswer?

Why? Usually this (such a desire) is a sign of some other
problem....

Set: MaintainServerList = No
HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Services\ Browser\Parameters
I want to use Group policy .

Use the Computer\Administrative Templates section of the GPO for all
direct registry settings.
I know u can add a key tothe registry liek this but how do u set the
value
of that key ??

Investigate ADM files, how to create and import them into a GPO.

Try a Google search like this one:

[ "extending group policy" adm | "administrative templates" ] "

Or some of these articles you will find through that search:

Extending Group Policies
http://www.microsoft.com/windows2000/en/advanced/help/sag_SPconcepts_30.htm?id=1249

Creating Custom ADM Files:
http://www.microsoft.com/windows2000/en/advanced/help/sag_spconcepts_34.htm#wr_sag_spconcepts_34

Extending Group Policy with Custom Policy Templates
http://www.internetperiscope.com/WhitePapers/Templates/index.asp
 
Back
Top