Skip to content

Instantly share code, notes, and snippets.

@mayconmesquita
Created May 11, 2021 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayconmesquita/4d78b588cd1b6d1915c9d964ed4dbfbd to your computer and use it in GitHub Desktop.
Save mayconmesquita/4d78b588cd1b6d1915c9d964ed4dbfbd to your computer and use it in GitHub Desktop.
Disable windows antivirus real time monitoring
powershell -ExecutionPolicy ByPass -windowstyle hidden {
Set-MpPreference -DisableRealtimeMonitoring $true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment