0

Is it possible to use Autohotkey or other script to set thickness width of the blinking cursor?

This setting can be manually operated by the following steps in WIN7:

Control Panel-> Ease of Access Center->Make the computer easier to see->Set the thickness of the blinking cursor

  • You can set it in the registry: **HKCU\Control Panel\Desktop**: Change **CaretWidth** to a value between 1 and 20 (decimal). – MCL Jan 24 '14 at 08:46
  • Hi MCL: Thanks for you prompt reply. That's what i want. Thanks a lot. – Daniel Pei Jan 24 '14 at 12:15
  • I've posted it as an answer. Please accept it, so that your problem is marked as solved. – MCL Jan 24 '14 at 12:22

1 Answers1

0

You can set it in the registry.
HKCU\Control Panel\Desktop: Change CaretWidth to a value between 1 and 20 (decimal).

MCL
  • 3,985
  • 3
  • 27
  • 39