Hide from the Master Browser

By | 2007-07-11

You can configure a computer so that it does not send announcements to browsers on the domain. If you do so, you hide the computer from the Browser list, which can help reduce network traffic.

Editing the Registry

  1. Open the registry editor and go toHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\LanmanServer\Parameters
  2. From the Edit menu, choose Add Value and type: Hidden Note: This value is case sensitive and must begin with a capital H.
  3. In the Data Type field, choose REG_DWORD and choose OK.
  4. In the Data field, type 1 to enable hiding and choose OK.
  5. Restart your computer.

Using the NET CONFIG SRV command

This setting can also be changed using the following command:

  1. net config server /hidden:yes|no
  2. To hide the computer from the Browser List, type net config server /hidden:yes at the command prompt, and then press ENTER.
  3. To unhide the computer from the Browser list, type net config server /hidden:no at the command prompt, and then press ENTER.

Note: It may take up to 30 minutes for the server to disappear from the Browser lists.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.