Hi
I try to disable UAC in Windows 7 via Command Prompt but I got ERROR: Access is denied.
Anyone know how I solved it?maybe my commands is wrong!!!
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
ERROR: Access is denied.