Change Windows Language
Hello,
i want to change language before the user login to his session. I created a LocalScripts with Powershell:
Set-WinSystemLocale fr-FR
Set-WinUserLanguageList fr-FR -Force
But unfortunatly it did nothing and language still in english. The script run well because i see it in log but no change. Maybe because the boot step is not ready to do this ?
I could do as first logon but force user to login to logoff just after is not a great experience.
If you have any tips ?
Thank, regards?