Click or drag to resize

ProcessContextIsUacEnabled Property

[AlphaFS] Determines if UAC is enabled by reading the "EnableLUA" registry key of the local Computer.

Namespace:  Alphaleonis.Win32.Security
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool IsUacEnabled { get; }

Return Value

Type: Boolean
if the UAC status was successfully read from registry; otherwise, .
See Also