JCL Help:IsUACEnabled

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Checks if UAC (User Account Control) is enabled or not on Windows Vista or Windows Server 2008 or Windows 7 or Windows Server 2008 R2.


Pascal

 function IsUACEnabled: Boolean;


Return Value

Returns True if UAC is enabled and OS version is Windows Vista or Windows Server 2008 or Windows 7 or Windows Server 2008 R2. Returns False if UAC is disabled or OS version is not Windows Vista nor Windows Server 2008 or Windows 7 or Windows Server 2008 R2.


Description

Checks if UAC (User Account Control) is enabled or not on Windows Vista or Windows Server 2008 or Windows 7 or Windows Server 2008 R2. UAC is enabled by default on Windows versions supporting this technology.


About

Unit

JclSecurity


Donator

Jean-Fabien Connault


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page