In the English language version of Windows 10 (Maybe 8, 7 have the same problem?),
filenames containing Chinese, Korean, Japanese or other non-ASCII language characters are displayed incorrectly in Windows File Explorer, even after the fonts which support their respective language were installed.
Font display problems in Windows File Explorer are -
Some non-ASCII characters are displayed as different character.
Some non-ASCII characters are displayed in a very small size.
Font display problem in cmd is -
The encoding of cmd does not support non-ASCII character (or the deeper layer does not support non-ASCII).
When I start some executable file, if its name includes non-ASCII characters, it won't run.
And when I try to run .bat or .cmd file that includes non-ASCII characters in it, it raises error.
I have install Adobe open source fonts which support those non-ASCII characters.
Q1. How do i modify the font that Windows File Explorer uses?
Example of error in Windows File Explorer:

Forgive me that I am not a Chinese native user, but have some fundamental knowledge. Those letter should be like this picture:
The third line in the above example is not the right size.
Q2. How do i make the shell layer support Unicode characters?
