- Thread Author
- #1
This is not recommended, but you can turn it off in local machine policy or go into PowerShell (right-click "Run as Admin") and do:Hello,
In Windows 10 I am facing the following problem. In the "Virus and threat protection" settings I set the option to "Manual scan" and on restart it goes back to "Quick scan". I also turn off "real time protection" and it turns itself back on.Any solution to disable it permanently?
Thanks!
Set-MpPreference -DisableRealtimeMonitoring $true
This is not recommended, but you can turn it off in local machine policy or go into PowerShell (right-click "Run as Admin") and do:Hello,
In Windows 10 I am facing the following problem. In the "Virus and threat protection" settings I set the option to "Manual scan" and on restart it goes back to "Quick scan". I also turn off "real time protection" and it turns itself back on.Any solution to disable it permanently?
Thanks!
Set-MpPreference -DisableRealtimeMonitoring $true
Very nice, thanks!This is not recommended, but you can turn it off in local machine policy or go into PowerShell (right-click "Run as Admin") and do:
Code:Set-MpPreference -DisableRealtimeMonitoring $true