I guessed this was caused because of VS2010
%VSINSTALLDIR%\Common7\IDE\devenv.exeis treated to be executed as administrator also the VSLauncer.exe located in
%CommonProgramFiles%\microsoft shared\MSEnv\VSLauncher.exeYesterday I spent now 2 min with google and found a solution.
The problem is caused by using different access tokens for user currently logged in and program that runs with admin privileges. Further information can be found here.
This problem can be solved by enable sharing of access tokens between current (filtered) and admin access. This can be done by creating registry key
EnableLinkedConnectionslocated under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Systemand setting it’s DWORD value to ‘1’. Detailed information can be found here.
Have fun.
No comments:
Post a Comment