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.
changing profiles path
Name: kiwi_hk Date: October 3, 2004 at 20:51:06 Pacific OS: Windows NT CPU/Ram: 256
Comment:
Hi
We have about 700 users than I want to rename the profile path to a single mandatory profiles path, they are all setup as individual roaming profiles, is there a batch file to do this rather than clicking on each user name and changing it.
Name: Steve Dunn Date: October 4, 2004 at 15:19:34 Pacific
Reply:
You could use the net user command with the /profilepath option - perhaps in conjunction with a for command - after using net user to extract all user names (to supply to for command).
Or the resource kit tool - addusers. Use its reporting feature to extract all user details to csv file. Multiple edit/fill in excel on file to replace all the profile paths, then use update feature.
Just some ideas.
0
Response Number 2
Name: kiwi_hk Date: October 4, 2004 at 17:15:26 Pacific
Reply:
Hi
Thanks for your reply, I am not a command line person, can you give me some examples of how to do this?
Summary: Hi I'm trying to run a batch file to add something in the User profile path of an account on an NT server. Can someone help me: eg to set the login script name it is Set loginscript=login.bat What is ...
Summary: A. When you sit at a computer and change its attributes, such as the wallpaper, when someone else logs on they still have the environment that they last had when they logged on, and this is achieved u...
Summary: I find that from time to time Windows NT forgets who you are or decides you are a different person and assigns you a new profile, desktop, start menu, favorites, documents folder, email identity and ...