Parameter
|
Abbreviation
|
Use
|
---|---|---|
approvedlist
|
al
|
Manage files in the Approved List
|
list
|
li
|
Manage the Approved List import and export functions
|
Command
|
Parameter
|
Description
|
||
---|---|---|---|---|
add
approvedlist
|
[-r] <file_or_folder_path>
|
Add the specified file to the Approved List
For example, to add all Microsoft Office files to the Approved List,
type:
SLCmd.exe -p <admin_password> add approvedlist -r
"C:\Program Files\Microsoft Office"
|
||
remove
approvedlist
|
<file_path>
|
Remove the specified file from the Approved List
For example, to remove notepad.exe from the
Approved List, type:
SLCmd.exe -p <admin_password> remove approvedlist
C:\Windows\notepad.exe
|
||
show
approvedlist
|
Display the files in the Approved List
For example, type:
SLCmd.exe -p <admin_password> show approvedlist
|
|||
check
approvedlist
|
-f
|
Update the hash values in the Approved List and displays detailed
results
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -f
|
||
-q
|
Update the hash values in the Approved List and displays summarized
results
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -q
|
|||
-v
|
Compare the hash values in the Approved List with the hash values
calculated from the actual files and prompts the user after detecting mismatched
values
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -v
|
|||
export
list
|
<output_file>
|
Export the Approved List to the file path and file name specified
For example, type:
SLCmd.exe -p <admin_password> export list
c:\approvedlist\ap.db
|
||
import
list
|
[-o] <input_file>
|
Import an Approved List from the file path and file name
specified
For example, type:
SLCmd.exe -p <admin_password> import list
c:\approvedlist\ap.db
|