Here is the command to disable UAC (User Access Control) via Powershell. A reboot is required
before the change will apply.
New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force