One line PS script to disable Windows UAC hassling on a development environment.
No longer need to "Run as administrator" on everything :)
No longer need to "Run as administrator" on everything :)
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
Comments