Skip to content

Commit e7bb4be

Browse files
author
Ionut
committed
also another update to 12.8.4
1 parent 6614475 commit e7bb4be

17 files changed

+1099
-0
lines changed

defender_remover13.ps1

Lines changed: 798 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection]
4+
"DisableAsyncScanOnOpen"=dword:00000001
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
4+
"RunAsPPL"=dword:00000000
5+
6+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
7+
"LsaConfigFlags"=dword:00000000
8+
"RunAsPPL"=dword:00000000
9+
"RunAsPPLBoot"=dword:00000000
10+
"LmCompatibilityLevel"=-
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Windows Registry Editor Version 5.00
2+
3+
; disables reporting of things from Maintenance Task in Windows Security App
4+
5+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Security Health]
6+
7+
[-HKEY_CURRENT_USER\Software\Microsoft\Windows Security Health]
8+
9+
[HKEY_CURRENT_USER\Software\Microsoft\Windows Security Health\State]
10+
"Disabled"=dword:00000001
11+
12+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Security Health\Platform]
13+
"Registered"=dword:00000000
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config]
4+
"VulnerableDriverBlocklistEnable"=dword:00000000
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Windows Registry Editor Version 5.00
2+
3+
; Disable SmartScreen for Microsoft Edge
4+
5+
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter]
6+
"EnabledV9"=dword:00000000
7+
"PreventOverride"=dword:00000000
8+
9+
[HKEY_CURRENT_USER\Software\Microsoft\Edge]
10+
"SmartScreenEnabled"=dword:00000000
11+
12+
[HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled]
13+
@=dword:00000000
14+
15+
; Disable SmartScreen in File Explorer and Windows Shell
16+
17+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
18+
"SmartScreenEnabled"="off"
19+
20+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
21+
"EnableSmartScreen"=dword:00000000
22+
"ShellSmartScreenLevel"=-
23+
24+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Browser\AllowSmartScreen]
25+
"value"=dword:00000000
26+
27+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\EnableSmartScreenInShell]
28+
"value"=dword:00000000
29+
30+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\EnableAppInstallControl]
31+
"value"=dword:00000000
32+
33+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\PreventOverrideForFilesInShell]
34+
"value"=dword:00000000
35+
36+
; Disable SmartScreen for Microsoft Store Apps
37+
38+
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AppHost]
39+
"EnableWebContentEvaluation"=dword:00000000
40+
"PreventOverride"=dword:00000000
41+
42+
; Configure App Install Control
43+
44+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen]
45+
"ConfigureAppInstallControlEnabled"=dword:00000001
46+
"ConfigureAppInstallControl"="Anywhere"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
4+
"DisableBlockAtFirstSeen"=dword:00000001
5+
"LocalSettingOverrideSpynetReporting"=dword:00000000
6+
"SpynetReporting"=dword:00000000
7+
"SubmitSamplesConsent"=dword:00000002
8+
9+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\SpyNet]
10+
"SpyNetReporting"=dword:00000000
11+
"LocalSettingOverrideSpyNetReporting"=dword:00000000
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsMitigation]
4+
"UserPreference"=dword:00000002
5+
6+
; In-kernel Mitigations
7+
8+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
9+
"MitigationAuditOptions"=hex:00,00,00,00,00,00,20,22,00,00,00,00,00,00,00,20,00,00,00,00,00,00,00,00
10+
"MitigationOptions"=hex:00,22,22,20,22,20,22,22,20,00,00,00,00,20,00,20,00,00,00,00,00,00,00,00
11+
"KernelSEHOPEnabled"=dword:00000000
12+
13+
; Disable Spectre & Meltdown Mitigations
14+
15+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
16+
"FeatureSettings"=dword:00000001
17+
"FeatureSettingsOverride"=dword:00000003
18+
"FeatureSettingsOverrideMask"=dword:00000003
19+
20+
; Services Mitigations
21+
22+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SCMConfig]
23+
"EnableSvchostMitigationPolicy"=hex(b):00,00,00,00,00,00,00,00
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Windows Registry Editor Version 5.00
2+
3+
; Remove Defender's Tamper Protection
4+
5+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
6+
"MpPlatformKillbitsFromEngine"=hex:00,00,00,00,00,00,00,00
7+
"TamperProtectionSource"=dword:00000000
8+
"MpCapability"=hex:00,00,00,00,00,00,00,00
9+
"TamperProtection"=dword:00000000
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Windows Registry Editor Version 5.00
2+
3+
; Disable UAC
4+
5+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
6+
"EnableLUA"=dword:00000000
7+
"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
15+
"PromptOnSecureDesktop"=dword:00000000
16+
17+
; Fix mouse cursor dissapeiring
18+
19+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
20+
"EnableCursorSuppression"=dword:00000000

0 commit comments

Comments
 (0)