How to Change Size and Color of Text-Cursor in Command Prompt ? | regedit command in CMD | Solution

Опубликовано: 13 Май 2026
на канале: Green Light Coding
515
11

Green Light Coding presents a new video which shows the way to change size and color of text-cursor in command prompt using batch script. Use 'regedit' command line for details.

How to change font size using batch script ?
Link :    • How to Change Font Size of Command Prompt ...  

How to change font style using batch script ?
Link :    • How to Change Font Style of Command Prompt...  

How to create Animated Graphics using batch script ?
Link :    • How to create Animations or Motion Graphic...  
So keep watching, & keep learning .

how to change cmd color
how to change font in windows 10
how to increase cursor size in windows 10
batch scripting
batch script
regedit command
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________


#coding
#codinglife
#cmd
#cursor
#text
#colors
#password
#asterisk
#convert
#mask
#coin
#cointoss
#commandprompt
#font
#fontstyle
#viral
#cmdtricks
#viralvideo
#fontsize
#windows
#permanent
#user
#system
#scripting
#windows10
#exit
#basictutorials
#python
#pythontutorial
#pythonprogramming
#mathematics
#probability
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates


code:
@ echo off
::command line to change size of text cursor
set "a=cons"
reg add "hkcu\Console\%a%" /f /v "cursorsize" /t "reg_dword" /d 100
::command line to change color of text cursor
reg add "hkcu\Console\%a%" /f /v "cursorcolor" /t "reg_dword" /d 0x000ea113
start "%a%" cmd


LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK :    / @greenlightcoding613  
_______________________________________________________________