Member-only story
How To Quick and Easy Install Languages Features for Windows 11
Have you ever had to go through the tedious process of installing different language features on your Windows 11 machine? It can take quite some time, and you’re not always connected to the internet.
What now?
You can take an alternative approach using PowerShell to install the basic features and their additional features, such as speech, handwriting, and more.
In this quick blog post, you’ll learn how to install language features offline on your Windows 11 machine by leveraging a PowerShell module that does the heavy lifting for you.
Not a member? Check it out for free on this link.
Prerequisites
- Windows 11 version 22H2 or above
- Depending on your OS version, obtain the ISO for 22H2 and 23H3, or alternatively, the ISO for 24H2
Install PowerShell module
Before installing these language features offline, you must install a PowerShell module. This PowerShell module is the OfflineLanguageInstaller
. To install the PowerShell module, follow the below steps:
- Open an elevated Windows PowerShell or PowerShell 7+ session
- Either use
Install-Module -Name
…