How to make Fonts Bold in Command Prompt using Batch Script ? | CMD Font Tutorial - 3 || Fontweight

Опубликовано: 27 Февраль 2026
на канале: Green Light Coding
1,078
6

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

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

So keep watching, & keep learning .

batch script
batch scripting
cmd
batch file command
Create multiple folders and subfolders at once on Windows - Notepad + CMD
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________


#coding
#codinglife
#cmd
#commandprompt
#font
#fontstyle
#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
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates


code:
::this code will change the fontsize along with fontweight (i,e. make fonts bold) of the command prompt (i,e.cmd.exe)
@echo off

set "an=test"
reg add "HKCU\Console\%an%" /f /v "facename" /t "reg_sz" /d "consolas"
reg add "HKCU\Console\%an%" /f /v "fontsize" /t "reg_dword" /d 0x00200000
reg add "HKCU\Console\%an%" /f /v "fontweight" /t "reg_dword" /d 0x03000000
start "%an%" cmd

LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

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