My Documents

Last updated

My Documents is the commonly recognized name of a special folder in Microsoft Windows (even though starting with Windows Vista, it is called Documents only, and the actual name of the folder might be different when the language of the installed copy of Windows is not English.) 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.

Contents

Until Windows XP, it contained other subfolders such as "My Pictures", "My Music" and "My Videos". Starting with Windows Vista, these subfolders were moved out of My Documents and were made its siblings.

Overview

Microsoft first introduced the "My Documents" folder in Windows 95 OEM Service Release 2, as a standard location for storing user-created files. The folder, located under the root directory of the boot volume. A shortcut to it is displayed directly on the user's desktop.

The Windows NT family of operating systems set up the "My Documents" folder in the user's profile folder. In Windows XP and earlier, the path is \Documents and Settings\[user name]\My Documents\ (alias %USERPROFILE%\My Documents\) on boot volume. A user can later change the physical location of "My Documents". [1] However, "My Documents" in Windows Explorer (and file dialog boxes) doesn't appear as an absolute path. In addition to translation, the display name of the folder might change depending on owner of the folder. For example, if a user who has logged on to Windows XP and later with user account A look at the personal folders of user account B via Windows Explorer, instead of "My Documents", he sees "B's Documents". This customization is achieved using desktop.ini file. [2] [3]

Windows Vista makes a lot of changes to this folder. Dropping "My" in its name, it is stored in \Users\[user name]\Documents regardless of the Windows language. Windows Explorer, however, shows a different display name for it, depending on the chosen language. For instance, an English copy of Windows shows "My Documents", a French copy shows "Mes documents" and a German copy shows "Eigene Dokumente" (changed from "Eigene Dateien" in Windows XP). Additionally, "My Pictures", "My Music" and "My Videos" are not longer stored in it; they are now called "Pictures", "Music" and "Video" and are now its siblings. [4] [5] [6] [7] [8] [9]

Perversion of purpose

This folder is supposed to be a personal area where users store their personal non-shared documents. Users are supposed to be sole authority of what is stored in this folder. Creating, renaming, moving, or deleting the contents of this folder is not supposed to impact the proper execution of installed software. 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. For example:

Users cannot delete, move or organize these files without causing unwanted behavior in their software. Their option is to either live with this chaos, or simply store their files elsewhere.

Other "My" folders

Windows 98 introduced two additional folders with a "My" prefix: "My Music" and "My Pictures". They are not present in Windows Server 2003 by default, unless enabled using the Start menu customization. Installing Windows Media Player 10 or 11 on Windows XP adds a "My Videos" folder which Windows Media Player uses to store video files that are shown in its media library. In Windows Vista, "My" prefix is removed and these three folders are expelled out of what is now called "Documents". In addition, other user folders are added: "Contacts", "Downloads", "Favorites", "Links", "Saved Games" and "Searches". [10] [11] Windows 10 adds "OneDrive".

Group Policy

On Windows machines which operate as part of a Windows Server domain, administrators can configure the location of "My Documents" (and other Special Folders) through Group Policy. Corporate desktop deployments commonly redirect "My Documents" to a folder on a file server. [10]

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. It is also the component of the operating system that presents many user interface items on the screen such as the taskbar and desktop. Controlling the computer is possible without File Explorer 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.

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

<span class="mw-page-title-main">System Restore</span> System recovery feature in Microsoft Windows

System Restore is a feature in Microsoft Windows that allows the user to revert their computer's state to that of a previous point in time, which can be used to recover from system malfunctions or other problems. First included in Windows Me, it has been included in all following desktop versions of Windows released since, excluding Windows Server. In Windows 10, System Restore is turned off by default and must be enabled by users in order to function. This does not affect personal files such as documents, music, pictures, and videos.

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.

In computing, a virtual folder generally denotes an organizing principle for files that is not dependent on location in a hierarchical directory tree. Instead, it consists of software that coalesces results from a data store, which may be a database or a custom index, and presents them visually in the format in which folder views are presented. A virtual folder can be thought of as a view that lists all files tagged with a certain tag, and thus a simulation of a folder whose dynamic contents can be assembled on the fly, when requested. It is related in concept to several other topics in computer science, with names including saved search, saved query, and filtering.

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.

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.

