Need to deploy en-nz to isolated machines with Server 2022.

KRS 0 Reputation points
2025-02-05T14:05:54.8833333+00:00

I am trying to switch the windows display language on a number of Server 2022 machines which are isolated from the internet. To this end I am looking for a language pack/CAB files which will allow me to do this.

Sincerely, Keith

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian - MSFT 22,551 Reputation points Microsoft External Staff
    2025-02-06T15:35:29.62+00:00

    Hello,

    Here are the steps you can follow:

    1. Use a computer with internet access to download the required language packs for Windows Server 2022. These can typically be found on the Microsoft Download Center. Make sure to select the correct version (x86, x64, or ARM64) depending on your server’s architecture.

    2.Once downloaded, copy the language pack files to a USB drive or similar storage device and transfer them to the isolated server.

    3.On the isolated server, install the language pack using the following command in an elevated Command Prompt or PowerShell session: Add-WindowsOptionalFeature -Online -FeatureName <LanguagePackName> -All -Source <PathToCabFiles> Replace <LanguagePackName> with the name of the language pack and <PathToCabFiles> with the path to the directory containing the CAB files.

    4.After installation, set the new language as the display language. This can be done through the Control Panel or by using PowerShell commands.

    5.Finally, restart the server to apply the changes.

    Based on the search results, you can download the language packs for Windows Server 2022 from various sources. One reliable place to start is the official Microsoft Download Center. Here are a couple of resources that might be useful:

    1.The Microsoft Download Center provides the latest downloads for Windows Server 2022, including language packs.

    2.Another blog post provides a list of download links for Windows Server 2019 and 2022 language packs: Windows 2019 2022 语言包下载地址.Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.