Comments
Item

Make mapped network connections work for privilege escalated processes

Published in Windows Vista Usability Tips by Steve Sinchak with 11,965 views

Ever wonder why you get network authentication errors when you are trying access a mapped network share from a process that was elevated by UAC? Josh over at WindowsConnected has a great article on how you can fix this annoying issue:

On Windows Vista when you map a drive under your admin account you will find that your mapped drive is not available after you switch to your full token via a RunAs or Consent dialog. This is by design because there are actually two tokens in play here. What happens is the LSA recognized that you are admin at logon and creates two logons. The first with a "filtered" token or non-admin which is used to render your desktop and the other containing your full token to be available after consent dialogs. 

Because there are two separate logons there are separate logon ID's.  When network shares are mapped they are linked to the current logon session for the current process token. Meaning you don't have access to the network drive from the alternate logon. This can come into play with logon scripts and a number of other areas where you may require access to a network share from both tokens.

Click here to read the full article

 
Free Computer Magazines and eBooks
 
Comments