Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop windows console cursors from blinking

I know how to completely hide a cursor, But is their any way to just stop it from blinking? It's oddly disturbing...

I'm not gonna install 3rd party software for this, what I want is simple solution using few lines of C++.

like image 915
WieeRd Avatar asked Jan 26 '23 09:01

WieeRd


1 Answers

Go to Run prompt (Win+R)

Paste into Open box:

control main.cpl keyboard

Press OK Keyboard properties dialog appears.

Set Cursor blink rate to None. Press OK

like image 107
Öö Tiib Avatar answered Jan 29 '23 11:01

Öö Tiib