Windows 10 SL remove defender

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

  1. dranzer006

    dranzer006 MDL Novice

    Sep 9, 2008
    35
    0
    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

    Jul 29, 2009
    7,202
    2,269
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,451
    1,345
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,451
    1,345
    120
    #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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,746
    14,455
    340
    #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