5 lines
167 B
PowerShell
5 lines
167 B
PowerShell
#language, time and timezone settings:
|
|
Set-TimeZone -Id "UTC+1" -Confirm
|
|
Set-SystemLanguage no-NB
|
|
Set-WinSystemLocale no-NB
|
|
Set-WinUserLanguageList -LanguageList no-NB |