Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
login script
Name: Renee Bonham Date: August 23, 2000 at 12:32:36 Pacific
Comment:
I know next to nothing about NT login scripts. We are converting some servers from Novell to NT and I need to know if windows has the capability thru the login script to map drives based on group memberships. Any and all help is appreciated.
Name: Geoff Date: August 28, 2000 at 11:59:26 Pacific
Reply:
You will definitely want NT Resource Kit to make login scripting more robust. We have all Win9x clients here and in order to get login scripting to map drives based on membership I implemented a trick.
1. Create a folder named "Group" 2. Create subfolders for each group 3. Create a simple text file in each group folder (readme.txt) 4. Set NTFS security so only people who belong to the group can see the file in their respective folder. 5. In the login script use IF EXIST to determine if the user can see the file and therefore belongs to that group.
Summary: We've got one PDC & 4 BDC's all have the neccessary batch files or login scripts. I've been running these scripts successfully for about 2 years. Normally we run LOGGER.BAT. When I have a workstation ...
Summary: I'm thinking of putting part of the login script in the run folder of HKey_Local_Machine of the registry to speed things up over a dial up connection. Does this fire off before or after the login scr...
Summary: Hi Is it possible to have a batch file/login script to change the proxy settings in internet explorer upon login. Registry etc.. Thanks for any sugggestions. Ken ...