Unable to launch Visual Studio 2015 as a different user

我的未来我决定 提交于 2019-12-01 03:29:09

Try to run Visual Studio using this command instead:

runas /netonly /user:<account> devenv.exe

This should be enough to have Visual Studio under a context of another Windows user so it can connect to remote TFS with different credentials.

I'm running the SQL Server Management Studio as different user this way so I can manage remote SQL servers from different Windows domains.

PS: I tried to run Visual Studio 2015 Update 3 on Windows 10 version 1607 as different Windows account (standard user account without admin rights) and I got the same warning about the admin rights.

I have a tried solution which works for me which is I just make the run-as user account to the local administrators group of the computer you are running it from.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!