I see the PowerShell font size
in the Properties is 28
.
I used a script to check the font size via the registry, but the result was different, namely 1835025
.
I don’t know what type of number? and how do I get the same value as in properties (28).
I mean, convert 1835025 to 28.
Thank you.
$PS5Reg = "HKCU:Console%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe"
(Get-ItemProperty $PS5Reg).FontSize
The Output is 1835025
New contributor
Oprex Droid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.