Windows 10 SL remove defender

Discussion in 'Windows 10' started by dranzer006, Aug 5, 2020.

  1. dranzer006

    dranzer006 MDL Novice

    Joined:
    Sep 9, 2008
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I have windows 10 32bit single language 2004, I want to completely disable defender along with it's services running in background. i have tried changing registry entry but i kept getting permission error. Is there any tool to fully remove it ?



    Thanks
     
  2. pisthai

    pisthai Imperfect Human

    Joined:
    Jul 29, 2009
    Messages:
    7,060
    Likes Received:
    2,158
    Trophy Points:
    240
  3. kaljukass

    kaljukass MDL Guru

    Joined:
    Nov 26, 2012
    Messages:
    2,436
    Likes Received:
    883
    Trophy Points:
    90
  4. dranzer006

    dranzer006 MDL Novice

    Joined:
    Sep 9, 2008
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
  5. kaljukass

    kaljukass MDL Guru

    Joined:
    Nov 26, 2012
    Messages:
    2,436
    Likes Received:
    883
    Trophy Points:
    90
    #5 kaljukass, Aug 5, 2020
    Last edited: Aug 5, 2020
    Sorry, but you can always add it there. Isn't that so?
    To my knowledge, nothing and no one forbids to do so.
    However, this is not necessary at all, it only makes some procedures easier for you.

    But if you really want to have many additional problems in the future, you can find the tool you asked for here as well. It's there in spoiler.
    Code:
    https://forums.mydigitallife.net/threads/repo-windows-10-telemetry-repository.63874/page-62#post-1611159
    But I suggest you think very seriously before you start doing this nonsense.
     
  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #6 xinso, Aug 5, 2020
    Last edited: Aug 6, 2020
    Try to fully disable:

    1. Create a file named WindowsDefender-Disabled-Online.reg

    2. Edit WindowsDefender-Disabled-Online.reg with Notepade.exe

    3. Copy\paste following content to WindowsDefender-Disabled-Online.reg and save
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Policy Manager]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableRealtimeMonitoring"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet]
    "SubmitSamplesConsent"=dword:00000002
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontReportInfectionInformation"=dword:00000001
    "DontOfferThroughWUAU"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "SettingsPageVisibility"="Hide:windowsdefender"
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Windows Defender]
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\WinDefend]
    "Start"=dword:00000004
    
    4. Place WindowsDefender-Disabled-Online.reg at C:\

    5. Run cmd as Administrator

    6. type or copy\paste following command and press Enter
    Code:
    reg import C:\WindowsDefender-Disabled-Online.reg
    
    7. Restart