How to Change Font Style of Command Prompt & Batch File using Batch Script ? | CMD Font Tutorial - 2

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

Green Light Coding presents a new tutorial video which shows the way to change fontstyle of any batch file or CMD tab using Command Lines without going to properties and also in Batch File. These command lines have vital applications you can go through the video and command lines given below.

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

So keep watching, & keep learning .

batch script
batch scripting
how to change the font in windows 10
batch file
cmd
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________


#coding
#codinglife
#cmd
#commandprompt
#font
#viral
#cmdtricks
#viralvideo
#fontsize
#windows
#permanent
#user
#system
#scripting
#windows10
#exit
#basictutorials
#python
#pythontutorial
#pythonprogramming
#mathematics
#probability
#highlight
#highlighter
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#code
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates


code:
::this code will change the fontsize along with fontface (i,e. font-style) of the command prompt (i,e.cmd.exe)
@echo off

set "a=test"
reg add "hkcu\console\%a%" /f /v "fontface" /t "reg_sz" /d "lucida console"
reg add "hkcu\console\%a%" /f /v "fontsize" /t "reg_dword" /d 0x02000000
start "%a%" cmd.exe
::more fonts : consolas, impact, gulim, gungsuh, arial, arial black, courier new,

LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

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