Run tools on the target during a peer to peer session
You can create and configure controller properties to run specific tools on the target computer during a remote control session.
Property name | Required | Default value | Description |
---|---|---|---|
prefix.ToolName | Yes | N/A | Display name that is used in the Perform Action in target menu. |
prefix.ToolName.$lang$ | No | N/A | Translation of display name. $lang$ is ISO language code. |
prefix.ToolCommand | Yes | N/A | Command to run the tool, without parameters. |
prefix.ToolParameters | No | N/A | Optional parameters for the command to run. |
prefix.ToolUser | No | <blank> | Determines which privileges or credentials the
command is run with.
|
Required property definitions
prefix.ToolName=
Modifiable Field | prefix.ToolName |
Field Description | Display name that is used in the Perform Action in target menu. Each defined tool name must have a different prefix. |
Possible Values | User Defined. For example,
wincmd.ToolName=Command
Prompt The text, Command Prompt, is displayed in the Perform Action in target menu. |
Value Definition |
prefix.ToolCommand=
Modifiable Field | prefix.ToolCommand |
Field Description | Command to run the tool, without parameters. |
Possible Values | User Defined. The tool command can be a fully qualified path or just the file name. For example, wincmd.ToolCommand=cmd.exe and wincmd.ToolCommand=[SystemFolder]\\cmd.exe are equivalent. Note: When you use a backslash in the path you must enter
two backslashes. The file must be on the PATH environment variable
of the logged in user. You can specify executable files and also files
that are associated with an executable file. Do not use quotation
marks, even when there are spaces in the path or file name.For example, services.msc is associated with mmc.exe (Microsoft™ Management Console). All of the following examples are equivalent:prefix1.ToolCommand = services.msc prefix2.ToolCommand = [SystemFolder]\services.msc prefix3.ToolCommand = [SystemFolder]\mmc.exe prefix3.ToolParameters = [SystemFolder]\services.mscYou can use the following folder properties when you define tools parameters on a Windows system. The target substitutes these properties with the actual path on the target system.
Folder properties are not relevant for Linux targets. |
Value Definition |
Preconfigured tools
tool01.ToolName = Control Panel
tool01.ToolCommand = [SystemFolder]\\control.exe
tool01.ToolParameters =
tool01.ToolUser =
tool02.ToolName = Command Prompt
tool02.ToolCommand = [SystemFolder]\\cmd.exe
tool02.ToolParameters =
tool02.ToolUser =
tool03.ToolName = Administrator Command Prompt
tool03.ToolCommand = [SystemFolder]\\cmd.exe
tool03.ToolParameters =
tool03.ToolUser = admin
tool04.ToolName = Task Manager
tool04.ToolCommand = [SystemFolder]\\taskmgr.exe
tool04.ToolParameters =
tool04.ToolUser =
tool05.ToolName = Windows Explorer
tool05.ToolCommand = [WindowsFolder]\\explorer.exe
tool05.ToolParameters =
tool05.ToolUser =
tool06.ToolName=Terminal
tool06.ToolCommand=/usr/bin/gnome-terminal
tool06.ToolParameters =
tool06.ToolUser =
tool07.ToolName=Control Panel
tool07.ToolCommand=/usr/bin/gnome-control-center
tool07.ToolParameters =
tool07.ToolUser =