|
|
2 роки тому | |
|---|---|---|
| .. | ||
| README.md | 2 роки тому | |
| beacon.h | 2 роки тому | |
| bofcompile.bat | 2 роки тому | |
| delexclusion.c | 2 роки тому | |
| delexclusion.cna | 2 роки тому | |
| delexclusion.h | 2 роки тому | |
| delexclusion.o | 2 роки тому | |
Delete an exclusion from Windows Defender for a folder, file, process or extension.
This operation requires elevated privileges. Furthermore, currently only Windows Defender exclusions are supported. Also, if you don't specify the full path to a folder, file or process, most likely the operation will return with the error message WBEM_E_NOT_FOUND. In general this condition effects deleting exclusions of type extension.
<exclusion type>: specify one of the following exclusion types you want to delete: path (file/folder), process, extension.<exclusion data>: specify the exclusion data/name that you want to delete.delexclusion <exclusion type> <exclusion data>delexclusion path C:\Users\Public\Downloadsdelexclusion process C:\Windows\System32\example.exedelexclusion extension *.xllx64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.