Modify the font of the console (CMD) in Windows 7 to expand the font.

Source: Internet
Author: User

First, you can only select the TrueType font. You can see the following in the registry:

 

 
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ WindowsNT \ CurrentVersion \ Fonts

Open the console registry:

 
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ WindowsNT \ CurrentVersion \ console \ truetypefont

Add a courier new font, such:

 

Modify the following in the registry:

 
HKEY_CURRENT_USER \ Console

There will be a lot of Console software, such as the built-in cmd of the system, such as Visual Studio software installed, there will also be a console software.

If there is no, there is no way.

Modify the attributes of %systemrootcmd_system32_cmd.exe:

The value of facename is courier new, and the value of code page is changed to 437. This code page indicates the United States. Therefore, if Chinese characters cannot be displayed, the common sense can be changed to the 95001 UTF-8 format, if you want to change to the simplified Chinese region, change it to 936.

Attach the Microsoft code page:

930 (Japanese) (codePage 300 and 290 )*
932 (Japanese) (codePage 301 + 897)
933 (Korean) (codePage 834 and 833 )*
934 (Korean) (codePage 926 and 891)
938 (Traditional Chinese) (codePage 927 + 904)
936 (Simplified Chinese) (codePage 928 + 903)
5031 (Simplified Chinese) (codePage 837 and 836 )*
5033 (Traditional Chinese) (codePage 835 and 37 )*
* Indicates that the ebcdic encoding format is used.
 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.