Jump to content

Recommended Posts

Posted

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

language.jpg

Posted
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

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...