Skip to content

Commit 9c987c3

Browse files
author
Ionut Bara
committed
12.8.2 update source
1 parent ce4de95 commit 9c987c3

32 files changed

+1690
-0
lines changed

@Management/RegistryUnifier.ps1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Define the folder containing the .reg files and the output file
2+
$sourceFolder = "../Remove_defender_moduled" # Modify this with your source folder path
3+
$outputFile = "../Output.reg" # Specify the output file path
4+
5+
$combinedContent = @()
6+
$combinedContent += "Windows Registry Editor Version 5.00"
7+
$regFiles = Get-ChildItem -Path $sourceFolder -Recurse -Filter "*.reg"
8+
9+
foreach ($file in $regFiles) {
10+
$content = Get-Content -Path $file.FullName
11+
$combinedContent += "; File: $($file.FullName)"
12+
$combinedContent += $content[1..($content.Length - 1)]
13+
}
14+
$combinedContent | Set-Content -Path $outputFile -Encoding UTF8
15+
16+
Write-Host "Combined registry file created at: $outputFile"
Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
Windows Registry Editor Version 5.00
2+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableDevDriveProtection.reg
3+
4+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection]
5+
"DisableAsyncScanOnOpen"=dword:00000001
6+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableLSAProtection.reg
7+
8+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
9+
"RunAsPPL"=dword:00000000
10+
11+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
12+
"restrictanonymous"=dword:00000001
13+
"everyoneincludesanonymous"=dword:00000000
14+
"restrictanonymoussam"=dword:00000001
15+
"SCENoApplyLegacyAuditPolicy"=dword:00000000
16+
"LsaConfigFlags"=dword:00000000
17+
"RunAsPPL"=dword:00000000
18+
"RunAsPPLBoot"=dword:00000000
19+
"LmCompatibilityLevel"=-
20+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableMaintenanceTaskreportinginSecurityHealthUI.reg
21+
22+
; disables reporting of things from Maintenance Task in Windows Security App
23+
24+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Security Health]
25+
26+
[-HKEY_CURRENT_USER\Software\Microsoft\Windows Security Health]
27+
28+
[HKEY_CURRENT_USER\Software\Microsoft\Windows Security Health\State]
29+
"Disabled"=dword:00000001
30+
31+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Security Health\Platform]
32+
"Registered"=dword:00000000
33+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableMicrosoftVulnerabileDriverBlocklist.reg
34+
35+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Config]
36+
"VulnerableDriverBlocklistEnable"=dword:00000000
37+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSmartScreen.reg
38+
39+
; Disable SmartScreen for Microsoft Edge
40+
41+
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter]
42+
"EnabledV9"=dword:00000000
43+
"PreventOverride"=dword:00000000
44+
45+
[HKEY_CURRENT_USER\Software\Microsoft\Edge]
46+
"SmartScreenEnabled"=dword:00000000
47+
48+
[HKEY_CURRENT_USER\Software\Microsoft\Edge\SmartScreenEnabled]
49+
@=dword:00000000
50+
51+
; Disable SmartScreen in File Explorer and Windows Shell
52+
53+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
54+
"SmartScreenEnabled"="off"
55+
56+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
57+
"EnableSmartScreen"=dword:00000000
58+
"ShellSmartScreenLevel"=-
59+
60+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Browser\AllowSmartScreen]
61+
"value"=dword:00000000
62+
63+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\EnableSmartScreenInShell]
64+
"value"=dword:00000000
65+
66+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\EnableAppInstallControl]
67+
"value"=dword:00000000
68+
69+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\SmartScreen\PreventOverrideForFilesInShell]
70+
"value"=dword:00000000
71+
72+
; Disable SmartScreen for Microsoft Store Apps
73+
74+
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AppHost]
75+
"EnableWebContentEvaluation"=dword:00000000
76+
"PreventOverride"=dword:00000000
77+
78+
; Configure App Install Control
79+
80+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen]
81+
"ConfigureAppInstallControlEnabled"=dword:00000001
82+
"ConfigureAppInstallControl"="Anywhere"
83+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSpyNetTelemetry.reg
84+
85+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
86+
"DisableBlockAtFirstSeen"=dword:00000001
87+
"LocalSettingOverrideSpynetReporting"=dword:00000000
88+
"SpynetReporting"=dword:00000000
89+
"SubmitSamplesConsent"=dword:00000002
90+
91+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Microsoft Antimalware\SpyNet]
92+
"SpyNetReporting"=dword:00000000
93+
"LocalSettingOverrideSpyNetReporting"=dword:00000000
94+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableSystemMitigations.reg
95+
96+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsMitigation]
97+
"UserPreference"=dword:00000002
98+
99+
; In-kernel Mitigations
100+
101+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
102+
"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
103+
"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
104+
"KernelSEHOPEnabled"=dword:00000000
105+
106+
; Disable Spectre & Meltdown Mitigations
107+
108+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
109+
"FeatureSettings"=dword:00000001
110+
"FeatureSettingsOverride"=dword:00000003
111+
"FeatureSettingsOverrideMask"=dword:00000003
112+
113+
; Services Mitigations
114+
115+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SCMConfig]
116+
"EnableSvchostMitigationPolicy"=hex(b):00,00,00,00,00,00,00,00
117+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableTamperProtection.reg
118+
119+
; Remove Defender's Tamper Protection
120+
121+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
122+
"MpPlatformKillbitsFromEngine"=hex:00,00,00,00,00,00,00,00
123+
"TamperProtectionSource"=dword:00000000
124+
"MpCapability"=hex:00,00,00,00,00,00,00,00
125+
"TamperProtection"=dword:00000000
126+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableUAC.reg
127+
128+
; Disable UAC
129+
130+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
131+
"EnableLUA"=dword:00000000
132+
"ConsentPromptBehaviorAdmin"=dword:00000000
133+
"ConsentPromptBehaviorUser"=dword:00000000
134+
"FilterAdministratorToken"=dword:00000001
135+
"LocalAccountTokenFilterPolicy"=dword:00000001
136+
"EnableUIADesktopToggle"=dword:00000000
137+
"ValidateAdminCodeSignatures"=dword:00000001
138+
"EnableSecureUIAPaths"=dword:00000000
139+
"DelayedDesktopSwitchTimemout"=dword:00000000
140+
"PromptOnSecureDesktop"=dword:00000000
141+
142+
; Fix mouse cursor dissapeiring
143+
144+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
145+
"EnableCursorSuppression"=dword:00000000
146+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\DisableVBS.reg
147+
148+
; Reset values for Virtualization Settings
149+
150+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
151+
152+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\DeviceGuard]
153+
154+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\VirtualizationBasedTechnology]
155+
156+
; Disable Virtualization Based Security
157+
158+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
159+
"EnableVirtualizationBasedSecurity"=dword:00000000
160+
"HypervisorEnforcedCodeIntegrity"=dword:00000000
161+
"HVCIMATRequired"=dword:00000000
162+
"LsaCfgFlags"=dword:00000000
163+
"ConfigureSystemGuardLaunch"=dword:00000002
164+
"RequirePlatformSecurityFeature"=dword:00000000
165+
"CachedDrtmAuthIndex"=dword:00000000
166+
"RequireMicrosoftSignedBootChain"=dword:00000001
167+
"Locked"=dword:00000000
168+
"RequirePlatformSecurityFeatures"=dword:00000000
169+
170+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity]
171+
"Enabled"=dword:00000000
172+
"Locked"=dword:00000000
173+
"WasEnabledBy"=-
174+
175+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\VirtualizationBasedTechnology\HypervisorEnforcedCodeIntegrity]
176+
"value"=dword:00000000
177+
178+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\DeviceGuard\EnableVirtualizationBasedSecurity]
179+
"value"=dword:00000000
180+
181+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\DeviceGuard\ConfigureSystemGuardLaunch]
182+
"value"=dword:00000000
183+
184+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\DeviceGuard\LsaCfgFlags]
185+
"value"=dword:00000000
186+
187+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\DeviceGuard\RequirePlatformSecurityFeatures]
188+
"value"=dword:00000000
189+
190+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\VirtualizationBasedTechnology\RequireUEFIMemoryAttributesTable]
191+
"value"=dword:00000000
192+
193+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard]
194+
"DeployConfigCIPolicy"=dword:00000000
195+
196+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\CredentialGuard]
197+
"Enabled"=dword:00000000
198+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\ExploitGuard_d.reg
199+
200+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Controlled Folder Access]
201+
"EnableControlledFolderAccess"=dword:00000000
202+
203+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection]
204+
"EnableNetworkProtection"=-
205+
206+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR]
207+
"ExploitGuard_ASR_Rules"=dword:00000000
208+
209+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection]
210+
"EnableNetworkProtection"=-
211+
212+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MpGears]
213+
"HeartbeatTrackingIndex"=dword:00000000
214+
"SpyNetReportingLocation"="0"
215+
216+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Windows Defender Exploit Guard\ASR]
217+
"EnableASRConsumers"=dword:00000000
218+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\MitigationofFaultTorelantHeap.reg
219+
220+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FTH]
221+
"Enabled"=dword:00000000
222+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemovalofAnti-PhishingServices.reg
223+
224+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\Server\WebThreatDefSvc]
225+
226+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefsvc]
227+
228+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefusersvc]
229+
230+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\WebThreatDefense]
231+
232+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost]
233+
"WebThreatDefense"=-
234+
235+
; From Disabler
236+
237+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense]
238+
239+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\AuditMode]
240+
"value"=dword:00000000
241+
242+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\NotifyUnsafeOrReusedPassword]
243+
"value"=dword:00000000
244+
245+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\ServiceEnabled]
246+
"value"=dword:00000000
247+
248+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WTDS]
249+
250+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WTDS\Components]
251+
"NotifyPasswordReuse"=dword:00000000
252+
253+
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WTDS\Components]
254+
"NotifyMalicious"=dword:00000000
255+
256+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\AuditMode]
257+
"value"=dword:00000000
258+
259+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\NotifyUnsafeOrReusedPassword]
260+
"value"=dword:00000000
261+
262+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\WebThreatDefense\ServiceEnabled]
263+
"value"=dword:00000000
264+
265+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefsvc]
266+
267+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\webthreatdefusersvc]
268+
269+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\WebThreatDefense]
270+
271+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost]
272+
"WebThreatDefense"=-
273+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\Remove and Disable Microsoft Pluton.reg
274+
275+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlutonHsp2]
276+
277+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlutonHeci]
278+
279+
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Hsp]
280+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemoveSecurityandMaintenance.reg
281+
282+
[-HKEY_CLASSES_ROOT\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
283+
284+
[-HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
285+
286+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
287+
288+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
289+
290+
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
291+
292+
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
293+
294+
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}]
295+
; File: E:\Projects\Development\GitHub Repos\Listed Repos\windows-defender-remover\Remove_SecurityComp_moduled\RemoveWindowsDefenderFirewallRules.reg
296+
297+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Static\System]
298+
"WebThreatDefSvc_Allow_In"=-
299+
"WebThreatDefSvc_Allow_Out"=-
300+
"WebThreatDefSvc_Block_In"=-
301+
"WebThreatDefSvc_Block_Out"=-
302+
303+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\RestrictedServices\Configurable\System]
304+
"{2A5FE97D-01A4-4A9C-8241-BB3755B65EE0}"=-
305+
"72e33e44-dc4c-40c5-a688-a77b6e988c69"=-
306+
"b23879b5-1ef3-45b7-8933-554a4303d2f3"=-
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
"restrictanonymous"=dword:00000001
8+
"everyoneincludesanonymous"=dword:00000000
9+
"restrictanonymoussam"=dword:00000001
10+
"SCENoApplyLegacyAuditPolicy"=dword:00000000
11+
"LsaConfigFlags"=dword:00000000
12+
"RunAsPPL"=dword:00000000
13+
"RunAsPPLBoot"=dword:00000000
14+
"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

0 commit comments

Comments
 (0)