Hi ,
I am Ivan, I will help you with this.
- Open PowerShell as Administrator;
- Copy the commands below and run in PowerShell:
Set-MpPreference -DisableRealtimeMonitoring $true -Force
New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender' -Name 'DisableAntiSpyware' -Value 1 -PropertyType DWord -Force
New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender' -Name 'DisableAntiVirus' -Value 1 -PropertyType DWord -Force
New-ItemProperty -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender' -Name 'ServiceKeepAlive' -Value 0 -PropertyType DWord -Force
- Paste into the Powershell terminal and press the {Enter} key
After running the above commands, restart the computer but do not run the troubleshoot to avoid reactivation.
Credits.: dicasquefunfa
Hope this helps.
If you find the answer helpful, please mark it as an answer.
Independent Advisor - Community
Thanks