A
A
Alexander2021-07-06 11:17:42
Command line
Alexander, 2021-07-06 11:17:42

How to run exe with Russian interface?

Good afternoon!
There is one program that, when you select the Windows interface in English, is disfigured and the names of the buttons become "?????????????".
How can I run this exe file through the command line or a bat file so that it starts in Russian?
Windows itself (win 10 pro x64) the entire interface is in English.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Slinkin, 2021-07-11
@niknils

inside a batch script:
chcp 1251
or
chcp 65001&:UTF8 / English encoding. maybe fix the weird output.
or
chcp 866
By the way, in the registry you can launch cmd.exe with the launch of a batch script (with "%WinDir%\System32\CHCP.COM"), which re-launches cmd.exe with the specified parameters so that the default terminal is in Russian encoding :

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question