Chinese Windows 7 Under the English Startup Menu Problem Solving

  

Many users may have encountered such problems, even on computers with Chinese version of Microsoft Windows Vista, Microsoft Windows Server 2008 or Microsoft Windows 7. When calling the relevant menu option of the Windows Boot Manager, it is found that the language of the menu option is displayed in English or other language that does not match expectations. 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 menus is stored 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:BOOTzh-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 EN-

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

BCDEDIT -SET {MEMDIAG} LOCALE EN-

(This command will modify 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.

Copyright © Windows knowledge All Rights Reserved