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

Опубликовано: 05 Август 2026
на канале: Green Light Coding
2,578
28

Green Light Coding presents a new tutorial video which shows the way to change fontsize 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.

Also see "How to change font style in Command Prompt ?"
Link :    • How to Change Font Style of Command Prompt...  


So keep watching, & keep learning .

how to change the font in windows 10
batch script
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

LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

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