[section_title title=Run-down]
There are two main steps that you have to do.
- Update the strings listed in
HKEY_CURRENT_USER\Control Panel\Cursors
with the locations of the cursors that you want to use.- You can lookup the defined cursor schemes from either
HKEY_CURRENT_USER\Control Panel\Cursors\Schemes
orHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes
- You can lookup the defined cursor schemes from either
- Call SystemParametersInfo with
SPI_SETCURSORS
as theuiAction