25 Kasım 2015 Çarşamba

powershell uac disable

o disable UAC, execute this PowerShell script as Administrator (e.g. via powershell from an Admin Command Prompt):
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
After that restart and UAC is disabled.