The booting process of Windows NT is the process run to start Windows NT. The process has been changed between releases, with the biggest changes being made with Windows Vista. In versions before Vista, the booting process begins when the BIOS loads the Windows NT bootloader, NTLDR. Starting with Vista, the booting process begins with either the BIOS or UEFI load the Windows Boot Manager, which replaces NTLDR as the bootloader. Next, the bootloader starts the kernel, which starts the session manager, which begins the login process. Once the user is logged in, File Explorer, the graphical user interface used by Windows NT, is started.

Compared with previous versions of Microsoft Windows, features new to Windows Vista are very 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.

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.

<span class="mw-page-title-main">User Account Control</span> Security software

User Account Control (UAC) is a mandatory access control enforcement feature 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, Windows 8.1, Windows Server 2012 R2, Windows 10, and Windows 11. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorises an increase or elevation. In this way, only applications trusted by the user may receive administrative privileges and malware are 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 authorises it.

The NTFS file system defines various ways to redirect files and folders, e.g., to make a file point to another file or its contents without making a copy of it. The object being pointed to is called the target. Such file is called a hard or symbolic link depending on a way it's stored on the filesystem.

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.

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.

Remote Desktop Services (RDS), known as Terminal Services in Windows Server 2008 and earlier, is one of the components of Microsoft Windows that allow a user to initiate and control an interactive session on a remote computer or virtual machine over a network connection. RDS was first released in 1998 as Terminal Server in Windows NT 4.0 Terminal Server Edition, a stand-alone edition of Windows NT 4.0 Server that allowed users to log in remotely. Starting with Windows 2000, it was integrated under the name of Terminal Services as an optional component in the server editions of the Windows NT family of operating systems, receiving updates and improvements with each version of Windows. Terminal Services were then renamed to Remote Desktop Services with Windows Server 2008 R2 in 2009.

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

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

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

References

  1. "Configuration of the My Documents Folder". Support (3.4 ed.). Microsoft. 22 February 2007.
  2. "The Desktop.ini file does not work correctly when you create a custom default profile". Support (1.5 ed.). Microsoft. 1 December 2007.
  3. Grainger, Brian (2 April 2006). "Unintended consequences (1) or just what are those desktop.ini files?". Independent Computer Products User Group.
  4. "What happened to My Documents?". windows.microsoft.com. Microsoft . Retrieved 13 November 2014.
  5. "Qu'est devenu Mes documents ?". windows.microsoft.com (in French). Microsoft . Retrieved 13 November 2014.
  6. "Was ist mit "Eigene Dateien" passiert?". windows.microsoft.com (in German). Microsoft . Retrieved 13 November 2014.
  7. "Folders: frequently asked questions". windows.microsoft.com. Microsoft . Retrieved 13 November 2014. For example, if you save your text files to the Documents library, they will be stored in the My Documents folder, not the library.
  8. "Dossiers : Forum Aux Questions". windows.microsoft.com (in French). Microsoft . Retrieved 13 November 2014. Par exemple, si vous enregistrez vos fichiers texte dans la bibliothèque Documents, ils seront stockés dans le dossier Mes documents et non pas dans la bibliothèque.
  9. "Ordner: Häufig gestellte Fragen". windows.microsoft.com (in German). Microsoft . Retrieved 13 November 2014. Werden also beispielsweise Textdateien in der Dokumentbibliothek gespeichert, werden die Dateien eigentlich nicht in der Bibliothek, sondern im Ordner Eigene Dokumente gespeichert.
  10. 1 2 "Folder Redirection Overview". TechNet . Microsoft . Retrieved 13 November 2014.
  11. Thurrott, Paul (2008). Windows Vista Secrets: SP1 Edition. John Wiley & Sons. p. 181. ISBN   9780470430132.

Further reading