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 mapped network drive
Name: Justin Date: August 28, 2002 at 18:40:40 Pacific
Comment:
Hello
I was wondering if there is a way to hide a mapped drive from the user. For example in the loging script if i had
MAP G:=SYS:PUBLIC
How would I make it so the user could not see the G drive in windows explorer, and other applications like word?
Name: Underdog Date: August 28, 2002 at 18:47:53 Pacific
Reply:
The best way to hide a mapped drive is not to give it to them in the first place. That's one thing that Groups are used for. You can map a drive and then say in your Login Script that only members of a certain group will get the drive mapping.
Underdog
0
Response Number 2
Name: Baine25 Date: August 28, 2002 at 22:15:56 Pacific
Reply:
Map it as a search drive only. Use a map s1:=XXXXXX instead of map or map root. And don't forget to add the NO_DEFAULT command to the login script as the default login script built into the login.exe file includes a mapping for sys.
0
Response Number 3
Name: Justin Date: August 29, 2002 at 07:41:33 Pacific
Reply:
Hello
The reason for giving them the drive is there will be a program installed on that mapped drive and the users need RWEMF on the folder that contains the program, and i don't want them messing with the installed files.
Summary: I'm trying to find what exe is run when you select "Novell Map Network Drive" after right clicking Network Neighborhood. I would like to create a app object of this executable and have it available i...
Summary: Microsoft client for netware networks does not work with NDS. You only get bindery attachments hence your script cannot refer to an NDS object or an error results. You will have to map the drive usin...
Summary: My work machine is mapped to at least 15 network drives. Whenever I restart my computer, all but three or four of these drives reconnect. Yet they connect once I double click on them. Yes, I have the ...