en:windows:uac_komplett_deaktivieren

Approved 2024/02/05 16:56 by psycore (version: 2) | Approver: psycore

Disable User Account Control (UAC) completely

ATTENTION: User Account Control is a security feature. Deactivating it should only be done temporarily!
  1. Navigate to the path HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
  2. Set the EnableLUA (DWord) entry to 0
  3. Restart

Save and execute the following file by double-clicking on it. Confirm the query(s) and restart.

EnableLUA.reg
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000
New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\poilicies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force

Changing this entry grants full administrator rights under Windows. This should only be used by experienced users and administrators who know what they are doing. Always remember: the user account control is a PROTECTION DEVICE, which is hereby overridden.

  • en/windows/uac_komplett_deaktivieren.txt
  • Last modified: 2024/02/05 16:56
  • by psycore