N Nick Rivers Feb 12, 2007 #1 Hi! I need to know programmatically exactly if UAC is enabled or disabled. Thanks -Nick
G Guest Feb 12, 2007 #2 I am unable to find an API to do this. However, checking the value of this key works: Hive: HKLM Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Value: EnableLUA Type: REG_DWORD Data: 1 (Default, enabled) 0 (Disabled)
I am unable to find an API to do this. However, checking the value of this key works: Hive: HKLM Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Value: EnableLUA Type: REG_DWORD Data: 1 (Default, enabled) 0 (Disabled)