Controls UAC. A setting of 0 indicates that UAC is disabled.:
Query:
SELECT * FROM registry WHERE path='HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystemEnableLUA' AND data=0;Additional Query Info:
Version: 2.2.1
Platform: windows
Interval: 3600
JSON:
{ "queries": { "UAC_Disabled": { "query" : "SELECT * FROM registry WHERE path='HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystemEnableLUA' AND data=0;", "interval" : "3600", "platform" : "windows", "version": "2.2.1", "description" : "Controls UAC. A setting of 0 indicates that UAC is disabled.", "value" : "" } } }