English Startup Menu Problem Solution under Chinese Win7

  

Windows 7 is available for home and business work environments, laptops, tablets, multimedia centers, and more. Windows 7 also continues the Aero style of Windows Vista and adds some functionality to it.

A lot of users may have encountered this problem, even on a computer with Chinese version of Microsoft Windows Vista, Microsoft Windows Server 2008 or Microsoft Windows 7, calling the Windows Boot Manager ( When the related menu options of the Boot Manager), the language of the menu option is found to be in English or other language that does not match the expected. These menu items include the selection menu of the operating system to be started (if multiple Windows operating systems are installed, the user will be asked which operating system menu to start), and the F8 advanced boot menu of a specific operating system (for selecting this operation) Whether the system starts in a special mode such as safe mode, last correct configuration, etc.), Windows Memory Diagnostic menu.

The display language of the Boot Manager related menu is saved in the BCD Boot Configuration Data. When Windows starts, the Boot Manager first reads the language version information of the Boot Manager related menu from the BCD, and then calls C:\\BOOTMGR and the corresponding language BOOTMGR.EXE.MUI to form the startup menu of the corresponding language. For example, suppose the BCD records that the display language of the Boot Manager related menu should be Simplified Chinese, then Windows will call C:\\BOOTMGR and C:\\BOOT\\zh-cn \\BOOTMGR.EXE.MUI file to form the Simplified Chinese Boot Manager. menu.

If the menu language information recorded in the BCD is set incorrectly, the language of the Boot Manager related menu may not match the expected language. For example, suppose that the user first installs the Chinese version of Windows and installs the English version of Windows to form a dual system coexistence, then the menu language information of the BCD record will be based on the last installed English version.

Special reminder: Boot Manager can set the language information for the operating system selection menu of the operating system to be started, the F8 advanced boot menu of a specific operating system, and the memory diagnostic tool menu of Windows, so the user may encounter The problem that one or more of these three menus does not match the expected language.

Users can open the CMD command prompt with administrator privileges (right-click the shortcut of the command prompt, select “ from the right-click menu to run with administrator privileges), you need to confirm the UAC security prompt) Enter and execute the following command:

BCDEDIT -SET {BOOTMGR} LOCALE ZH-CN

(This command will select the operating system selection menu that needs to be started, that is, when multiple operating systems coexist. Select the display language of the operating system that needs to be activated to change the display language to Simplified Chinese)

BCDEDIT -SET {CURRENT} LOCALE ZH-CN

(This command will take the currently selected Windows operation The display language of the system's F8 advanced boot menu is changed to Simplified Chinese)

BCDEDIT -SET {MEMDIAG} LOCALE EN-

(This command will change the display language of the Windows Memory Diagnostic Tool to Simplified Chinese)

Finally, the user can enter and execute the BCDEDIT /ENUM ALL command with administrator privileges to see if the LOCALE value of the above item has been successfully modified to ZH-CH Simplified Chinese.

The above is the specific content of the English startup menu problem solution that is compiled by Xiaobian for everyone. Your patience is the biggest support for Xiaobian. Please keep an eye on this site. More exciting content, all in jb51!

Copyright © Windows knowledge All Rights Reserved