PowerShell GUI for Downloading Windows ADK, WinPE, LP & FOD ISO's - W10_11ADK_WinPE_LP_FOD.ps1

garlin

Moderator
Staff member
There's a sticky post on one of the Language Pack threads, with download URL's to W10 & 11 Language Pack (LP) and Feature on Demand (FOD) ISO's.

Most users don't need access to the full ISO's, since they only want to add one or two languages. For those who require the full set of LP's or FOD's, it's better to download the complete collections.

I've created a new script to help download them, and full ISO versions of the Windows ADK and ADK WinPE Add-on's. This may be useful since the default ADK & WinPE setup installers are very slow in downloading the actual software files. WinPE Add-on's are primarily used to add PE language packs along with PowerShell, .NET 4.5, WMI and other scripting support.

The script can accept multiple click selections, and the Clear button will reset the selection list. When ready, click on Download.

1713756171257.png

What versions of Windows are supported?
  • Win 7 & 8.1 with WMF 5.1
  • Win 10 & 11
Why do I get a PowerShell execution policy error?
Your default execution policy prevents unsigned scripts from running. Run the W10_11ADK_WinPE_LP_FOD.bat script.

What Windows releases are available?
W10 1809, 1903, 1909, 2004, 20H2, 21H1, Server 2019, and Server 2022
W11 21H2, 22H2, and 23H2

W11 24H2 tools aren't available now in ISO format, but probably will get released later this year.

Why does it need to run Aria2?

Aria2 is an open source tool which runs parallel network connections to dramatically speed up downloads. I'm using the same settings as UUP dump's download script for optimal performance.

How do I use the ISO?
Mount the ISO. For LP and FOD versions, you can copy whatever LP or FOD packages you need and import them into NTLite as Updates.
For the ADK and WinPE Add-ons, you will need to run the installers but the CAB files are already present.

Why don't I see Build nnnnn.nnnn listed?
MS doesn't refresh these ISO versions after they're first released.
 

Attachments

  • W10_11ADK_WinPE_LP_FOD.zip
    2.5 KB
Back
Top