From b0b2a1ca4e166683fb426adde34975dcab98667e Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sat, 21 May 2022 12:44:03 +0300 Subject: [PATCH] 12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b82f8..7cc902d 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Local: reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableBehaviorMonitoring /t REG_DWORD /d 1 /f echo "File Access Protection OFF" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableOnAccessProtection /t REG_DWORD /d 1 /f - echo ScanProcess OFF + echo "ScanProcess OFF" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable /t REG_DWORD /d 1 /f echo "Scan Download Files OFF" reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableIOAVProtection /t REG_DWORD /d 1 /f