Run CMD or PowerShell and execute the following command:
reg export HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System UACSettings.reg
You can find the UAC settings-related registry file:
UACSettings.reg
in the current working directory. For example, if you executed the above command inc:\temp
, the file will be located at:c:\temp\UACSettings.reg
.