JSI Tip 2025. Where are User Profiles stored in Windows 2000?
February 14, 2000
If you upgraded from Windows NT, the profiles are in the same location, %SystemRoot%Profiles.
If you have a new installation, or upgraded from W9x, the User Profiles is created in %SystemDrive%Documents and SettingsxxxNAMExxx, which can be addressed as %USERPROFILE%.
The xxxNAMExxx is based upon the User ID, and may be suffixed.
If JohnDoe ([email protected]) logs on, the %USERPROFILE% created would normally be
%SystemDrive%Documents and SettingsJohnDoe.
If another JohnDoe logs on, as in a local account, or from a different domain, the %USERPROFILE% created could be
%SystemDrive%Documents and SettingsJohnDoe.LocalComputer or
%SystemDrive%Documents and SettingsJohnDoe.OtherDomain respectively.
NOTE: The system knows that the SID is different.
If a user logs on again, after the Domain was recreated (clean install), the %USERPROFILE% could be
%SystemDrive%Documents and SettingsJohnDoe.000 or
%SystemDrive%Documents and SettingsJohnDoe.domain.000 or
%SystemDrive%Documents and SettingsJohnDoe.domain.001.
During my 2nd PDC and WorkStations disaster/rebuild, I managed to have 3 different permuations of Jerry on my hard drive.
NOTE: My 3rd rebuild worked like a charm.
About the Author
You May Also Like