FontSize

HKCU\Console

Data type

Range

Default value

REG_DWORD

Height by width (in pixels)

0x0

Description

Specifies the size of the font used in the command window.

The value of this entry is an 8-byte hexadecimal value. The first four digits specify the height of characters in pixels. The last four digits specify the width of characters in pixels.

For example, if the value of this entry is 0xC0005, characters in the command window are 12 (0xC) pixels high and 5 pixels wide. A value of 0x0 indicates the default character size, which is 8 pixels high and 12 pixels wide.

Change method

To change the font size, click the system menu icon in the title bar, and then select either Defaults to change the settings for all instances of that window, or Properties to change the current window only. Click the Font tab, and then select a size from the Size single selection list box.

Activation method

Changes made in the Properties dialog box are effective immediately. Changes made either in the Defaults dialog box or in the registry are effective the next time you open a console window.

Note Image Note

A value of 0x0 is not a null value, but reflects the default window settings.