aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/change-language-settings.ps1
blob: d1a87ff3802f30577aaaedfa7562d97531c55c0d (plain)
1
2
3
4
Write-Host "Change locale and language settings"
Set-WinSystemLocale -SystemLocale en-US
Set-WinUILanguageOverride -Language en-US
Set-WinUserLanguageList en-US -Force