For both Server 2008 Standard R2 and Server Standard 2012, I need to use a command script (not PowerShell) to change the display language. I would prefer a common approach for both types of server and either LIP or MUI - but I'll be happy even if I need distinct solutions for each of these four cases.
Asked
Active
Viewed 1,100 times
1 Answers
1
Intlcfg.exe
https://technet.microsoft.com/en-us/library/cc722068%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
You can run the intlcfg command on an offline Windows image or on a running Windows operating system.
The Intlcfg.exe tool is installed in the Tools folder of the Windows OPK or Windows AIK. (Not installed with windows, you have to download and install)
get the .exe from: http://www.microsoft.com/en-us/download/details.aspx?id=5753
IF this solves your problem, please mark as answered.
Dan Stolts
- 66