This little utility is supposed to make it a little easier to manage Windows Defender file exclusions.
- Select Files via. FileOpenDialog
- Drag & Drop file into the window
- Add/Remove Files to exclude from Windows Defender
This tool utilizes three Powershell CmdLets.
- Add-MpPreference -ExclusionPath
- Get-MpPreference -ExclusionPath
- Remove-MpPreference -ExclusionPath
That's it already.
This utility uses Costura.Fody in order to being able to ship a single .exe-file, without having to ship any seperate DLL's.