SkillAgentSearch skills...

EPPT

A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.

Install / Use

/learn @nefarius/EPPT
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<img src="assets/mouse_128x128.png" align="right" />

Enhance Pointer Precision Tool

MSBuild GitHub all releases

A simple, self-contained Windows tool to display and toggle "Enhanced Pointer Precision" a.k.a. mouse acceleration.

About

This little tool was birthed during an FPS gaming session where we tested different mouse settings and quickly realized that a lot of mouse configuration software (like iCUE from CORSAIR) likes to silently turn mouse acceleration on which distorts the aim feel in games like Quake Champions. This option is buried somewhere deep within Windows' nonsensical UI so I made this tool for it. It's deliberately kept minimal; just a modal window with a checkbox that represents the current state and lets you toggle it.

Screenshots

EPPT_ohWuHUA6P8.png

Command Line Switches

You can toggle acceleration on and off from the command line (autostart) if you like as follows; disable:

.\EPPT.exe --disable --exit

And enable:

.\EPPT.exe --enable --exit

If you omit the --exit switch the main window will get displayed.

Register in Autostart

The following sequence registers the tool in the current user's autostart, disables acceleration and then exits without creating a window:

.\EPPT.exe -r --with-disable --with-exit -a

Unregister from Autostart

The following sequence removes the tool from the current user's autostart and then exits without creating a window:

.\EPPT.exe -u -a

3rd party credits

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated9mo ago
Forks2

Languages

C++

Security Score

77/100

Audited on Jun 18, 2025

No findings