ITGURU Posted October 2, 2020 Posted October 2, 2020 Hoping someone can help - i've set every GPO setting possible to English UK but when users login, I still get English (United States) so Colour is picked up as being wrong. Here's the settings in word, if someone could please help? It's showing as set by policy, but at the bottom of word, it shows as US! Thanks
ITGURU Posted October 3, 2020 Author Posted October 3, 2020 I have the same issue Spent about 2 hours on it last night and finally found a fix/workaround. created a powershell file with the following content, created a new GPO with a startup script pointing to the powershell file and assigned to my computers OU, and it works! Monday will tell when everyone gets back logging on! $LangList = Get-WinUserLanguageList$MarkedLang = $LangList | where LanguageTag -eq "en-US"$LangList.Remove($MarkedLang)Set-WinUserLanguageList $LangList -Force 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now