987386.png

李珐

GF  2020-11-05 15:36
(清纯控)

懂电脑大佬请进,请教一下一个问题

就是我玩游戏,两个国家的服,韩服和国服,每次玩韩服的话区域设置就改成韩国(不改的话游戏内语言会是乱码)玩国服的话就得再改回来,然后每次从一堆国家里一个一个找,然后重启,反反复复有点烦,大佬们有没有那种一键设置的办法,我倒是搜到了一个bat ,但无奈小白不太理解
open a cmd window and type reg query "HKCU\Control Panel\International" which will show you the values as you want them.
Then to modify them, use REG ADD "HKCU\Control Panel\International" /t REG_SZ /v LocaleName /d es-Mx /f for each value replacing what is after /v with the appropriate name and what is after /d with the appropriate value.

For example:
reg query "HKCU\Control Panel\International
REG ADD "HKCU\Control Panel\International" /t REG_SZ /v LocaleName /d en-GB /f
REG ADD "HKCU\Control Panel\International" /t REG_SZ /v sCountry /d "United Kingdom" /f

The other option is to just export the HKCU\Control Panel\International hive to a .reg file and just import it into the registry using regedit /s ImportFile.reg
You may need to refresh the registry after the import to see the changes. This usually involves a reboot but try adding the following as the last line in your batch file instead. RUNDLL32.EXE USER32.DLL,UpdatePerUserSystemParameters ,1 ,True

none.gif

2d53680f

随便用个转区软件就行了
https://xupefei.github.io/Locale-Emulator/

987386.png

李珐

B2F  2020-11-05 16:17
(清纯控)

回 1楼(2d53680f) 的帖子

首先谢谢大佬,但这个我用过,感觉还不如自己改区域语言

124312351.png

gia1

B3F  2020-11-05 16:44
(やっぱり女の子は紙かJPGに限る)
屋里有多台电脑没考虑过