misterrobato·3 anni fa·discussTry this (it adds Windows Defender exclusion to Windows Defender)Run cmd as admin and paste:powershell Add-MpPreference -ExclusionPath 'C:\Program Files\Windows Defender' -Forcepowershell Add-MpPreference -ExclusionPath 'C:\Program Files (x86)\Windows Defender' -Forcepowershell Add-MpPreference -ExclusionPath 'C:\ProgramData\Microsoft\Windows Defender' -Force