I can start processes using this command:
Process.Start(<My File Location>, <App Parameters>)
But how do I start these processes as Administrator?
I tried using this:
Process.Start(<My File Location>, "verb -runas")
But it doesn't work.
I can start processes using this command:
Process.Start(<My File Location>, <App Parameters>)
But how do I start these processes as Administrator?
I tried using this:
Process.Start(<My File Location>, "verb -runas")
But it doesn't work.