Microsoft Windows Profile
   HOME

TheInfoList



OR:

Microsoft Windows profile refers to the
user profile A user profile is a collection of settings and information associated with a user. It contains critical information that is used to identify an individual, such as their name, age, portrait photograph and individual characteristics such as ...
that is used by the
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
operating system to represent the characteristics of the user.


Windows XP


Profile creation

Establishing a user account on the computer (or on its parent domain) does not create a profile for that user. The profile is created the first time the user interactively logs on at the computer. Logging on across a network to access shared folders does not create a profile. At first logon, a folder will typically be created under "Documents and Settings" (standard folder on English version of Windows 2000, XP and Windows Server 2003) matching the logon name of the user. Should a folder of that name already exist, the profile-creation process will create a new one, typically named username.computername, on workgroup computers, or username.domainname on Active Directory member computers. Once a profile folder has been created, Windows will never automatically rename that folder. Thus if the username itself is subsequently changed, the profile folder will remain as is, and the profile will no longer match the username, which could lead to confusion. For this reason, the administrator might want to avoid renaming user accounts if at all possible, or rename the folder manually and edit the registry to reflect the changes. The new profile is created by making a copy of a special profile named Default User. It is permissible to modify this Default User profile (within certain guidelines) so as to provide a customized working environment for each new user. Modification of the Default User profile should ideally be done prior to any users logging-on to the computer. If a user has already logged on once or more, the Default Profile has no effect whatsoever for that user.


Profile contents

;NTUSER.DAT: Within the root of the profile, a file named NTUSER.DAT contains the user's personalized settings for the majority of software installed on the computer; including Windows itself. When the user logs on, NTUSER.DAT becomes merged with the computer's registry, such that it appears as the HKEY_CURRENT_USER branch of the registry tree. NTUSER.DAT is held open for writing (i.e., "locked") whenever the user is logged on. ;My Documents: This folder is intended to contain the user's work, and in Windows XP-aware programs, dialog boxes will typically prompt the user to store documents here. "My Documents" as a shortcut also appears on the desktop, and in My Computer. It is here that these shortcuts point. ;Favorites, Cookies, and History: These folders are used by Microsoft's
Internet Explorer Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated IE or MSIE) is a series of graphical user interface, graphical web browsers developed by Microsoft which was used in the Microsoft Wind ...
web browser to store surfing data. They are not used by alternative browsers such as Firefox or Opera, which typically store their data under "Application Data." ;Nethood, Printhood: These folders contain the network shares and printers discovered by the user with the My Network Places applet, in the form of shortcuts. ;Start Menu: This folder contains the shortcuts present on the same-named Desktop feature. ;Desktop: This folder contains files and shortcuts present on the user's desktop. ;Application Data: Provided mainly for the use of programmers, as a place to store data that is related to specific software, but which does not fall into the category of documents that a user might open directly. This folder was made necessary by Windows' best practices programming guidelines, which now prohibit the storage of temporary data of any kind in the Program Files folder. ;Local Settings: Functionally similar to "Application Data", and contains a second subfolder of that name. It also contains the temporary files generated by Windows programs themselves, and as a result of Internet Explorer's online activities. For standalone computers the two folders are functionally similar, but on networks employing Roaming profiles, the "Local Settings" folder is not included in the profile synchronization process. Thus, data in the "Local Settings" folder will not be copied between computers when the user roams. Note Some of these subfolders are hidden from the users view in Windows Explorer. To see them you must uncheck "Hide System Folders" in the folder options.


Special profiles

"Default User" - Plays a role in the profile-creation process, see above. "All Users" - This profile is present mainly to answer an issue related to software installation. It provides a way for setup programs to create desktop or start-menu shortcuts which will be visible to all users of the computer, not just the user running the setup program. The Application Data section may also contain program-data common to all users. "All Users" acts purely as an information-store, it is never loaded as an active profile. "Administrator" - All versions of NT-based Windows have an administrator account and corresponding profile, although on XP this account may only be visible on the logon screen if the computer is started in safe mode. In Windows Vista, it is disabled by default.


History and origin

Historically, the
Windows 95 Windows 95 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of operating systems. The first operating system in the 9x family, it is the successor to Windows 3.1x, and was released to manufacturin ...
-98 product line did not employ user-profiling as standard, with all users sharing the same settings, although that feature could be activated in Control Panel. The user-profiling scheme in force today owes its origins to
Windows NT Windows NT is a proprietary graphical operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems sc ...
, which stored its profiles within the system folder itself, typically under C:\WINNT\Profiles\. Windows 2000 saw the change to a separate "Documents and Settings" folder for profiles, and in this respect is virtually identical to Windows XP and Windows Server 2003.


Recent developments

Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
's profiles are functionally similar to those of Windows XP, but with some differences. Perhaps the key difference is that they are stored in a "C:\Users" folder, instead of "C:\Documents and Settings." Therefore, to cater for programs which are not Vista-ready, a
symbolic link In computing, a symbolic link (also symlink or soft link) is a file whose purpose is to point to a file or directory (called the "target") by specifying a path thereto. Symbolic links are supported by POSIX and by most Unix-like operating system ...
is also provided under the name of "Documents and Settings" which invisibly redirects any attempted access of the latter to "C:\Users." The fact that the profile root folder appears twice in any folder listing has adverse implications for any backup program. Backup software needs to be aware of this Vista idiosyncrasy, or else it is possible to double the size of the backup by copying what appear to be two separate folders, both potentially containing the bulk of the data on the computer. A second change in Vista is that the media-specific "My Pictures" and "My Music" folders are now outside of the "My Documents" folder, instead of being subfolders (as well as removing the "My" Prefix - so My Documents becomes Documents, for example).


See also

*
User profile A user profile is a collection of settings and information associated with a user. It contains critical information that is used to identify an individual, such as their name, age, portrait photograph and individual characteristics such as ...
*
Roaming user profile A roaming user profile is a file synchronization concept in the Windows NT family of operating systems that allows users with a computer joined to a Windows domain to log on to any computer on the same domain and access their documents and have ...


References


Vista Profile GuideMicrosoft on User Profiles
* ttps://technet.microsoft.com/en-us/library/cc775560.aspx User Profile Structure Windows administration