API Reference
Class
UacPolicyWriter
Writes User Account Control (UAC) policy values to the local computer.
Inheritance
- Object
- UacPolicyWriter
Methods
public static Boolean Set(String computerName, UacPolicyState desired) #Returns:
BooleanApplies UAC policy values by writing to HKLM Policies\System keys.
Parameters
- computerName System.String
- Target host; null uses local computer.
- desired ComputerX.SecurityPolicy.UacPolicyState
- Desired UAC state.
Returns
True when updates succeeded.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object