Hide a server

P

phil2627

We have a member server with sensitive data we are trying to prevent
from being browsed from a certain group of users. Is there a way to
prevent this server from appearing in Network Places ? Thanks.
 
J

John John

I don't think it can be "hidden" per groups of users, it's the whole
machine or nothing. Make sure that the NTFS permissions are properly
set to deny unauthrized access! Hiding the machine or removing it from
the browse list does not make it secure!

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

Value Name: hidden
Data Type: REG_BINARY
Value: 1


Or with the net config command:

net config server /hidden:yes|no

HOW TO: Hide a Windows 2000-Based Computer from the Browser List
http://support.microsoft.com/kb/321710

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top