diff --git a/Disabler/Disable.reg b/Disabler/Disable.reg index 6db1187..39ad18f 100644 --- a/Disabler/Disable.reg +++ b/Disabler/Disable.reg @@ -54,4 +54,12 @@ Windows Registry Editor Version 5.00 "EnableSvchostMitigationPolicy"=hex(b):00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH] -"Enabled"=dword:00000000 \ No newline at end of file +"Enabled"=dword:00000000 + +; disabling UAC + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"EnableLUA"=dword:00000000 +"ConsentPromptBehaviorAdmin"=dword:00000000 +"FilterAdministratorToken"=dword:00000001 +"LocalAccountTokenFilterPolicy"=dword:00000001 \ No newline at end of file diff --git a/Disabler/Enable.reg b/Disabler/Enable.reg index f9a460c..b41b882 100644 --- a/Disabler/Enable.reg +++ b/Disabler/Enable.reg @@ -149,4 +149,12 @@ Windows Registry Editor Version 5.00 ; mitigations [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH] -"Enabled"=dword:00000001 \ No newline at end of file +"Enabled"=dword:00000001 + +; Enabling UAC + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"EnableLUA"=dword:00000001 +"ConsentPromptBehaviorAdmin"=dword:00000004 +"FilterAdministratorToken"=- +"LocalAccountTokenFilterPolicy"=- \ No newline at end of file diff --git a/DisablerS/Disable.reg b/DisablerS/Disable.reg index bbf4a8f..e1b24c6 100644 --- a/DisablerS/Disable.reg +++ b/DisablerS/Disable.reg @@ -58,4 +58,12 @@ Windows Registry Editor Version 5.00 "EnableSvchostMitigationPolicy"=hex(b):00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH] -"Enabled"=dword:00000000 \ No newline at end of file +"Enabled"=dword:00000000 + +; disable UAC + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"EnableLUA"=dword:00000000 +"ConsentPromptBehaviorAdmin"=dword:00000000 +"FilterAdministratorToken"=dword:00000001 +"LocalAccountTokenFilterPolicy"=dword:00000001 \ No newline at end of file diff --git a/DisablerS/Enable.reg b/DisablerS/Enable.reg index 0f682da..fc5387c 100644 --- a/DisablerS/Enable.reg +++ b/DisablerS/Enable.reg @@ -206,4 +206,12 @@ Windows Registry Editor Version 5.00 ;mitigations [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH] -"Enabled"=dword:00000001 \ No newline at end of file +"Enabled"=dword:00000001 + +; enable UAC + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] +"EnableLUA"=dword:00000001 +"ConsentPromptBehaviorAdmin"=dword:00000004 +"FilterAdministratorToken"=- +"LocalAccountTokenFilterPolicy"=- \ No newline at end of file diff --git a/Remover/REGS/Disable UAC.reg b/Remover/REGS/Disable UAC.reg index ed99fde..de5ec54 100644 --- a/Remover/REGS/Disable UAC.reg +++ b/Remover/REGS/Disable UAC.reg @@ -5,8 +5,9 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 "ConsentPromptBehaviorAdmin"=dword:00000000 -"ConsentPromptBehaviorUser"=dword:00000003 "FilterAdministratorToken"=dword:00000001 +"LocalAccountTokenFilterPolicy"=dword:00000001 +"ConsentPromptBehaviorUser"=dword:00000003 "EnableUIADesktopToggle"=dword:00000000 "ValidateAdminCodeSignatures"=dword:00000000 "EnableInstallerDetection"=dword:00000000