Windows profiles store configuration information for the user, including environment and application settings. Profiles can be local, roaming, or mandatory.
Local profiles are created for each Windows computer the user logs on to, and configuration changes to one profile do not result in changes to profiles on other computers.
Roaming profiles are stored on the network and accessed by the local computer, allowing changes to the profile to be propagated to any server that the user logs into.
Mandatory profiles are a special case of roaming profiles, which are a read-only profile that does not allow individual users to make changes to the configuration.
The Windows profile is stored as a group of files and folders, including the file that represents the user’s local portion of the registry. When a profile is loaded, the registry for that user is also loaded and mapped to the HKEY_CURRENT_USER hive, allowing for user-specific configurations.
Simplify Profiles
Replacing Roaming Profiles