From 2ef46a51e548b830cdba391426bf94801e483603 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 15 Jan 2003 20:46:13 +0000 Subject: Adding more notes. (This used to be commit 2649a21c93d0c93164d6a3cef4931d4e992fe972) --- docs/textdocs/CreatingGroupProfilesInNT4.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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. + + -- cgit