Skip to content

Commit

Permalink
w1124h264
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed May 7, 2024
1 parent 3a1bf35 commit 17e845c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,20 @@ $MultiEdition = [bool] $True

目前支持的参数有:

- MakeVersion:生成版本号
- UpdateFromUUP:是否从 UUP 更新
- MultiEdition:是否转换多版本
- MakeVersion:选择制作的系统版本
- w1164
- w1064
- w1032
- w11lt2464
- w10lt2164
- w10lt2132
- w10lt1964
- w10lt1932
- w10lt1664
- w10lt1632
- UpdateFromUUP:从UUPDUMP获取更新(1809+)
- MultiEdition:转换多版本(LTSC勿选)
- SkipCheck:跳过硬件检测(Win11)

构建完成后会生成 BuildLabEx 样式的 .iso 文件和 .iso.json 的校验信息文件

Expand Down
2 changes: 1 addition & 1 deletion msupdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ switch ($MakeVersion) {
}
"w1124h264" {
# make 11 24h2 64
$ospath = "not ready"
$ospath = "/系统/Windows/Win10/24H2/26100.1.240331-1435.ge_release_CLIENTCHINA_UUP_RET_x64fre_zh-cn.iso"
$UpdateFromUUP = $true
$uupid = ((Invoke-WebRequest -Uri "https://uupdump.net/known.php?q=category:w11-24h2").Links | Where-Object {$_.href -like "selectlang.php?id=*"} | Where-Object {$_.outerHTML -like "*amd64*"})[0].href.replace("selectlang.php?id=","")
$UUPScript = "https://uupdump.net/get.php?id=$uupid&pack=0&edition=updateOnly&aria2=2"
Expand Down

0 comments on commit 17e845c

Please sign in to comment.