Hi
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?
Hi
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?
Take a look at: http://stackoverflow.com/questions/196949/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...