VB.net 并在管理员模式和兼容模式下运行外部 .exe 程序 (windows xp sp2)
嘿,我正在尝试找到一些代码,使我能够以管理员权限运行程序,并且还可以运行 Windows XP SP2 兼容模式。但我还没有找到任何代码来使用 VB.net 执行此操作
任何帮助/链接都会很棒!谢谢!
大卫
Hey all i am trying to find some code that would allow me to run a program with administrator rights and also windows xp sp2 compatibility mode. But i have not yet found any code to do that using VB.net
Any help/links would be great! Thanks!
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不必传递命令行参数,您可以创建 exe 的快捷方式,并将其设置为兼容模式和管理模式。然后只需执行 ShellExecute 快捷方式即可。
If you don't have to pass command line params, you can create a shortcut to the exe, and set it to compatibility mode and admin there. Then just ShellExecute the shortcut.