en:windows:uac_komplett_deaktivieren

Draft Newest approved | Approver: psycore

This is an old revision of the document!


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.1707076256.txt.gz
  • Last modified: 2024/02/04 20:50
  • by 135.181.140.143