Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ISKOTB

macrumors 65816
Original poster
Aug 6, 2011
1,072
237
Florida
I work in a foreign environment on the domain they default the language format to German and I'm tired of always changing the region and language to English US. I talked to the admins they said they will work on it....etc
can someone help me with something I can just double click/add to the startup folder so it does it automatically?

Thanks!!!
 

Attachments

  • US.jpg
    US.jpg
    170.5 KB · Views: 242
no go

The term 'Set-Culture' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:12
+ Set-Culture <<<< en-US
+ CategoryInfo : ObjectNotFound: (Set-Culture:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException


See if this Powershell script will update it correctly:
Code:
Set-Culture en-US
Set-WinUserLanguageList en-US -Force

Adapted from here: http://puters.net/powershell/correct-region-and-language-settings-with-powershell/

Another option is to download the PoSH script from the gallery:

https://gallery.technet.microsoft.com/scriptcenter/How-to-change-the-System-82479048

and follow the included help.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.