Hide Computer from the Browser List (Windows NT/2000/XP) Category: Home > Security > Network
If you have a secure server or workstation you wish to hide from the general browser list, then enable this setting.
Open your registry and find the key below.
Create a new DWORD value, or modify the existing value, named "Hidden" and set it to "1".
Reboot the computer. It may take up to an hour for the server to disappear from the browse list.
Hint: The same result can be achieved by executing NET CONFIG SERVER /HIDDEN:YES on the workstation
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | Hidden | REG_DWORD | 0x00000001 (1) |  |
 |
 | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parame... |  |
 |
Settings: |
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\ Parameters]
Name: Hidden
Type: REG_DWORD (DWORD Value)
Value: (0 = visible, 1 = hidden)
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: April 3, 2002
|