Get UAC setttings using powershell -
Is UAC position (including level) a way to get into a Windows 7 computer using PowerShell?
(Get-ItemProperty HKLM: \ Software \ Microsoft \ Windows CurrentVersion \ Policies \ System) . EnableLUA
Will not tell when the UAC is enabled or not.
Comments
Post a Comment