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 ;)

  • ahhh looks like it's the Tamper-Protection, which when it's on, ignores the powershell commands :) - looking for a way to disable it via code. if i find something, i'll tell you – Stephan Weikelt Oct 28 '21 at 12:21