Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active April 21, 2025 19:40
Show Gist options
  • Save keijiro/ccd42e8b25dc498c8efde9375c828249 to your computer and use it in GitHub Desktop.
Save keijiro/ccd42e8b25dc498c8efde9375c828249 to your computer and use it in GitHub Desktop.
How to hide pen cursor in Windows 10
  1. Launch regedit.exe
  2. Edit the registry key HKEY_CURRENT_USER\Control Panel\Cursors\PenVisualization, or create a DWORD key if it doesn't exist.
  3. Set the value to 0.
  4. Restart Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment