summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/textdocs/CreatingGroupProfilesInNT4.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/textdocs/CreatingGroupProfilesInNT4.txt b/docs/textdocs/CreatingGroupProfilesInNT4.txt
index ad3249ad6f..666788643e 100644
--- a/docs/textdocs/CreatingGroupProfilesInNT4.txt
+++ b/docs/textdocs/CreatingGroupProfilesInNT4.txt
@@ -53,3 +53,19 @@ Description:
This allows the account domain to change, and/or the user name to change.
+Next Note:
+----------
+You can identify the SID by using GetSID.exe from the Windows NT Server 4.0
+Resource Kit.
+
+Windows NT 4.0 stores the local profile information in the registry under
+the following key:
+HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
+
+Under the ProfileList key, there will be subkeys named with the SIDs of the
+users who have logged on to this computer. (To find the profile information
+for the user whose locally cached profile you want to move, find the SID for
+the user with the GetSID.exe utility.) Inside of the appropriate user's
+subkey, you will see a string value named ProfileImagePath.
+
+