Information:
The following registry key holds information about all the profiles that have been loaded on the computer. By checking the “State” registry value you can determine the specific type of profile that is associated with the user SID.
Key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\<SID>
ValueName: State
DataType: REG_DWORD
Values:
Value = Name
Description
0x1 = PROFILE_MANDATORY
Profile is mandatory.
0x2 = PROFILE_USE_CACHE
Update locally Cached profile.
0x4 = PROFILE_NEW_LOCAL
Using a new local profile.
0x8 = PROFILE_NEW_CENTRAL
Using a new central profile.
0x10 = PROFILE_UPDATE_CENTRAL
Need to update central profile.
0x20 = PROFILE_DELETE_CACHE
Need to delete cached profile.
0x40 = PROFILE_UPGRADE
Need to upgrade profile.
0x80 = PROFILE_GUEST_USER
Using guest user profile.
0x100 = PROFILE_ADMIN_USER
Using administrator profile.
x2000 = DEFAULT_NET_READY
Default net profile is available & ready.
0x4000 = PROFILE_SLOW_LINK
Identified slow network link.
0x8000 = PROFILE_TEMP_ASSIGNED
Temporary profile loaded.