Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hiding a home directory
Name: antin85 Date: May 6, 2004 at 00:03:45 Pacific OS: Windows NT server CPU/Ram: 400 Mhz 128 Ram
Comment:
I'm wondering how you can hide a users home directory from other users on the same network!
Name: Tom Hutchinson Date: May 6, 2004 at 03:24:26 Pacific
Reply:
You must have done some bad setting up if the drives are available to the other users.
Usually the shares are visable on the Server under Network Neighborough but your security on the NTFS drive will prevent access.
using the netlogon script doing "Net Use H: \\server\%username%" will do the connecting and logoff will disconnect it.
If it is hiding the drive then use Poledit to do it per workstation.
0
Response Number 2
Name: wanderer Date: May 6, 2004 at 09:18:01 Pacific
Reply:
put a $ at the end of the share. map the a drive letter for the user. Now the user can access the home folder via the drive letter and no one can see it.
You should NEVER have to use ntfs file permissions for home folders. Restrictions are done thru the share.
You should ONLY use ntfs file permissions when you have multiple users using a share and which to restict who does what.
Summary: Hi. I am a complete beginner and need some help with the basics of setting up some Windows 98 clients off an NT4 server. How do I set up the W98 clients to create a drive, say F: as a home directory o...
Summary: Does anyone know if there is a way to map a drive to a users home directory through the login script file. I have tried: net use F: \\server\users\%username% but it does not work.. Any ideas...