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.
Logon scripts / Roaming profiles
Name: MorChaos Date: August 4, 2003 at 13:45:39 Pacific OS: Win2k Advanced Server CPU/Ram: Athlon 2100 / 256MB DDR
Comment:
I am new to admin resposibilities...I own a pc repair shop, and the place where my business resides just placed the responsibility of maintaining their computers in my charge. I have set-up a win2k adv ser for their network domain controller. I don't have the first clue on how to write logon scripts or set-up roaming profiles. Need help writing them. I need a generic script mapping them to their home drive and the shared folder. Also how to set-up roaming profiles. Any help in this is greatly appreciated.
Name: nkk Date: August 5, 2003 at 08:34:00 Pacific
Reply:
kixtart is a free program you can download and use it for scripts. Otherwise you can setup a script on win2k domain controller under\winnt\system32 look for usrlogon.cmd or create a *.cmd file using like notepad and put in it a mapping to their home folder. Then in their user profile point it to the script.
logon.cmd
net use h: \\servername\home\username /delete net use h: \\servername\home\jdoe
Then put logon.cmd in their profile for their logon script.
Summary: I have a WIn 20000 Server with about 12 Win 2000 workstations. I want my roaming profiles to have a logon script just to map 2 network drives, I think I have the script right and it saved in the corre...
Summary: Hey all, I have a problem with the logon script not working for any users Profile on Windows 2000. This happens only on certain machines. Any later model machines are fine- but the older Dell Optipl...
Summary: I just set up a new domain controller, but I'm having trouble with logon scripts and profiles even working. If I logon to the system locally the script appears to work, however when I log on to the do...