Skip to content

Commit 68a7bd6

Browse files
author
Ionut
committed
possibility to disable UAC and remove some prompts to admin user + change version value
1 parent e7bb4be commit 68a7bd6

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

Remove_SecurityComp/Remove_SecurityComp.reg

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Windows Registry Editor Version 5.00
2-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableDevDriveProtection.reg
32

43
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection]
54
"DisableAsyncScanOnOpen"=dword:00000001
6-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableLSAProtection.reg
75

86
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
97
"RunAsPPL"=dword:00000000
@@ -13,7 +11,6 @@
1311
"RunAsPPL"=dword:00000000
1412
"RunAsPPLBoot"=dword:00000000
1513
"LmCompatibilityLevel"=-
16-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableMaintenanceTaskreportinginSecurityHealthUI.reg
1714

1815
; disables reporting of things from Maintenance Task in Windows Security App
1916

@@ -26,11 +23,9 @@
2623

2724
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Security Health\Platform]
2825
"Registered"=dword:00000000
29-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableMicrosoftVulnerabileDriverBlocklist.reg
3026

3127
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config]
3228
"VulnerableDriverBlocklistEnable"=dword:00000000
33-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSmartScreen.reg
3429

3530
; Disable SmartScreen for Microsoft Edge
3631

@@ -76,7 +71,6 @@
7671
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen]
7772
"ConfigureAppInstallControlEnabled"=dword:00000001
7873
"ConfigureAppInstallControl"="Anywhere"
79-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSpyNetTelemetry.reg
8074

8175
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
8276
"DisableBlockAtFirstSeen"=dword:00000001
@@ -87,7 +81,6 @@
8781
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\SpyNet]
8882
"SpyNetReporting"=dword:00000000
8983
"LocalSettingOverrideSpyNetReporting"=dword:00000000
90-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSystemMitigations.reg
9184

9285
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsMitigation]
9386
"UserPreference"=dword:00000002
@@ -110,7 +103,6 @@
110103

111104
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SCMConfig]
112105
"EnableSvchostMitigationPolicy"=hex(b):00,00,00,00,00,00,00,00
113-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableTamperProtection.reg
114106

115107
; Remove Defender's Tamper Protection
116108

@@ -119,30 +111,16 @@
119111
"TamperProtectionSource"=dword:00000000
120112
"MpCapability"=hex:00,00,00,00,00,00,00,00
121113
"TamperProtection"=dword:00000000
122-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableUAC.reg
123-
124114
; Disable UAC
125115

126116
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
127-
"EnableLUA"=dword:00000000
128117
"ConsentPromptBehaviorAdmin"=dword:00000000
129-
"ConsentPromptBehaviorUser"=dword:00000000
130-
"FilterAdministratorToken"=dword:00000001
131-
"LocalAccountTokenFilterPolicy"=dword:00000001
132-
"EnableUIADesktopToggle"=dword:00000000
133-
"ValidateAdminCodeSignatures"=dword:00000000
134-
"EnableSecureUIAPaths"=dword:00000000
135-
"DelayedDesktopSwitchTimemout"=dword:00000000
136118
"PromptOnSecureDesktop"=dword:00000000
137119

138-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
139-
"TypeOfAdminApprovalMode"=dword:00000001
140-
141120
; Fix mouse cursor dissapeiring
142121

143122
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
144123
"EnableCursorSuppression"=dword:00000000
145-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableVBS.reg
146124

147125
; Reset values for Virtualization Settings
148126

@@ -194,7 +172,6 @@
194172

195173
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard]
196174
"Enabled"=dword:00000000
197-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\ExploitGuard_d.reg
198175

199176
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Controlled Folder Access]
200177
"EnableControlledFolderAccess"=dword:00000000
@@ -214,11 +191,9 @@
214191

215192
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR]
216193
"EnableASRConsumers"=dword:00000000
217-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\MitigationofFaultTorelantHeap.reg
218194

219195
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH]
220196
"Enabled"=dword:00000000
221-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemovalofAnti-PhishingServices.reg
222197

223198
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\Server\WebThreatDefSvc]
224199

@@ -269,14 +244,12 @@
269244

270245
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost]
271246
"WebThreatDefense"=-
272-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\Remove and Disable Microsoft Pluton.reg
273247

274248
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlutonHsp2]
275249

276250
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlutonHeci]
277251

278252
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Hsp]
279-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemoveSecurityandMaintenance.reg
280253

281254
[-HKEY_CLASSES_ROOT\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
282255

@@ -291,7 +264,6 @@
291264
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
292265

293266
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
294-
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemoveWindowsDefenderFirewallRules.reg
295267

296268
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Static\System]
297269
"WebThreatDefSvc_Allow_In"=-

Remove_SecurityComp_moduled/DisableUAC.reg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ Windows Registry Editor Version 5.00
33
; Disable UAC
44

55
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
6-
"EnableLUA"=dword:00000000
76
"ConsentPromptBehaviorAdmin"=dword:00000000
8-
"ConsentPromptBehaviorUser"=dword:00000000
9-
"FilterAdministratorToken"=dword:00000001
10-
"LocalAccountTokenFilterPolicy"=dword:00000001
11-
"EnableUIADesktopToggle"=dword:00000000
12-
"ValidateAdminCodeSignatures"=dword:00000001
13-
"EnableSecureUIAPaths"=dword:00000000
14-
"DelayedDesktopSwitchTimemout"=dword:00000000
157
"PromptOnSecureDesktop"=dword:00000000
168

179
; Fix mouse cursor dissapeiring

Script_Run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@set defenderremoverver=12.8.3
1+
@set defenderremoverver=12.8.4
22
@setlocal DisableDelayedExpansion
33
@echo off
44
pushd "%CD%"

0 commit comments

Comments
 (0)