![]() |
ImportantThe add command for adding files to the Predefined Trusted Updater List follows a different
format than the general commands specified in the Predefined Trusted Updater Commands
table. For details on adding files to the Predefined Trusted Updater List, see Predefined Trusted Updater "Add" Command.
|
Parameter
|
Abbreviation
|
Use
|
---|---|---|
predefinedtrustedupdater
|
ptu
|
Manage files in the Predefined Trusted Updater Lists
|
Command
|
Parameter
|
Description
|
||
---|---|---|---|---|
add
predefinedtrustedupdater
|
-e <folder_or_file_exception>
|
Add the specified file or folder to the Predefined Trusted Updater
Exception List
For example, to add notepad.exe to the
Predefined Trusted Updater Exception List, type:
SLCmd.exe -p <admin_password> add
predefinedtrustedupdater -e C:\Windows\notepad.exe
|
||
decrypt
predefinedtrustedupdater
|
<path_of_encrypted_file>
<path_of_decrypted_output_file>
|
Decrypt a file to the specified location
For example, to decrypt C:\Notepad.xen to
C:\Editors\notepad.xml, type:
SLCmd.exe -p <admin_password> decrypt
predefinedtrustedupdater C:\Notepad.xen C:\Editors\notepad.xml
|
||
encrypt
predefinedtrustedupdater
|
<path_of_file> <path_of_encrypted_output_file>
|
Encrypt a file to the specified location
For example, to encrypt C:\notepad.xml to
C:\Editors\Notepad.xen, type:
SLCmd.exe -p <admin_password> encrypt
predefinedtrustedupdater C:\Editors\notepad.xml C:\Notepad.xen
|
||
export
predefinedtrustedupdater
|
<path_of_encrypted_output>
|
Export the Predefined Trusted Updater List to the specified
encrypted file
For example, type:
SLCmd.exe -p <admin_password> export
predefinedtrustedupdater C:\Lists\ptu_list.xen
|
||
import
predefinedtrustedupdater
|
<path_of_encrypted_input>
|
Import a Predefined Trusted Updater List from the specified
encrypted file
For example, type:
SLCmd.exe -p <admin_password> import
predefinedtrustedupdater C:\Lists\ptu_list.xen
|
||
remove
predefinedtrustedupdater
|
-l <label_name>
|
Remove the specified labeled rule from the Predefined Trusted Updater
List
For example, to remove the
Notepadrule, type:
SLCmd.exe -p <admin_password> remove
predefinedtrustedupdater -l Notepad
|
||
-e <folder_or_file_exception>
|
Remove the specified exception from the Predefined Trusted Updater
Exception List
For example, to remove the notepad.exe
exception, type:
SLCmd.exe -p <admin_password> remove
predefinedtrustedupdater -e C:\Windows\notepad.exe
|
|||
set
predefinedtrustedupdater
|
Display the status of the Predefined Trusted Updater List
|
|||
enable
|
Enable the Predefined Trusted Updater List
|
|||
disable
|
Disable the Predefined Trusted Updater List
|
|||
show
predefinedtrustedupdater
|
Display the files in the Predefined Trusted Updater List
For example, type:
SLCmd.exe -p <admin_password> show
predefinedtrustedupdater
|
|||
-e
|
Display the files in the Predefined Trusted Updater Exception
List
For example, type:
SLCmd.exe -p <admin_password> show
predefinedtrustedupdater -e
|