Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.12 KB

HelpersGetUACEnabled.md

File metadata and controls

44 lines (23 loc) · 1.12 KB

Get-UACEnabled

Determines if UAC (User Account Control) is turned on or off.

Syntax

Get-UACEnabled

Description

This is a low level function used by Chocolatey to decide whether prompting for elevated privileges is necessary or not.

Notes

This checks the EnableLUA registry value to be determine the state of a system.

Aliases

None

Inputs

None

Outputs

None

Parameters

[[Function Reference|HelpersReference]]

NOTE: This documentation has been automatically generated from Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-UACEnabled -Full.

View the source for Get-UACEnabled