Skip to content

Tutorials & Guides | 教程指南

1 Topics 1 Posts

Learn how to maximize performance and simplify operations with our systematically optimized system images. 学习如何通过我们经过系统性优化的系统镜像来实现性能最大化并简化运维操作。

This category can be followed from the open social web via the handle guides@support.avoracloud.com

  • 0 Votes
    1 Posts
    64 Views
    D
    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. AVORA TECHNOLOGY 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. Instructions: Expand the "Advanced details" option at the bottom of the "Launch an instance" wizard; Then, in the "User data - optional" section at the very bottom of the page, enter the following content (do not check the "User data has already been base64 encoded" box): <powershell> $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 </powershell> 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. [image: 1776608754153-e2567e56-ebf4-43ed-ba12-e21daa94f259-image-resized.jpeg] [image: 1776608767691-157849a0-8735-4b25-bf2e-803fb33695fa-image-resized.jpeg] [image: 1776608773755-8fd71785-9be3-4f5b-970f-7010f924f7fe-image-resized.jpeg]