English | 简体中文
Setting the cursor rendering in Microsoft Windows.
When you changed the color profile of your monitor or anything else in Windows, the mouse cursor might be looked "strange" (The cursor becomes pale, obvious on the colored cursor).
By changing the mouse cursor rendering setting to software rendering, it can make your cursor match the monitor's color profile, appearing more "natural".
Enable software cursor rendering by default.
./NoHardCursor.exe [OPTION]
With no parameter:
./NoHardCursor.exe # Software rendering used by default
# Equal to './NoHardCursor.exe -s'
# or './NoHardCursor.exe --soft'
Using the '--help' Option:
./NoHardCursor.exe --help # Getting help
- Microsoft Windows 10 or 11
- MSYS2 or MinGW-w64 (Linux toolchain support)
git clone https://github.com/YBKF/NoHardCursor.git && cd NoHardCursor
For MSYS2:
make
Or MinGW-w64:
mingw32-make
cd ./build && ./NoHardCursor.exe # Software rendering used by default
./NoHardCursor.exe --help
- Mouse Trails will be disabled due to the use of relevant options.
- The cursor will not display in some applications or games in full screen mode, to solve this issue use borderless mode if possible.
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-systemparametersinfoa