Question:
Is there a way to get the UAC status(including level) in windows 7 computer using powershell?
Answer:
1 2 |
(Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System).EnableLUA |
will tell u if UAC is enabled or not.