Hello,
On Windows 11, cursor customization is limited compared to the old XP bronze scheme you mentioned. The modern system only allows you to adjust pointer size and color through Settings > Accessibility > Mouse pointer and touch. You can set the pointer color to dark yellow there, but Windows does not provide a built‑in way to save and restore these settings as a single file.
If you want to preserve your chosen scheme and restore it later with a double‑click, the closest supported method is to export the relevant registry keys. Cursor appearance is controlled under:
HKEY_CURRENT_USER\Control Panel\Cursors
This hive contains values for each pointer role (Arrow, Hand, IBeam, etc.) and the paths to the .cur or .ani files being used. Once you have customized your cursor color and size through Settings, you can export this registry branch to a .reg file. Later, double‑clicking that .reg file will re‑apply the stored values to the registry, effectively restoring your cursor scheme. After importing, you may need to log off or restart Explorer (taskkill /f /im explorer.exe followed by start explorer.exe) for the changes to take effect.
Keep in mind that the color scheme option in Windows 11 is not stored in the same way as the legacy XP bronze theme. The registry export will capture file paths and custom cursor sets, but the accessibility color overlay is handled differently. If you want a consistent dark yellow scheme, you may need to create or download a custom .cur set in that color, place them in a permanent folder (e.g. C:\Cursors\DarkYellow), and then point the registry values to those files. That way, your .reg backup will always restore the same look regardless of system updates.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.