创建一个没有提升的进程
我想在我的应用程序中创建一个子进程,该子进程将运行而不继承父进程的 UAC。父进程以管理员身份运行,我希望子进程以简单用户身份运行,无需提升权限。 有谁知道如何做到这一点?
我正在用 c# 编码。
谢谢!
I want to create a child process in my application that will run not inherit the parent's UAC. The parent runs as administrator, and I want the child process to a run as a simple user w/o elevation.
Does anyone know how this can be done?
I'm coding in c#.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单:
Very simple: