PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1

I found windows11lite version 1.17gb it is Russian and I can not make it to the end of the English, the system says that the language could not be set but I can select it and then in the settings of the system begins a confusion with what is written and what is inside the menu and many functions like language selection stops working, maybe I'm doing something wrong or it's because it is lightweight, can anyone help me set English without errors? You can download it here [REMOVED].

Mod note:
Forum rules don't allow linking to non-MS ISO's.
 
Last edited by a moderator:
I found windows11lite version 1.17gb it is Russian and I can not make it to the end of the English, the system says that the language could not be set but I can select it and then in the settings of the system begins a confusion with what is written and what is inside the menu and many functions like language selection stops working, maybe I'm doing something wrong or it's because it is lightweight, can anyone help me set English without errors? You can download it here [REMOVED].

Mod note: Forum rules don't allow linking to non-MS ISO's.
We don't discuss modded Windows ISO's on NTLite forum. There are other sites or Discord for that.

This thread is just for downloading Language Packs. A normal ISO requires integration of LP's before applying any updates, or removals.
Retrofitting LP's to a previously modded image will break things, which is why you always start with a clean ISO.
 
That’s a recent Insider Build, which the script doesn’t support yet. For now, download a local edition ISO from UUP dump which has your language. I have to check which one of the listed versions is the right baseline.
 
That’s a recent Insider Build, which the script doesn’t support yet. For now, download a local edition ISO from UUP dump which has your language. I have to check which one of the listed versions is the right baseline.
thank you for the answer but I am looking for language pack for multi aio compilation
 
I can't support W11 Insider Preview for now -- because MS isn't following the usual version rules.

When you compare builds 23403 and 23451, none of the LP files are the same. They keep changing, so I can't provide a 23H2 Preview until Windows reaches a stable Release Candidate (RC).

Here's a one-off script version that adds support for 23440. Those who understand how UUP dump works with the UpdateID in the browser URL can replace the UpdateID string in the script for the next Insider Preview.
 

Attachments

  • 23440.zip
    3.2 KB
Je ne peux pas prendre en charge W11 Insider Preview pour le moment, car MS ne suit pas les règles de version habituelles.

Lorsque vous comparez les versions 23403 et 23451, aucun des fichiers LP n'est identique. Ils ne cessent de changer, je ne peux donc pas fournir d'aperçu 23H2 tant que Windows n'a pas atteint une version stable de Release Candidate (RC).

Voici une version de script unique qui ajoute la prise en charge de 23440. Ceux qui comprennent le fonctionnement du vidage UUP avec UpdateID dans l'URL du navigateur peuvent remplacer la chaîne UpdateID dans le script pour le prochain Insider Preview.
merci pour le script mais quand je le lance il se ferme tout seul
 
This script worked for me right now. How are you running the script?
Code:
powershell -nop -ep bypass -f 23440.ps1
 
I don't have any problem downloading Arabic. Since you're not describing what you see, I can't figure out what is wrong.
 
I don't have any problem downloading Arabic. Since you're not describing what you see, I can't figure out what is wrong.
WHEN I OPEN THE SCRIPT TO DOWNLOAD THE ARABIC LANGUAGE THE SCRIPT OPENS FOR 30 SECOUNDS THEN IT CLOSES ITS DOWNLOAD LANGUAGE DESIRED
 
Hello, not able to make this tool working, dunno why, can someone who can use it post here or in pm the direct link please?

Need italian language pack (it-it) for windows ltsc 2019 (aka 1809), and ltsc 2021 (aka 21H2), thank you.
 
Last edited:
Hello, not able to make this tool working, dunno why, can someone who can use it post here the direct links please?

Need italian language pack for windows ltsc 2019 (aka 1809), and ltsc 2021 (aka 21H2), thank you.
If you're behind a firewall, or don't have access to uupdump.net -- the script won't work.
There are no static links; UUP dump is generating a list of expiring download links to MS servers, like Windows Update would do.

My suggestion is try a HK-based mirror server. Change line #213 to uupdump.cn:
Code:
    $Links = (Invoke-WebRequest -UseBasicParsing -Method Get -Uri "https://uupdump.cn/get.php?id=$UpdateID&pack=$Region&edition=core" `
 
If you're behind a firewall, or don't have access to uupdump.net -- the script won't work.
There are no static links; UUP dump is generating a list of expiring download links to MS servers, like Windows Update would do.

My suggestion is try a HK-based mirror server. Change line #213 to uupdump.cn:
Code:
    $Links = (Invoke-WebRequest -UseBasicParsing -Method Get -Uri "https://uupdump.cn/get.php?id=$UpdateID&pack=$Region&edition=core" `

Thank you, was able to do it but when i try to install it an error pop-up, "you can't install this file", guess it have to do with Tiny10 that erased completely uwp and windows update.
 
Back
Top