Launching multiple Instances of the X1 Control Panel on Windows.

Launching multiple Instances of the X1 Control Panel on Windows.

This is not a use case the X1 was designed for, so it may be very janky. But a few users raised cases where being able to run multiple instances of the X1 could help (e.g. more than one mouse connected). So we've added a launch argument that allows this.

Just note that all instances use the same config files. So I'd recommend only having one instance running when you make changes to your configuration. Or the other instances will not load the changes, and may overwrite them.

To run an additional instance, create a shortcut to the X1, then add the argument "instance" followed by any string of characters (e.g. "instance two" as in the example below).


This shortcut will now open a unique instance of the X1 separate to those launched normally. If you want a third instance you'd need another shortcut with a difference instance argument (e.g. "Instance 3"). Or you could use a batch file to launch as many as required. For example:
  1. @echo off
  2. start "" "C:\Program Files\Swiftpoint X1 Control Panel\Swiftpoint X1 Control Panel.exe" instance 1
  3. start "" "C:\Program Files\Swiftpoint X1 Control Panel\Swiftpoint X1 Control Panel.exe" instance 2
  4. start "" "C:\Program Files\Swiftpoint X1 Control Panel\Swiftpoint X1 Control Panel.exe" instance 3
  5. start "" "C:\Program Files\Swiftpoint X1 Control Panel\Swiftpoint X1 Control Panel.exe" instance 4

    • Related Articles

    • Swiftpoint X1 Control Panel - Changelog

      Latest Version 3.0.7.0 - July 2024 Improvements & Fixes: [Windows] Allow installer to run on ARM64 systems for use via Prism. [Windows] App should now launch on boot in the background for non-admin users. This can be disabled via the "Startup apps" ...
    • Introduction to the Swiftpoint X1 Control Panel

      Intro The X1 Control Panel provides an easy to use interface for configuring mice in our Classic-grip Range. Including the Swiftpoint Z, TRACER and Creator. If you do not already have it installed, it is available for macOS 10.12+ and Windows 7+ from ...
    • My mouse stops working after launching the X1 Control Panel

      If your mouse stops responding to mouse movement and button presses when it connects to the X1 Control Panel there may be a problem with the config file that the Control Panel is uploading to your mouse. To check if this could be the case first fully ...
    • X1 Control Panel Expert Mode Overview

      Main Menu Starting from the top left of the Control Panels window you will find the Main Menu. Here you can access some of the key functionality detailed below. Save Mappings to Permanent Flash Memory in Mouse: This option allows you to export all of ...
    • X1 Control Panel Clean Install

      If the X1 Control Panel is not loading correctly, or your mouse is going into an unusable state when it does load. Then there may be a problem with its configuration files. To resolve this use the steps below to perform a clean install of the X1 ...