Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 602 Bytes

File metadata and controls

19 lines (14 loc) · 602 Bytes

This little utility is supposed to make it a little easier to manage Windows Defender file exclusions.

Preview

Features

  • Select Files via. FileOpenDialog
  • Drag & Drop file into the window
  • Add/Remove Files to exclude from Windows Defender

How it works

This tool utilizes three Powershell CmdLets.

  • Add-MpPreference -ExclusionPath
  • Get-MpPreference -ExclusionPath
  • Remove-MpPreference -ExclusionPath

That's it already.

Notes

This utility uses Costura.Fody in order to being able to ship a single .exe-file, without having to ship any seperate DLL's.