I have a shortcut to a Cmd prompt configured like this:
Target: %comspec% /k "SET "TMP=F:\workspace" & "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat""
Start in: -Some path here-
This works fine. The command prompt opens in the specified path. But when i open the link with "Run as administrator" or i configure the shortcut with Advanced/Run as administrator, the command prompt will always open in C:\Windows\system32 instead of the specified Start-in-path. Why is this and how can i fix it so that the command prompt will open in a specified path?