Predefined Trusted Updater Commands Parent topic

Important
Important
The 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.
Configure Predefined Trusted Updater using the Command Line Interface by typing your command in the following format:
SLCmd.exe -p <admin_password> <command>   <parameter> <value>
The following table lists the available abbreviated forms of parameters.

Abbreviations and Uses

Parameter
Abbreviation
Use
predefinedtrustedupdater
ptu
Manage files in the Predefined Trusted Updater Lists
The following table lists the commands, parameters, and values available.

Predefined Trusted Updater Commands

Command
Parameter
Description
add predefinedtrustedupdater
-e <folder_or_file_exception>
Add the specified file or folder to the Predefined Trusted Updater Exception List
Important
Important
The add command for adding files to the Predefined Trusted Updater List follows a different format than the other commands specified in the this list. For details on adding files to the Predefined Trusted Updater List (not the Predefined Trusted Updater Exception List), see Predefined Trusted Updater "Add" Command.
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 Notepad rule, 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
Note
Note
The default status is Disabled.
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