To configure the Windows environment:
Use the same language locale for all affected computers. Discrepancies between locale settings, especially those involving different character sets, can corrupt data as it passes between components.
The Choose to install or uninstall display languages window appears.
The Select the display languages to install window appears.
The display language appears in the Choose a display language drop-down list.
BMC does not recommend editing the Windows registry unless you have experience working with the registry and you back up the registry before proceeding.
To set the code page manually:
User Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
Value Name: AutoRun
Data Type: REG_SZ (String Value)
Value Data: chcp 1252
If the AutoRun entry does not exist in the registry, create it by right-clicking inside the right pane, choosing New => String Value, and specifying AutoRun as the entry name.
If the entry exists with another value that you want to keep, create a batch file that contains the original value on the first line and the command chcp 1252 on the second line. Save the batch file in a location that is in the path environment variable, and specify the batch file name as the entry value data.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000000
"DefaultColor"=dword:00000000
"EnableExtensions"=dword:00000001
"AutoRun"="chcp 1252"
These changes are set automatically each time a command prompt window is opened.
Parent Topic |