https://github.com/c0dycode/WindowsDefenderEasyExceptionAdder
Minimalistic utility to manage Windows Defender Exclusions
https://github.com/c0dycode/WindowsDefenderEasyExceptionAdder
Last synced: 5 months ago
JSON representation
Minimalistic utility to manage Windows Defender Exclusions
- Host: GitHub
- URL: https://github.com/c0dycode/WindowsDefenderEasyExceptionAdder
- Owner: c0dycode
- Created: 2018-12-31T21:48:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T23:02:30.000Z (about 6 years ago)
- Last Synced: 2024-08-03T22:17:43.905Z (8 months ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- jimsghstars - c0dycode/WindowsDefenderEasyExceptionAdder - Minimalistic utility to manage Windows Defender Exclusions (C# #)
README
This little utility is supposed to make it a little easier to manage Windows Defender file exclusions.

# 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 -ExclusionPathThat'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.