Registry Tip #16: Hide Windows NT from Network Neighborhood Browsing |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
The windows nt registry hack :
Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
Name: Hidden
Type: REG_DWORD
Value: 1
The command line method is
net config server /hidden:yes
This seems easier. Don't do it (except perhaps on workstations). There is a real gotcha! down the road. Unfortunately, and don't ask me why Microsoft would do this, this disables NT's ability to automatically tune the Server service at boot. See Q128167: Server Service Configuration and Tuning.
FYI but also not recommended: The net config server command has two other parameters. Issue the command
net config server help
will return:
The syntax of this command is:
NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"] [/HIDDEN:{YES | NO}]In Network Neighborhood, there is a comment column beside the machine name. SRVCOMMENT lets you enter a comment for display in Network Neighborhood. Be careful here. This is potentially a gold mine for hackers if you give too much information away. And don't forget about the tuning issue.