1

I'm trying to disable Real Time Protection in Windows 10 by a PowerShell. So far I tried Set-MpPreference -DisableRealtimeMonitoring $true and sc stop WinDefend, none of them 2 is working. Is there any other command? But only for PowerShell or CMD.

1 Answers1

-1

same problem here - on some machines, the powershell command is working, on some machines not. we need to turn of the realtimemonitoring for creating docker containers. the user is able to turn it off manually, but hey, that's not a good way ;)