User profiles in Microsoft Windows

Last updated

Microsoft Windows profile refers to the user profile that is used by the Microsoft Windows operating system to represent the characteristics of the user.

User profile data about an individual user

A user profile is a visual display of personal data associated with a specific user, or a customized desktop environment. A profile refers therefore to the explicit digital representation of a person's identity. A user profile can also be considered as the computer representation of a user model. A user model is a (data) structure that is used to capture certain characteristics about an individual user, and the process of obtaining the user profile is called user modeling or profiling.

Microsoft Windows is a group of several graphical operating system families, all of which are developed, marketed, and sold by Microsoft. Each family caters to a certain sector of the computing industry. Active Windows families include Windows NT and Windows Embedded; these may encompass subfamilies, e.g. Windows Embedded Compact or Windows Server. Defunct Windows families include Windows 9x, Windows Mobile and Windows Phone.

Contents

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 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/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.

Windows 95 operating system from Microsoft

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 manufacturing on August 15, 1995, and generally to retail on August 24, 1995. Windows 95 merged Microsoft's formerly separate MS-DOS and Windows products, and featured significant improvements over its predecessor, most notably in the graphical user interface (GUI) and in its simplified "plug-and-play" features. There were also major changes made to the core components of the operating system, such as moving from a mainly co-operatively multitasked 16-bit architecture to a 32-bit preemptive multitasking architecture.

The user-profiling scheme in force today owes its origins to Windows NT, 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.

Windows NT is a family of operating systems produced by Microsoft, the first version of which was released on July 27, 1993. It is a processor-independent, multiprocessing and multi-user operating system.

Recent developments

Windows Vista'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 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.

Windows Vista personal computer operating system by Microsoft released in 2006

Windows Vista is an operating system that was produced by Microsoft for use on personal computers, including home and business desktops, laptops, tablet PCs and media center PCs. Development was completed on November 8, 2006, and over the following three months, it was released in stages to computer hardware and software manufacturers, business customers and retail channels. On January 30, 2007, it was released worldwide and was made available for purchase and download from the Windows Marketplace; it is the first release of Windows to be made available through a digital distribution platform. The release of Windows Vista came more than five years after the introduction of its predecessor, Windows XP, the longest time span between successive releases of Microsoft Windows desktop operating systems.

An NTFS symbolic link (symlink) is a filesystem object in the NTFS filesystem that points to another filesystem object. The object being pointed to is called the target. Symbolic links should be transparent to users; the links appear as normal files or directories, and can be acted upon by the user or application in exactly the same manner. Symbolic links to directories or volumes, called junction points and mount points, were introduced with NTFS 3.0 that shipped with Windows 2000. From NTFS 3.1 onwards, symbolic links can be created for any kind of file system object. NTFS 3.1 was introduced together with Windows XP, but the functionality was not made available to user mode applications. Third-party filter drivers – such as Masatoshi Kimura's opensource senable driver – could however be installed to make the feature available in user mode as well. The ntfs.sys released with Windows Vista made the functionality available to user mode applications by default.

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

Related Research Articles

File Explorer file manager application that is included with releases of the Microsoft Windows operating system from Windows 95 onwards

File Explorer, previously known as Windows Explorer, is a file manager application that is included with releases of the Microsoft Windows operating system from Windows 95 onwards. It provides a graphical user interface for accessing the file systems. It is also the component of the operating system that presents many user interface items on the monitor such as the taskbar and desktop. Controlling the computer is possible without Windows Explorer running.

A taskbar is an element of a graphical user interface which has various purposes. It typically shows which programs are currently running.

The Encrypting File System (EFS) on Microsoft Windows is a feature introduced in version 3.0 of NTFS that provides filesystem-level encryption. The technology enables files to be transparently encrypted to protect confidential data from attackers with physical access to the computer.

Windows Registry hierarchical database that stores configuration settings and options on Microsoft Windows operating systems

The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry. The kernel, device drivers, services, Security Accounts Manager, and user interface can all use the registry. The registry also allows access to counters for profiling system performance.

Control Panel (Windows) part of the Microsoft Windows graphical user interface

