Presumably you are creating so called user shares using the default method built into the User manager on the server.Unfortunately what the User Manager creates is a not a true share. The actual share is the directory above the user directory. NT server controls access to the sub-directory through directory ownership permissions not through share permissions. (On NT the 2 concepts are different.) I don't believe that hiding these pseudo-shares is possible.
I never understood why MS decided to use such a kludgy procedure for creating user directories. I may be paranoid, but I suspect they did it to make NT workstation incompatible with UNIX & Netware servers.
My recommendation is never use the User manager to create user shares. Write a script that creates more standard user shares.
[This message has been edited by JackLothian (edited 01 September 2000).]