How to stop Windows Defender "Real Time Protection" from enabling itself

Discussion in 'Windows 10' started by TrustMe, Jun 14, 2018.

  1. TrustMe

    TrustMe MDL Member

    May 2, 2013
    189
    68
    10
    Every time I turn on my computer, or restart, Windows Defender will turn on Real Time Protection. Is there any way to stop this.

    I don't want to install another antivirus.
     
  2. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,204
    978
    90
    did u tried disable the services with Trusted installer permission?
     
  3. TrustMe

    TrustMe MDL Member

    May 2, 2013
    189
    68
    10
    I have not tried that. Could you explain a little more how I would go about doing that.
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    dude try via gpedit.msc depending your OS, or by Regedit
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. TrustMe

    TrustMe MDL Member

    May 2, 2013
    189
    68
    10
  6. TrustMe

    TrustMe MDL Member

    May 2, 2013
    189
    68
    10
    Thanks Captain Zilog, I’ll give it a try.
     
  7. Captain Zilog

    Captain Zilog MDL Junior Member

    Feb 16, 2010
    63
    22
    0
    The only thing you need to do after running it is bring up Task Manager, startup, disable Defender notifications!

    I load MSTK afterwards with ZERO issues!

    Enjoy!
     
  8. wilenty

    wilenty MDL Senior Member

    Jan 15, 2014
    270
    494
    10
  9. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10


  10. github.com/Microsoft/winfile/releases

    File Manager deletes everything.. :)

    bilder-upload.eu/show.php?file=d3b70b-1529955700.jpg

    bilder-upload.eu/show.php?file=e470ac-1529955732.jpg

    bilder-upload.eu/show.php?file=d2d7c6-1529955766.jpg

    bilder-upload.eu/show.php?file=3bed53-1529955805.jpg
     
  11. atgpud2003

    atgpud2003 MDL Addicted

    Apr 30, 2015
    524
    85
    30
    Try use WinAreo Tweaker? It works..
     
  12. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Not much has changed, only systray icon's location.
     

    Attached Files:

  13. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
  14. tml3nr

    tml3nr MDL Novice

    Aug 4, 2011
    3
    1
    0
    I'm using Defender Control. It's works perfectly:

    sordum.org/9480/defender-control-v1-3/

    If you need to disable completely Windows 10 update:

    sordum.org/9470/windows-update-blocker-v1-1/
     
  15. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    #20 Krager, Dec 17, 2018
    Last edited: Dec 17, 2018
    I've been able to shut off all the defender anti-virus stuff with some reg tweaks, though I haven't removed it from settings. The shield icon in the task tray comes from an entry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run so I just remove it and it's gone. Other reg tweaks I use to disable defender anti-virus below for reference. At least that's something that can still be configured. I think all of this stuff is in gpedit.msc, but I haven't checked it.

    Code:
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    "PUAProtection"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\MpEngine]
    "MpEnablePus"=dword:00000000
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableRealtimeMonitoring"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\Spynet]
    "DisableBlockAtFirstSeen"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender Security Center\Family options]
    "UILockdown"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender Security Center\Notifications]
    "DisableNotifications"=dword:00000001