Skip to content

Commit

Permalink
Update windows_tweaker.reg
Browse files Browse the repository at this point in the history
  • Loading branch information
awesome-windows11 authored Jan 30, 2022
1 parent 989213c commit d9b8d76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion windows_tweaker.reg
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,23 @@ Windows Registry Editor Version 5.00
; ================================================ WINDOWS DEFENDER ================================================
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
"DisableAntiSpyware"=dword:00000001 ; Выключить Защитник Windows
"DisableRealtimeMonitoring"=dword:00000001
"DisableAntiVirus"=dword:00000001
"DisableSpecialRunningModes"=dword:00000001
"DisableRoutinelyTakingAction"=dword:00000001
"ServiceKeepAlive"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
"DisableBehaviorMonitoring"=dword:00000001 ; Если 1, контроль поведения отключен.
"DisableOnAccessProtection"=dword:00000001 ; Если 1, отслеживание действий файлов и программ будет включено.
"DisableScanOnRealtimeEnable"=dword:00000001 ; Если 1, сканирование процессов не будет запускаться при включенной защите в реальном времени.
"DisableIOAVProtection"=dword:00000001 ; Если 1, проверка всех загруженных файлов и вложений будет отключена.
"DisableRealtimeMonitoring"=dword:00000001 ; Если 1, Microsoft Defender не предлагает пользователю предпринять действия по обнаружению вредоносных программ.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen]
"ConfigureAppInstallControlEnabled"=dword:00000000 ; Если 0, Отключить рекомендации приложений | Если 3, разрешать использование приложений ТОЛЬКОЙ из Store
"ConfigureAppInstallControlEnabled"=dword:00000000 ; Если 0, Отключить рекомендации приложений | Если 3, разрешать использование приложений ТОЛЬКО из Store
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Signature Updates]
"ForceUpdateFromMU"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
"DisableBlockAtFirstSeen"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Features]
"TamperProtection"=dword:00000000 ; Отключить защиту от несанкционированного доступа
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender]
Expand Down

1 comment on commit d9b8d76

@vercel
Copy link

@vercel vercel bot commented on d9b8d76 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.