Adding more notes.
authorJohn Terpstra <jht@samba.org>
Wed, 15 Jan 2003 20:46:13 +0000 (20:46 +0000)
committerJohn Terpstra <jht@samba.org>
Wed, 15 Jan 2003 20:46:13 +0000 (20:46 +0000)
(This used to be commit 2649a21c93d0c93164d6a3cef4931d4e992fe972)

docs/textdocs/CreatingGroupProfilesInNT4.txt

index ad3249ad6fefdd7ff7269eb3d230831f2deb7060..666788643e17017bbd307850aa4c17d96e7a41dd 100644 (file)
@@ -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.
+
+