是否可以将 VS2010 配置为始终以管理员身份运行?
有谁知道您是否可以默认执行此操作而不必使用上下文菜单?
Does anyone know if you can do this by default rather than having to use context menu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的,右键单击您的 Visual Studio.exe ->属性,转到“兼容性”选项卡,选中“以管理员身份运行此程序”,单击“确定”保存。
详细的此处的分步指南。
Yes, right click on your visual studio.exe -> property, go to 'Compatibility' tab, check "Run this program as administrator", click ok to save.
Detailed step by step guide here.
创建快捷方式,转到其“属性”,单击“兼容性”选项卡,在“权限级别”下,选中“以管理员身份运行此程序”。
现在,每次您双击快捷方式时,它都会以管理员身份运行。
Create a shortcut, go to its' Properties, click Compatibility tab, under Privilege Level, check 'Run this program as an Administrator'.
Now, everytime you double click the shortuct, it'll run as an Admin.
VS本身并没有提供这个选项,但是你可以修改相应的快捷方式来始终以某个用户身份运行程序。
托马斯
VS itself does not provide this option, but you can modify the respective shortcut to always run the program as a certain user.
Thomas
毫无疑问是有的。您还可以通过多种方式在 Linux 下以
root
身份运行所有程序。我实际上仍然不会这样做,因为这是一个坏主意。您安装的第一个狡猾的插件将使您的系统变得僵尸。No doubt there is. There are also ways you can run all your programs as
root
under Linux. I still wouldn't actually do that since it's a bad idea. The first dodgy plug-in you install will zombify your system.