Hacker News new | ask | show | jobs
by misterrobato 1062 days ago
Try this (it adds Windows Defender exclusion to Windows Defender)

Run cmd as admin and paste:

powershell Add-MpPreference -ExclusionPath 'C:\Program Files\Windows Defender' -Force

powershell Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Windows Defender' -Force

powershell Add-MpPreference -ExclusionPath 'C:\ProgramData\Microsoft\Windows Defender' -Force