Command Line Control
|
61
Anti-Executable Enterprise User Guide
Legend
<mandatory user input>
[optional user input]
[path]: location where the file being referred to is stored on disk
Example Command Line
[path]AEC generateWhiteList engineeringLab.aewl C:\ /PW=<password>
[path]AEC applyWhiteList engineeringLab.aewl /PW=<password>
In the above example, [path] is the path to the Anti-Executable command line interface file
(
AEC.exe
).
GenerateWhiteList
is the Anti-Executable command that creates a White List that in
this case is called
engineeringLab.aewl
. The
.aewl
file extension is used for White List. The switch
C:\
at the end of the command indicates that the White List will contain all the executable files
currently present on the
C
drive. The second command makes the White List
engineeringLab
the
active White List. In both cases, the password for the administrator is specified as
<password>
.
Import
Configuration
[path]AEC importConfiguration <Config file path and
name.aecfg> /PW=<password>
List Commands
[path]AEC help
Merge two
White Lists
/Black Lists and
apply
[path]AEC merge list1 list2 /apply /PW=<password>
where
list
1 and
list2
are the Black List or White List.
Merge two
White Lists
/Black Lists and
save
[path]AEC merge list1 list2 <New list path and new list
name> /save /PW=<password>
where
list
1 and
list2
are the Black List or White List.
Merge two
White Lists
/Black Lists,
save and apply
[path]AEC merge list1 list2 <New list path and new list
name> /save /apply /PW=<password>
where
list
1 and
list2
are the Black List or White List.
Merge White
List /Black List
with the current
White List /
Black List and
apply
[path]AEC merge list /apply /PW=<password>
where
list
is the Black List or White List.
Protection
Status
[path]AEC status /PW=<password>
Update License
Key
[path]AEC updateLicense <License Key> /PW=<password>
Function
Command