|
|
2 tahun lalu | |
|---|---|---|
| .. | ||
| README.md | 2 tahun lalu | |
| addexclusion.c | 2 tahun lalu | |
| addexclusion.cna | 2 tahun lalu | |
| addexclusion.h | 2 tahun lalu | |
| addexclusion.o | 2 tahun lalu | |
| beacon.h | 2 tahun lalu | |
| bofcompile.bat | 2 tahun lalu | |
Add a new exclusion to Windows Defender for a folder, file, process or extension.
This operation requires elevated privileges. Furthermore, currently only Windows Defender exclusions are supported. However, this code is easily enhanced to also support other AV products that communicate via WMI.
<exclusion type>: specify one of the following exclusion types: path (file/folder), process, extension.<exclusion data>: specify the data to add as an exclusion.addexclusion <exclusion type> <exclusion data>addexclusion path C:\Users\Public\Downloadsaddexclusion process C:\Windows\System32\example.exeaddexclusion extension *.xllx64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.