Skip to main content
NetworkAdminKB Logo

Knowledge Base

Go Search
NetworkAdminKB.com
Knowledge Base
VBScript Library
Utilities
  
NetworkAdminKB.com > Knowledge Base > Knowledge Base > Windows2003 > How to determine the type of user profile loaded  

How to determine the type of user profile loaded

Author Details
Author: NetworkAdminKB.com
Created: 2007-05-11
Modified: 2008-11-19
Article Content

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.

Related Articles
 
Last modified at 11/19/2008 10:08 AM  by TEMPLATE\kbadmin 
 
 NetworkAdminKB.com
 Copyright © 2008 NetworkAdminKB.com, All rights reserved. Terms of Use | Contact US