diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 7ec306a..ea0d694 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -62,5 +62,9 @@ powercfg /setactive scheme_current # Force remove of the hiberfil.sys file even if hibernation is already disabled in Win2Go powercfg /hibernate off -# Locale -Set-WinUserLanguageList -LanguageList en-US, fr-FR -Force \ No newline at end of file +# Set available keyboard inputs +Set-WinUserLanguageList -LanguageList en-US, fr-FR -Force +# Set how dates/times/etc. are displayed +Set-Culture -CultureInfo fr-FR +# Set the timezone to Paris +Set-TimeZone -Id "Romance Standard Time" \ No newline at end of file