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.

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 will be mounted in HKEY_USERS using its SID as the subkey, and also will appear as the HKEY_CURRENT_USER branch of the registry tree for the processes running as the user. 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-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.

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.

Recent developments

User profiles of all Windows versions since Windows Vista and Windows Server 2008 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 not copying symbolic links additionally to the physical path, 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

Related Research Articles

<span class="mw-page-title-main">File Explorer</span> File manager application that is included with releases of the Microsoft Windows operating system

File Explorer, previously known as Windows Explorer, is a file manager application and default desktop environment 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, as well as user interface elements such as the taskbar and desktop.

The taskbar is a graphical user interface element that has been part of Microsoft Windows since Windows 95, displaying and facilitating switching between running programs. The taskbar and the associated Start Menu were created and named in 1993 by Daniel Oran, a program manager at Microsoft who had previously collaborated on great ape language research with the behavioral psychologist B.F. Skinner at Harvard.

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.

<span class="mw-page-title-main">Windows Registry</span> Database for Microsoft Windows

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 interfaces can all use the registry. The registry also allows access to counters for profiling system performance.

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 that has been part of Microsoft Windows since Windows 95, providing a means of opening programs and performing other functions in the Windows shell. The Start menu, and the Taskbar on which it appears, were created and named in 1993 by Daniel Oran, a program manager at Microsoft who had previously collaborated on great ape language research with the behavioral psychologist B.F. Skinner at Harvard.

My Network Places is the network browser feature in Windows Explorer. It was first introduced in Windows 95 and Windows NT 4.0 and was renamed My Network Places in Windows 2000 and later, before being replaced in Windows Vista.

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.

In computing, SUBST is a command on the DOS, IBM OS/2, Microsoft Windows and ReactOS operating systems used for substituting paths on physical and logical drives as virtual drives.

As the next version of Windows NT after Windows 2000, as well as the successor to Windows Me, Windows XP introduced many new features but it also removed some others.

Compared with previous versions of Microsoft Windows, features new to Windows Vista are numerous, covering most aspects of the operating system, including additional management features, new aspects of security and safety, new I/O technologies, new networking features, and new technical features. Windows Vista also removed some others.

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 that 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 consist 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.

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 both the Windows Setup and the Windows startup processes, completely rewritten deployment mechanisms, new diagnostic and health monitoring tools such as random access memory diagnostic program, support for per-application Remote Desktop sessions, a completely new Task Scheduler, and a range of new Group Policy settings covering many of the features new to Windows Vista. Subsystem for UNIX Applications, which provides a POSIX-compatible environment is also introduced.

<span class="mw-page-title-main">Trash (computing)</span> Temporary storage for deleted files

In computing, the trash, also known by other names such as trash bin, dustbin, wastebasket, and similar names, is a graphical user interface desktop metaphor for temporary storage for files set aside by the user for deletion, but which are not yet permanently erased. This lifts the burden from the user of having to be highly careful while selecting files for deletion, since a trash bin provides a grace period to reverse unwanted deletions. The concept and name is part of Mac operating systems; a similar implementation is called the Recycle Bin in Microsoft Windows, and other operating systems use other names, sometimes ending with "-bin".

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 a consistent desktop experience, such as applications remembering toolbar positions and preferences, or the desktop appearance staying the same, while keeping all related files stored locally, to not continuously depend on a fast and reliable network connection to a file server.

<span class="mw-page-title-main">Windows Search</span> Desktop search platform by Microsoft

Windows Search is a content index and desktop search platform by Microsoft introduced in Windows Vista as a replacement for the previous Indexing Service of Windows 2000, Windows XP, and Windows Server 2003, designed to facilitate local and remote queries for files and non-file items in the Windows Shell and in compatible applications. It was developed after the postponement of WinFS and introduced to Windows several benefits of that platform.

References