Try Process.StartInfo.Verb="runas". This is a directive to elevate UAC privilegies, ie to allow a UAC limited admin account full rights. This verb also requires UseShellExecute=True.
H
helfetho
@helfetho
Posts
-
Start another process as admin -
Start another process as adminAgreeing with Dave, it's a security risk. But have a look at the Process.StartInfo Class. There you can use username and Password to run a new process.