Click or drag to resize

UserAccountControl.CreateProcessAsAdmin Method

Creates a process under the elevated token, regardless of UAC settings or the manifest associated with that process.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public static Process CreateProcessAsAdmin(
	string fileName,
	string arguments = ""
)
View Source

Parameters

fileName  String
The path to the executable file.
arguments  String  (Optional)
The command-line arguments to pass to the process.

Return Value

Process
A Process object representing the newly created process.
See Also