How do I change the directory in which the system stores profiles?
November 19, 2000
A. Windows NT 4.0 and earlier versions of NT store profiles in the %systemroot%Profiles folder. Windows 2000 stores profiles in %systemdrive%Documents and Settings, but the OS lets you specify a different location. To change the location, take the following steps:
Create a new folder to host the profiles.
Copy all existing profiles from the %systemdrive%Documents and Settings folder to the folder you just created. (Note: If you're copying from NTFS to NTFS, use the XCOPY command with the /o switch to maintain any ACLs on the files.)
Launch regedit.exe, and go to HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList.
Double-click ProfilesDirectory.
Enter the path to the new folder, and click OK.
You can change the profile Win2K uses for default users by modifying the DefaultUserProfile string value, and you can change the profile Win2K uses for all users by modifying AllUsersProfile.
About the Author
You May Also Like