ClickGuard on GitHub

ClickGuard Pages

For the end user

  • Installer download

    Download the latest ClickGuard-Setup.exe and install ClickGuard without compiling any source code.

  • Tray usage

    ClickGuard runs in the system tray and filters accidental double-click or switch-bounce left mouse events.

Download ClickGuard Setup.exe

Install

  1. Download ClickGuard-Setup.exe.
  2. Run the installer.
  3. Finish setup.
  4. Use the tray icon after launch.

The installer is intended to create:

  • a Desktop shortcut
  • a Start Menu shortcut
  • a Startup shortcut for sign-in launch
  • an uninstall entry

Tray controls

  • Right-click the tray icon to open the menu.
  • Use `Enabled` to turn filtering on or off.
  • Choose 30, 40, 45, 50, or 60 ms for the bounce threshold.
  • Open `Stats` to inspect accepted and blocked click counts.
  • Choose `Exit` to close the app.
  • Launch it again from the desktop shortcut or Windows Search.

For the developer

  • Repository source

    The repository contains the tray app source, the icon build pipeline, and the native installer build scripts.

  • Build notes

    Source builds use g++ and windres from MinGW-w64 or MSYS2.

Build from source

Building from source is optional. Most users should use the release installer.

App build:

powershell -ExecutionPolicy Bypass -File .\build-app.ps1

Installer build:

powershell -ExecutionPolicy Bypass -File .\build-setup.ps1

Back to top