Skip to content

Commit cba0d1a

Browse files
authored
Merge pull request #200086 from dknappettmsft/avd-language-packs-lcu
AVD added note to reinstall latest cumulative update when adding lang…
2 parents c2f6476 + a3279a1 commit cba0d1a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/virtual-desktop/language-packs.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install language packs on Windows 10 VMs in Azure Virtual Desktop - Azure
33
description: How to install language packs for Windows 10 multi-session VMs in Azure Virtual Desktop.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 04/01/2022
6+
ms.date: 06/01/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -40,7 +40,7 @@ You need the following things to customize your Windows 10 Enterprise multi-sess
4040
- [Windows 10, version 20H2 Inbox Apps ISO](https://software-download.microsoft.com/download/pr/19041.508.200905-1327.vb_release_svc_prod1_amd64fre_InboxApps.iso)
4141
- [Windows 10, version 21H1 or 21H2 Inbox Apps ISO](https://software-download.microsoft.com/download/sg/19041.928.210407-2138.vb_release_svc_prod1_amd64fre_InboxApps.iso)
4242

43-
- If you use Local Experience Pack (LXP) ISO files to localize your images, you will also need to download the appropriate LXP ISO for the best language experience
43+
- If you use Local Experience Pack (LXP) ISO files to localize your images, you'll also need to download the appropriate LXP ISO for the best language experience
4444
- If you're using Windows 10, version 1903 or 1909:
4545
- [Windows 10, version 1903 or 1909 LXP ISO](https://software-download.microsoft.com/download/pr/Win_10_1903_32_64_ARM64_MultiLng_LngPkAll_LXP_ONLY.iso)
4646
- If you're using Windows 10, version 2004, 20H2, or 21H1, use the information in [Adding languages in Windows 10: Known issues](/windows-hardware/manufacture/desktop/language-packs-known-issue) to figure out which of the following LXP ISOs is right for you:
@@ -90,17 +90,21 @@ To create the content repository for language packages and FODs and a repository
9090
To create a custom Windows 10 Enterprise multi-session image manually:
9191

9292
1. Deploy an Azure VM, then go to the Azure Gallery and select the current version of Windows 10 Enterprise multi-session you're using.
93-
2. After you've deployed the VM, connect to it using RDP as a local admin.
94-
3. Make sure your VM has all the latest Windows Updates. Download the updates and restart the VM, if necessary.
95-
4. Connect to the language package, FOD, and Inbox Apps file share repository and mount it to a letter drive (for example, drive E).
93+
1. After you've deployed the VM, connect to it using RDP as a local admin.
94+
1. Make sure your VM has all the latest Windows Updates. Download the updates and restart the VM, if necessary.
95+
96+
> [!IMPORTANT]
97+
> After you install a language pack, you have to reinstall the latest cumulative update that is installed on your image. If you do not reinstall the latest cumulative update, you may encounter errors. If the latest cumulative update is already installed, Windows Update does not offer it again; you have to manually reinstall it. For more information, see [Languages overview](/windows-hardware/manufacture/desktop/languages-overview.md?view=windows-10&preserve-view=true#considerations).
98+
99+
1. Connect to the language package, FOD, and Inbox Apps file share repository and mount it to a letter drive (for example, drive E).
96100

97101
## Create a custom Windows 10 Enterprise multi-session image automatically
98102

99103
If you'd rather install languages through an automated process, you can set up a script in PowerShell. You can use the following script sample to install the Spanish (Spain), French (France), and Chinese (PRC) language packs and satellite packages for Windows 10 Enterprise multi-session, version 2004. The script integrates the language interface pack and all necessary satellite packages into the image. However, you can also modify this script to install other languages. Just make sure to run the script from an elevated PowerShell session, or else it won't work.
100104

101105
```powershell
102106
########################################################
103-
## Add Languages to running Windows Image for Capture##
107+
## Add Languages to running Windows Image for Capture ##
104108
########################################################
105109
106110
##Disable Language Pack Cleanup##
@@ -175,7 +179,7 @@ The script might take a while depending on the number of languages you need to i
175179

176180
Once the script is finished running, check to make sure the language packs installed correctly by going to **Start** > **Settings** > **Time & Language** > **Language**. If the language files are there, you're all set.
177181

178-
After adding additional languages to the Windows image, the inbox apps are also required to be updated to support the added languages. This can be done by refreshing the pre-installed apps with the content from the inbox apps ISO.
182+
After you've added additional languages to the Windows image, the inbox apps are also required to be updated to support the added languages. This can be done by refreshing the pre-installed apps with the content from the inbox apps ISO.
179183
To perform this refresh in an environment where the VM doesn't have internet access, you can use the following PowerShell script template to automate the process and update only installed versions of inbox apps.
180184

181185
```powershell
@@ -230,7 +234,7 @@ To run sysprep:
230234
231235
2. Stop the VM, then capture it in a managed image by following the instructions in [Create a managed image of a generalized VM in Azure](../virtual-machines/windows/capture-image-resource.md).
232236
233-
3. You can now use the customized image to deploy a Azure Virtual Desktop host pool. To learn how to deploy a host pool, see [Tutorial: Create a host pool with the Azure portal](create-host-pools-azure-marketplace.md).
237+
3. You can now use the customized image to deploy an Azure Virtual Desktop host pool. To learn how to deploy a host pool, see [Tutorial: Create a host pool with the Azure portal](create-host-pools-azure-marketplace.md).
234238
235239
## Enable languages in Windows settings app
236240

0 commit comments

Comments
 (0)