The Control Panel is a component of Microsoft Windows that provides the ability to view and change system settings. It consists of a set of applets that include adding or removing hardware and software, controlling user accounts, changing accessibility options, and accessing networking settings. Additional applets are provided by third parties, such as audio and video drivers, VPN tools, input devices, and networking tools.

In computing, a file shortcut is a handle in a user interface that allows the user to find a file or resource located in a different directory or folder from the place where the shortcut is located. Similarly, an Internet shortcut allows the user to open a page, file or resource located at a remote Internet location or Web site.

The Start menu is a graphical user interface element used in Microsoft Windows since Windows 95 and in some other operating systems. It provides a central launching point for computer programs and performing other tasks. It has different names in different operating systems and window managers, such as Kickoff Application Launcher in KDE, Dash in GNOME and Unity, and Start screen in Windows 8.

In computing, and specifically in the context of Microsoft Windows operating systems, Microsoft refers to Folder Redirection when automatically re-routing I/O to/from standard folders (directories) to use storage elsewhere on a network.

Windows XP introduced many features not found in previous versions of Windows.

The Windows NT startup process is the process by which Windows NT 4.0, Windows 2000, Windows XP and Windows Server 2003 operating systems initialize. In Windows Vista and later, this process has changed significantly; see Windows Vista startup process for information about what has changed.

Compared with previous versions of Microsoft Windows, new features of Windows Vista are numerous, covering most aspects of the operating system. They include new technical features, new aspects of security and safety, new networking features, new I/O technologies, and additional management features.

My Documents is the commonly recognized name of a special folder in Microsoft Windows This folder is supposed to be a personal area where users store their personal non-shared documents. However, many software developers have ignored this convention and as a result, this folder has become a dumping ground for the application data such as files containing settings and saved games. Users cannot delete, move or organize these files without causing unwanted behavior in their software.

On Microsoft Windows, a special folder is a folder which is presented to the user through an interface as an abstract concept instead of an absolute folder path. Special folders make it possible for any application to ask the operating system where an appropriate location for certain kinds of files can be found; independently of which version or user language of Windows is being used.

The Windows shell is the graphical user interface for the Microsoft Windows operating system. Its readily identifiable elements consists of the desktop, the taskbar, the Start menu, the task switcher and the Autoplay feature. On some versions of Windows, it also includes Flip 3D and the charms. In Windows 10, the Windows Shell Experience Host interface drives visuals like the Start Menu, Action Center, Taskbar, and Task View/Timeline. However, the Windows shell also implements a shell namespace that enables computer programs running on Windows to access the computer's resources via the hierarchy of shell objects. "Desktop" is the top object of the hierarchy; below it there are a number of files and folders stored on the disk, as well as a number of special folders whose contents are either virtual or dynamically created. Recycle Bin, Libraries, Control Panel, This PC and Network are examples of such shell objects.

User Account Control limits rights used by applications on Microsoft Windows

User Account Control (UAC) is a technology and security infrastructure introduced with Microsoft's Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also present in Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012 and Windows 10. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. In this way, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. In other words, a user account may have administrator privileges assigned to it, but applications that the user runs do not inherit those privileges unless they are approved beforehand or the user explicitly authorizes it.

Temporary Internet Files is a folder on Microsoft Windows which serves as the browser cache for Internet Explorer to cache pages and other multimedia content, such as video and audio files, from websites visited by the user. This allows such websites to load more quickly the next time they are visited.

Windows Vista contains a range of new technologies and features that are intended to help network administrators and power users better manage their systems. Notable changes include a complete replacement of the "Windows Setup" process, completely rewritten deployment mechanisms, support for per-application Remote Desktop sessions, new diagnostic and health monitoring tools, and a range of new Group Policy settings covering many of the features new to Windows Vista.

A roaming user profile is a concept in the Windows NT family of operating systems that allows users with a computer joined to a Windows Server domain to log on to any computer on the same network and access their documents and have a consistent desktop experience, such as applications remembering toolbar positions and preferences, or the desktop appearance staying the same.

Windows Search

Windows Search, formerly known as Windows Desktop Search (WDS) on Windows XP and Windows Server 2003, is an indexed desktop search platform created by Microsoft for Microsoft Windows.

References