Click or drag to resize

UserAccountControlCreateProcessAsAdmin 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.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
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