Created
June 4, 2024 18:56
-
-
Save Icaruk/4e7597410d8b59bda5d7218f561967a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set layout to spanish | |
$LanguageList = New-WinUserLanguageList es-ES | |
Set-WinUILanguageOverride -Language $LanguageList | |
Set-WinUserLanguageList $LanguageList -Force | |
Set-WinDefaultInputMethodOverride -InputTip "0409:0000040A" | |
Write-Output "Done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment