|
|
преди 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.