<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Changing the Windows Display Language via User Data During Instance Launch]]></title><description><![CDATA[<p dir="auto">We have successfully released Chinese-language AMI images for Windows Server 2012 R2, 2016, 2019, 2022, and 2025 on AWS. The default display language for these AMIs is Chinese, but you can change the operating system's display language to English (United States) via user data during the initial instance boot process.</p>
<p dir="auto"><a href="https://aws.amazon.com/marketplace/seller-profile?id=seller-bjpkgk2nya3ug" rel="nofollow ugc">AVORA TECHNOLOGY</a> strictly adheres to relevant specifications when integrating language packs into Windows AMIs, and this typically does not cause any adverse effects. However, considering that the primary audience for this product consists of Chinese users, we do not rule out the possibility of removing the English language pack in future version updates to reduce the size of the AMI images.</p>
<h2>Instructions:</h2>
<ol>
<li>Expand the <strong>"Advanced details"</strong> option at the bottom of the "Launch an instance" wizard;</li>
<li>Then, in the <strong>"User data - optional"</strong> section at the very bottom of the page, enter the following content (<em>do not check the "User data has already been base64 encoded" box)</em>:</li>
</ol>
<pre><code>&lt;powershell&gt;
$Language = "en-US"
Set-WinSystemLocale -SystemLocale $Language
Set-WinUserLanguageList -LanguageList $Language -Force
Set-WinUILanguageOverride -Language $Language
Set-Culture -CultureInfo $Language
Set-WinHomeLocation -GeoId 244
Restart-Computer
&lt;/powershell&gt;
</code></pre>
<ol start="3">
<li>Proceed to launch the instance as usual. Since this change involves an additional reboot step, the initial startup time of the instance will be slightly longer.</li>
</ol>
<p dir="auto"><img src="/assets/uploads/files/1776608754153-e2567e56-ebf4-43ed-ba12-e21daa94f259-image-resized.jpeg" alt="e2567e56-ebf4-43ed-ba12-e21daa94f259-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1776608767691-157849a0-8735-4b25-bf2e-803fb33695fa-image-resized.jpeg" alt="157849a0-8735-4b25-bf2e-803fb33695fa-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1776608773755-8fd71785-9be3-4f5b-970f-7010f924f7fe-image-resized.jpeg" alt="8fd71785-9be3-4f5b-970f-7010f924f7fe-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://support.avoracloud.com/topic/2/changing-the-windows-display-language-via-user-data-during-instance-launch</link><generator>RSS for Node</generator><lastBuildDate>Mon, 25 May 2026 20:28:40 GMT</lastBuildDate><atom:link href="https://support.avoracloud.com/topic/2.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Apr 2026 14:26:47 GMT</pubDate><ttl>60</ttl></channel></rss>