Skip to content

Option to disable windows defender #219

@Aadniz

Description

@Aadniz

Windows keeps deleting files I need, and it has become harder and harder to disable windows defender.
I was wondering if you would like to add an option for disabling windows defender?

This can be done by adding some registry keys and modifying gpedit.msc:

Registry

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderDisableAntiSpyware (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderDisableRealtimeMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderDisableRoutinelyTakingAction (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderDisableAntiVirus (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderDisableSpecialRunningModes (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows DefenderServiceKeepAlive (DWORD, value 0)

Create new key Signature Updates
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Signature UpdatesForceUpdateFromMU (DWORD, value 0)

Create new key Real-Time Protection
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time ProtectionDisableRealtimeMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time ProtectionDisableOnAccessProtection (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time ProtectionDisableBehaviorMonitoring (DWORD, value 1)
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time ProtectionDisableScanOnRealtimeEnable (DWORD, value 1)

Create new key Spynet
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\SpynetDisableBlockAtFirstSeen (DWORD, value 1)

gpedit.msc

Computer ConfigurationAdministrative TemplatesWindows ComponentsWindows Defender, and enable Turn off Windows Defender

Reference: https://www.maketecheasier.com/permanently-disable-windows-defender-windows-10/


Maybe some of the challanges for adding this button would be that windows defender itself would start seeing the winutil as a virus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions