Stop Windows Defender Service on Windows 10

Open powershell as administrator

Set-MpPreference -DisableRealtimeMonitoring $true

Set-MpPreference -DisableRealtimeMonitoring $false

For more information

https://superuser.com/questions/1046297/how-do-i-turn-off-windows-defender-from-the-command-line

Leave a Reply

Your email address will not be published. Required fields are marked *