Start non-elevated process from elevated process [duplicate]

安稳与你 提交于 2019-11-27 06:52:30

问题


Possible Duplicate:
How to run NOT elevated in Vista (.NET)
How do you de-elevate privileges for a child process

My program running as an elevated process, and starting new processes with Process.Start().

For security reasons, I would like to run those new processes as non-elevated.

How to do that?


回答1:


Take a look at: How to run NOT elevated in Vista (.NET)

The answer is presented at that URL. Also, you may want to read http://go.microsoft.com/fwlink/?LinkId=81232 for why this is not such a good idea...



来源:https://stackoverflow.com/questions/3927790/start-non-elevated-process-from-elevated-process

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