当前位置:网站首页>CMD implements the language conversion of locale non Unicode programs
CMD implements the language conversion of locale non Unicode programs
2022-07-03 19:23:00 【Rondox】
1. Create a new one txt write in
<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend">
<gs:UserList>
<gs:User UserID="Current" CopySettingsToDefaultUserAcct="true" CopySettingsToSystemAcct="true"/>
</gs:UserList>
<!-- system locale --><gs:SystemLocale Name="zh-CN" />
</gs:GlobalizationServices>
And save it as xml file I am a localeToCN.xml
ps:<gs:SystemLocale Name="zh-CN" />
among zh-CN It is the detailed correspondence table of language code. Check the official website of Microsoft It can be changed as required
Apply to Windows Available language packs for | Microsoft Docs
For me only
Simplified Chinese :zh-CN
Japanese :ja-JP
2. open cmd Administrator mode input
control.exe intl.cpl,, /f:"localeToCN.xml"
Then restart to find that the switch is successful
ps:localeToCN.xml Writing the file name directly here means the current directory file
After restart, open the control panel and the open area can be seen
Or open cmd Input Intl.cpl enter
Advanced
1. The second step above is also written as batch processing bat
@echo off&color 17
if exist "%SystemRoot%\SysWOW64" path %path%;%windir%\SysNative;%SystemRoot%\SysWOW64;%~dp0
bcdedit >nul
if '%errorlevel%' NEQ '0' (goto UACPrompt) else (goto UACAdmin)
:UACPrompt
%1 start "" mshta vbscript:createobject("shell.application").shellexecute("""%~0""","::",,"runas",1)(window.close)&exit
exit /B
:UACAdmin
cd /d "%~dp0"
control.exe intl.cpl,, /f:"localeToCN.xml"
pause
The new paragraph is to open the default administrator mode to run No need to right-click the administrator to open
For my convenience surface Touch screen operation I also wrote restart bat
Content :
shutdown /r /t 2
Empathy : The area can also be written Convenient touch screen
Intl.cpl
At last, I used :
It can also be made into a bat Enter a number and choose a different language But touch screen operation is a little troublesome I wrote it separately
Or maybe c# Make a simple one I don't have to worry about it Just use it.
Information :
1.Change System Locale Windows Command Line | Password Recovery
2. Apply to Windows Available language packs for | Microsoft Docs
3.https://www.jb51.net/article/193692.htm
边栏推荐
- Find the median of two positive arrays
- Zhang Fei hardware 90 day learning notes - personal record of day 3, please see my personal profile / homepage for the complete
- 第一章:喝汽水,阶梯电费计算,阶梯电费计算函数,个人所税,求解平方根不等式,简化求解平方根不等式,求解调和级数不等式,解不等式:d<1+1/2-1/3+1/4+1/5-1/6+..士1/n
- Pecan - route
- [mathematical modeling] ship three degree of freedom MMG model based on MATLAB [including Matlab source code 1925]
- FBI警告:有人利用AI换脸冒充他人身份进行远程面试
- The most valuable thing
- Octopus online ecological chain tour Atocha protocol received near grant worth $50000
- What does a really excellent CTO look like in my eyes
- [water quality prediction] water quality prediction based on MATLAB Fuzzy Neural Network [including Matlab source code 1923]
猜你喜欢
第一章:求奇因数代数和,求同吗小数和s(d, n),简化同码小数和s(d, n),拓广同码小数和s(d, n)
【光学】基于matlab涡旋光产生【含Matlab源码 1927期】
Dart JSON编码器和解码器剖析
2020 intermediate financial management (escort class)
OSPF - detailed explanation of stub area and full stub area
Counting from the East and counting from the West will stimulate 100 billion industries. Only storage manufacturers who dare to bite the "hard bone" will have more opportunities
Record: MySQL changes the time zone
01 - QT OpenGL display OpenGL window
第一章:求n的阶乘n!
第一章:喝汽水,阶梯电费计算,阶梯电费计算函数,个人所税,求解平方根不等式,简化求解平方根不等式,求解调和级数不等式,解不等式:d<1+1/2-1/3+1/4+1/5-1/6+..士1/n
随机推荐
Ctrip will implement a 3+2 work system in March, with 3 days on duty and 2 days at home every week
Flutter network and data storage framework construction-b1
Chapter 1: seek common? Decimal and S (D, n)
Summary of 90 day learning materials and notes of Zhang Fei's actual electronic hardware engineer
EGO Planner代码解析bspline_optimizer部分(1)
Day_ 18 IO stream system
第二十章:y= sin(x)/x,漫步坐标系计算,y= sin(x)/x 带廓幅图形,奥运五环,小球滚动与弹跳,流水显示,矩形优化裁剪,r个皇后全控nxn棋盘
TFs and SVN [closed] - TFs vs SVN [closed]
The earliest record
Record: writing MySQL commands
Day10 ---- 强制登录, token刷新与jwt禁用
第二章:求长方体数组,指定区间内的完全数,改进指定区间内的完全数
第一章:求奇因数代数和,求同吗小数和s(d, n),简化同码小数和s(d, n),拓广同码小数和s(d, n)
2022-06-30 网工进阶(十四)路由策略-匹配工具【ACL、IP-Prefix List】、策略工具【Filter-Policy】
Buuctf's different flags and simplerev
第一章: 舍罕王失算
Chapter 1: find the factorial n of n!
Sentinel source code analysis part II - sentinel dashboard console startup and configuration
How to build an efficient information warehouse
Analysis of dart JSON encoder and decoder