Knowledge Base
All Articles / Backup /
Programs may be unable to access some network locations after you turn on User Account Control
After you turn on User Account Control in Windows, programs may be unable to access some network locations. This problem may also occur when you use the command prompt to access a network location.
This problem occurs because User Account Control treats members of the Administrators group as standard users.
When a member of the Administrators group logs on to Windows and the User Account Control is enabled, the user runs as a standard user. Standard users are members of the Users group. If you are a member of the Administrators group and if you want to perform a task that requires a full administrator access token, User Account Control prompts you for approval.
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). This filtered access token is used to start the user’s desktop. Applications can use the full administrator access token if the administrator user clicks Allow in a User Account Control dialog box.
If a user is logged on to Windows, and if User Account Control is enabled, a program that uses the user’s filtered access token and a program that uses the user’s full administrator access token can run at the same time. Because LSA created the access tokens during two separate logon sessions, the access tokens contain separate logon IDs.
When network shares are mapped, they are linked to the current logon session for the current process access token. This means that, if a user uses the command prompt (Cmd.exe) together with the filtered access token to map a network share, the network share is not mapped for processes that run with the full administrator access token.
To work around this issue, use the full UNC path to access the network location. For example:
\\COMPUTERNAME\SHARENAME\PATH