Training
Module
Configure and manage shared folders - Training
This module examines various methods of sharing folders, along with the effect this has on file and folder permissions when you create shared folders on an NTFS-formatted partition.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This article fixes an issue in which folder redirection fails to apply when redirected to mapped drive letter instead of UNC path.
Applies to: Windows 7 Service Pack 1
Original KB number: 2859465
Consider the following scenario:
Home drive is configured for the users (for example: H:).
Redirecting the folder to home drive using "Redirect to following location" and specify the drive letter (for example: H:\Documents) instead of using UNC path.
The user is an administrator.
In this scenario, folder redirection fails to apply and the following event is logged:
Log Name: Application
Source: Microsoft-Windows-Folder Redirection
Date: <DateTime>
Event ID: 502
Task Category: None
Level: Error
Keywords:
User: Contoso\raj
Computer:
TestPC.Contoso.com
Description:
Failed to apply policy and redirect folder "Documents" to "H:\Documents".
Redirection options=0x1001.
The following error occurred: "Cannot create folder "H:\Documents"".
Error details: "The system cannot find the path specified.
When an administrator logs on to Windows, the Local Security Authority (LSA) creates two access tokens. If LSA is notified that the user is a member of the Administrators group, LSA creates the second logon that has the administrator rights removed (filtered). Because LSA created the access tokens during two separate logon sessions, the access tokens contain separate logon IDs. The standard user access token is used to map the drive.
When the policy applies, it uses the highest token (admin token) and thus it fails to see the map drive.
It's always recommended to use UNC path, not the drive map letter while redirecting a folder.
To resolve this issue, redirect the folder using UNC path instead of using map drive letter. You may use "Redirect to user's home directory" option if you want to redirect the folder to home drive.
To work around this issue, use one of the following methods:
Use "EnableLinkedConnections" registry. This value enables Windows to share network connections between the filtered access token and the full administrator access token for a member of the Administrators group. After you configure this registry value, LSA checks whether there's another access token that is associated with the current user session if a network resource is mapped to an access token. If LSA determines that there's a linked access token, it adds the network share to the linked location.
To configure the EnableLinkedConnections registry value, follow these steps:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Important
This workaround may make your system unsafe. Microsoft doesn't support this workaround. Use this workaround at your own risk.
Disable UAC. Disabling UAC will stop splitting the token, but it's not recommended to disable UAC.
Training
Module
Configure and manage shared folders - Training
This module examines various methods of sharing folders, along with the effect this has on file and folder permissions when you create shared folders on an NTFS-formatted partition.