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

Veröffentlicht am: 15 März 2023
auf dem Kanal: Green Light Coding
1,129
7

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  
_______________________________________________________________


Auf dieser Seite können Sie das Online-Video How to make Fonts Bold in Command Prompt using Batch Script ? | CMD Font Tutorial - 3 || Fontweight mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Green Light Coding 15 März 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,129 Mal angesehen und es wurde von 7 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!