How to forcefully Remove Language Pack on Windows 10 and Windows 11

Published on:

|

Categories: , , ,

|

Modified Date:

Here, I’m going to show you this in Windows 11. The steps in Windows 10 are the same thing.



Commands:
Get-WinUserLanguageList
$LangList = Get-WinUserLanguageList
$MarkedLang = $LangList | where LanguageTag -eq “LANGUAGETAG”
$LangList.Remove($MarkedLang)
Set-WinUserLanguageList $LangList -Force



What you will learn:
1. How to remove a language that is greyed out
2. How to quickly remove the unwanted pack with a few PowerShell commands
3. How to remove language packs using PowerShell
4. How to display the list of languages currently installed on your PC
5. How to remove the language you couldn’t remove


















Song: MBB – Arrival (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://youtu.be/5h3kPmaNUAA

#computereverywhere #howto #remove #language #pack #windows10 #windows11

Leave a Reply

Your email address will not be published. Required fields are marked *