This is an old revision of the document!
Template
windows - install for china users
Popular
choco cn packages
choco install wechat #wecom tencentqq tim
mcafee-lenovo (CN)
choco install 7zip.commandline wget sudo cd %USERPROFILE%\Downloads wget https://repo.sxl.net/win/_install/antivirus/mcafee-lenovo.7z 7z x -omcafee mcafee-lenovo.7z sudo mcafee\install.exe
script to change system locale to CN
create this file in c:\drv\cnlocale.txt
<gs:GlobalizationServices xmlns:gs="urn:longhornGlobalizationUnattend"> <!--User List--> <gs:UserList> <gs:User UserID="Current" CopySettingsToDefaultUserAcct="true"/> </gs:UserList> <!-- This sets system locale to China --> <gs:SystemLocale Name="zh-CN" /> </gs:GlobalizationServices>
control.exe intl.cpl,,/f:"c:\drv\cnlocale.xml"