When I start an Aws Ec2 Windows 2012 R2 instance it always comes with a default en-US locale.
However I need to change two of the existing instances to be en-GB as if they were installed like that in the first place. Which is to say I need to change the locale to en-GB for all users including system users like Network Service or Local Service.
Is there a way to do this?
I have tried in powershell Set-WinSystemLocale en-GB but even though I get no error it does nothing even after a reboot.
Thank you for any help.