PowerShell GUI for Downloading Language Packs - W10_11LangPack.ps1

Hi!
Few minutes ago I tried download language packs. Selected w10, x64 and Croatian lp but soon as I click OK script cmd windows shows some error and shuts down. I quickly catch screenshot of it:

View attachment 7856

Here, enable this one:

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Internet Explorer\Main" -Name "DisableFirstRunCustomize" -Value 2
 
This setting doesn't impact PowerShell, because it runs outside the browser and only uses the HTML engine.
 
Thanks. UUP dump changed their HTML format (added random spaces), I need to redo the parsing...
 
hello, when I examined both files, I noticed that the following field has changed. The problem was fixed when I added this field from the old file to the new one. Thanks again.


Code:
$UUP_Table = ConvertFrom-Csv @'
    UpdateID,                               Versions
    6cc7ea68-b7fb-4de1-bf9b-1f43c6218f6f,   Win11 21H2 x64
    a1b78728-530f-443f-b672-d742e7c14bcb,   Win11 21H2 arm64
    3ead9b43-aa9d-4973-8195-24be0b0ce1e1,  "Win10 2004, 20H2, 21H1 & 21H2 x64"
    70f4293c-6eaa-4db5-b059-9755ab5628d8,  "Win10 2004, 20H2, 21H1 & 21H2 x86"
    bb720c43-af68-4dc6-a397-42f278183314,  "Win10 2004, 20H2, 21H1 & 21H2 arm64"
    71cd47f8-e9b2-422b-b289-103a76016851,   Win10 1903 & 1909 x64
    fe1f4dc3-a596-495d-ad9a-810da62d7ddc,   Win10 1903 & 1909 x86
    3d401b52-605e-4f68-9f85-9b2e5b0169cd,   Win10 1903 & 1909 arm64
    6ce50996-86a2-48fd-9080-4169135a1f51,   Win10 1809 x64
    c5619e9f-a040-472a-a9b7-f7c13e1b935e,   Win10 1809 x86
    298d5b36-db90-4e68-81dc-523a337480a9,   Win10 1809 arm64
'@
 

Attachments

  • W10_11LangPack_3.zip
    9.2 KB
Actually I was having the same issue I thought its happening because of my hard edited windows... thanks bro your version is totaly working on my end too... garlin also I am having same issue with your other ps1 script "MSStoreApps" can you also have a look at it? u can send me the modified version to test... I think the common ground we are having with that guy is we are both using turkish windows? my username doesn't include unicode letters or blanks but idk...

Animation.gif

if you can't catch it, tell me how to export debug log and i send it to you
 
Last edited:
It worked right now (Microsoft.HEIFImageExtension). Just open PowerShell ISE, and run the script. That way PowerShell doesn't close the window when the script ends.
 
It worked right now (Microsoft.HEIFImageExtension). Just open PowerShell ISE, and run the script. That way PowerShell doesn't close the window when the script ends.
don't have powershell ISE on my system. the other script was not working either but now that one is working i bet this one can be fixed too.

1663360167268.png
 
Sorry, we need Out-GridView cmdlet from ISE. Otherwise I don't have a simple way of selecting an item from a dynamic list.
Trust me, it's painful enough to use WinForms UI, without using a paid interface builder.
 
22H2 has different LP's. I added 22H2 to the script last week, but forgot to upload the latest version. Try it now.
 
Hello, I am interested in downloading a language file for windows 11 22H2 version 22621.521 or 22621.608, the script downloads for 22621.1
 
Back
Top