Skip to content

Instantly share code, notes, and snippets.

@yooakim
Created April 20, 2021 11:28
Show Gist options
  • Save yooakim/c0d61deb46c4ca5e13f4b68ffa6e1fc0 to your computer and use it in GitHub Desktop.
Save yooakim/c0d61deb46c4ca5e13f4b68ffa6e1fc0 to your computer and use it in GitHub Desktop.
Set-MpPreference
Set-MpPreference -ExclusionPath @('\\wsl$\Ubuntu',"$ENV:USERPROFILE\source") -ExclusionProcess @('devenv','Code','sqlservr','msbuild') -ExclusionExtension @('vhdx','vhd','bacpac','dacpac','wsl','wslhost')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment