Skip to content

Installation

Ayerdi edited this page Aug 31, 2026 · 1 revision

Installation

One-command installer

powershell.exe -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/Ayerdi/PROX2-AutoSwitch/main/install.ps1 | iex"

The bootstrap downloads the latest release ZIP and its .sha256, verifies SHA-256, extracts the package and launches the real installer.

Manual installation

  1. Download the latest ZIP and .sha256 from Releases.
  2. Verify the checksum.
  3. Extract the whole ZIP to a normal folder.
  4. Run:
powershell.exe -ExecutionPolicy Bypass -File .\Install-AutoSwitch.ps1

The older Instalar-PROX2-AutoSwitch.ps1 filename remains as a compatibility entrypoint.

The wizard lists output devices, lets you choose headset/fallback, observes a real OFF/ON cycle and picks the detection mode: WindowsEndpoint when Windows provides a usable signal, LogitechGHub for a confirmed Logitech PRO X family device, or SteelSeriesNova5 for an Arctis Nova 5/5X receiver.

Instalacion

PRO X 2 in v1.5.0

Logitech PRO X 2 LIGHTSPEED uses direct Centurion HID for physical ON/OFF state and battery percentage. The configuration value remains LogitechGHub for backward compatibility, but G HUB's removed /battery/<deviceId>/state route is not used for PRO X 2 state detection anymore. Unknown HID reads never switch audio, and OFF still requires consecutive confirmed observations.

Clone this wiki locally