Skip to content

Commit f406b12

Browse files
author
User
committed
fix: add Internet Archive as Win11 Pro source
fwlink for Windows 11 Eval is dead (redirects to bing.com). Added two manual download options: - Microsoft Eval Center (enterprise eval, 90-day, includes Pro features) - Internet Archive (direct download, Pro edition, no form)
1 parent 3c7eb27 commit f406b12

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

config/iso_categories.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,21 @@
5858
"label": "Windows",
5959
"items": [
6060
{
61-
"version": "Windows 11 24H2 (eval)",
62-
"url": "https://www.microsoft.com/en-us/evalcenter/evaluate-windows-11-pro",
63-
"description": "Windows 11 Enterprise Evaluation — manual: open link, fill form, download ISO",
61+
"version": "Windows 11 24H2 (eval — Microsoft)",
62+
"url": "https://www.microsoft.com/en-us/evalcenter/evaluate-windows-11-enterprise",
63+
"description": "Windows 11 Enterprise Evaluation — fill form, get ISO (includes Pro features, 90-day trial)",
6464
"size": "~6.4 GB",
6565
"filename": "Win11_24H2_Eval.iso",
6666
"manual_download": true
6767
},
68+
{
69+
"version": "Windows 11 24H2 Pro (Archive.org)",
70+
"url": "https://archive.org/details/windows-11-24h2-26100.1742",
71+
"description": "Windows 11 Pro — download from Internet Archive (direct ISO, no form needed)",
72+
"size": "~6.4 GB",
73+
"filename": "Win11_24H2_Pro_IA.iso",
74+
"manual_download": true
75+
},
6876
{
6977
"version": "Windows Server 2025 (eval)",
7078
"url": "https://go.microsoft.com/fwlink/?linkid=2294501",

0 commit comments

Comments
 (0)