Jump to content

Folder redirection: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Updating links from HTTP→HTTPS for Microsoft TechNet
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.5.4)
Line 14: Line 14:
Up to [[Windows XP]], the ''Application Data'', ''Desktop'', ''My Documents'', ''My Pictures'', and ''Start Menu'' [[special folders]] can be redirected to a file server. Windows XP also implements a Recycle Bin for the My Documents folder.
Up to [[Windows XP]], the ''Application Data'', ''Desktop'', ''My Documents'', ''My Pictures'', and ''Start Menu'' [[special folders]] can be redirected to a file server. Windows XP also implements a Recycle Bin for the My Documents folder.


Windows Vista introduces the ability to independently redirect up to 10 user profile sub-folders to a network location.<ref>[http://technet2.microsoft.com/WindowsVista/en/library/fb3681b2-da39-4944-93ad-dd3b6e8ca4dc1033.mspx?mfr=true Managing Roaming User Data Deployment Guide]</ref> There is also a [[Microsoft Management Console|Management Console]] snap-in in Windows Vista to allow users to configure ''Folder Redirection'' for clients running Windows Vista, Windows XP, and [[Windows 2000]]. Each redirected folder in Vista and later also has a Recycle Bin associated with it.
Windows Vista introduces the ability to independently redirect up to 10 user profile sub-folders to a network location.<ref>[http://technet2.microsoft.com/WindowsVista/en/library/fb3681b2-da39-4944-93ad-dd3b6e8ca4dc1033.mspx?mfr=true Managing Roaming User Data Deployment Guide]</ref> There is also a [[Microsoft Management Console|Management Console]] snap-in in Windows Vista to allow users to configure ''Folder Redirection'' for clients running Windows Vista, Windows XP, and [[Windows 2000]]. Each redirected folder in Vista and later also has a Recycle Bin associated with it.


Under [[Windows 7]] and later, the following user folders may be redirected: AppData/Roaming, Contacts, Desktop, Downloads, Favorites, Links, Music, Documents, Pictures, Saved Games, Searches, Start Menu, and Videos.<ref>[https://technet.microsoft.com/en-us/library/cc732275.aspx Microsoft TechNet: Folder Redirection Overview]</ref>
Under [[Windows 7]] and later, the following user folders may be redirected: AppData/Roaming, Contacts, Desktop, Downloads, Favorites, Links, Music, Documents, Pictures, Saved Games, Searches, Start Menu, and Videos.<ref>[https://technet.microsoft.com/en-us/library/cc732275.aspx Microsoft TechNet: Folder Redirection Overview]</ref>

Revision as of 03:48, 3 October 2017

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.[1]

It is often used in an office network environment, to ensure that users do not store data locally, when a network device is the preferred storage location. Folder Redirection allows saving data regardless of storage location and separates user data from profile data decreasing the time required to log on.

Other advantages include:[2]

  • Data is stored on a server where it can be backed up
  • If the same redirection is applied to multiple users, all data is stored in the one location
  • Allows for sharing of data between users directly from the server rather than creating shares on individual workstations
  • Allows system administrators to spend less on workstation hard drives, and more on file server hard drives
  • If all user folders are redirected and caching is disabled, no files are stored on the workstations and thus data is better protected from theft

Under Microsoft Windows, the redirection is often performed by Group Policy,[3] when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations,[4] or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders. The %username% and %userprofile% environment variables can also be used with Folder Redirection.

Up to Windows XP, the Application Data, Desktop, My Documents, My Pictures, and Start Menu special folders can be redirected to a file server. Windows XP also implements a Recycle Bin for the My Documents folder.

Windows Vista introduces the ability to independently redirect up to 10 user profile sub-folders to a network location.[5] There is also a Management Console snap-in in Windows Vista to allow users to configure Folder Redirection for clients running Windows Vista, Windows XP, and Windows 2000. Each redirected folder in Vista and later also has a Recycle Bin associated with it.

Under Windows 7 and later, the following user folders may be redirected: AppData/Roaming, Contacts, Desktop, Downloads, Favorites, Links, Music, Documents, Pictures, Saved Games, Searches, Start Menu, and Videos.[6]

The equivalent functionality is achieved in Unix-like systems by using mount or ln and a NFS or CIF.

See also

References