Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:windows_install_cn_users [2021/05/18 06:21] – ↷ Page moved from pub:windows_install_cn_users to sxl:windows_install_cn_users derekpub:windows_install_cn_users [2022/03/11 02:29] (current) – [Popular] derek
Line 1: Line 1:
 +==== windows - install for china users ====
 +
 +=== Popular ===
 +
 +  * [[https://pc.qq.com/|腾信软件中心]]
 +  * [[https://www.360.cn/|360]] - [[360极速浏览器|https://browser.360.cn/ee/]] 360软件管家
 +  * [[https://pinyin.sogou.com/|搜狗输入法]]
 +
 +=== choco cn packages ===
 +  choco install wechat
 +  #wecom tencentqq tim
 +
 +=== mcafee-lenovo (CN) ===
 +
 +  choco install 7zip.commandline wget sudo
 +  md c:\drv & cd /d c:\drv
 +  wget http://repo.sxl.net/win/01.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''
 +
 +<code xml>
 +<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>
 +</code>
 +
 +  control.exe intl.cpl,,/f:"c:\drv\cnlocale.xml"