Virtual USB Client normally automatically coordinates device control processes. Specialized NT Service (running as client.service.exe process) automatically launches and stops device control processes when instructed by Client Management API.
Nevertheless, the user may manually launch a device control process and manually control its lifetime. Device control process must be running as elevated administrator. The device control process is implemented by vusb_client.exe executable. It supports the following command-line parameters:
| Parameter | Value | Description |
|---|---|---|
-?, --help | Displays the list of supported parameters with short description. | |
| Logging | ||
--log-path | path | Write server log to the specified file. |
--log-level | LOGGING-LEVEL | Set logging level to one of the following:
|
--no-screen-log | Do not display a copy of log to the console. | |
--address | string | A full address of a remote server. |
--device | string | Device ID of a remote USB device. |
--auth-key | string | Optional authentication key. |