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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -