1 Star 0 Fork 51

bophoo / project_12742478

forked from chuanjiao10 / kasini3000 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
set_Language_english.ps1 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
chuanjiao10 提交于 2020-10-05 13:44 . 英文化2
#建议保存编码为:bom头 + utf8
$private:l = @'
$env:LANG = 'en_US.UTF-8'
'@
if ( ($IsWindows -eq $True) -or ($PSVersionTable.psversion.major -lt 6) ) #win
{
Set-Content -LiteralPath 'c:\ProgramData\kasini3000\get_Language.ps1' -Encoding utf8BOM -Value $private:l
& 'c:\ProgramData\kasini3000\get_Language.ps1'
}
if ($IsLinux -eq $True)
{
Set-Content -LiteralPath '/etc/kasini3000/get_Language.ps1' -Encoding utf8BOM -Value $private:l
& '/etc/kasini3000/get_Language.ps1'
}
exit 0
PowerShell
1
https://gitee.com/bophoo/kasini3000.git
git@gitee.com:bophoo/kasini3000.git
bophoo
kasini3000
project_12742478
master

搜索帮助