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.9.1 - May 2026 Improvements & Fixes: Allow access to all pre-made profiles from all mouse models. Allow adding vibration to all input types in simple mode. Use ↑ and ↓ symbols for mouse press and release outputs on mappings screen. ...
    • 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. These include: Z, Z2 and Z3 Creator Tracer Installing the X1 Control Panel If you do not already have it installed, it is available for macOS ...
    • Swiftpoint X1 Control Panel Beta Changelog

      3.1.0.76 Beta New Control Panel Features: Allows re-arranging and saving of mappings from simple modes show all view. Note that some mappings can't be moved (RGB, OLED, DPI). Warnings are displayed when swapping mappings between incompatible inputs, ...
    • X1 Control Panel Expert Mode Overview

      Welcome to the X1 Control Panels Expert Mode. The X1 Control Panel’s "Expert Mode" offers a more detailed and highly configurable interface, particularly useful for the creation of more complex profile mappings. Despite its name, Expert Mode is not ...
    • 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 ...