
Simulator command-line options
The Simulator accepts two optional command line parameters:
[ <ID> [ disconnect | uninstall ] ]
The <ID> parameter is used when running multiple instances of the simulator at the same time. To differentiate between instances, use a unique unsigned integer. The name of the simulator window and the device will be "Windows SideShow Simulator - <ID>". The default ID is 0.
The disconnect and uninstall parameters affect how the simulator shuts down. The disconnect option specifies that the device should appear as disconnected when the simulator is closed. This means that the next time the simulator is run with the same <ID> parameter, all of its previous settings will be persisted. This is the default behavior. The uninstall option specifies that when the simulator is closed, the corresponding device is uninstalled from the system. The next time the simulator is run with the same <ID> parameter, it will reinstall as if it is a new device.