Skip to content

Commit

Permalink
fix(msupdate): use win11 ltsc2024 26100.1742 arm64 iso
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Nov 23, 2024
1 parent 60779ef commit 6af8d6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MSUpdate 能帮助你轻松获取最新集成更新版本的 Windows 系统镜

### 保持最新

集成系统更新至 {{ (new Date()).getFullYear()+"."+((new Date()).getMonth()+1) }} 最新版本
集成系统更新至最新版本

### 直链下载

Expand Down Expand Up @@ -59,17 +59,19 @@ MSUpdate 能帮助你轻松获取最新集成更新版本的 Windows 系统镜
- 教育版 Education
- 企业版 Enterprise
- IoT企业版 IoTEnterprise
- 企业版G EnterpriseG
- 企业版G EnterpriseG (可能会转换失败)

### ESD 打包

效率更高,方便快速装机

### 提供 ARM64 版本

### 提供部分旧版本 Build 镜像

## 获取镜像
## 获取镜像

https://sys.xrgzs.top/get/msupdate
<https://sys.xrgzs.top/get/msupdate>

网盘备用:

Expand Down
3 changes: 1 addition & 2 deletions msupdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ switch ($MakeVersion) {
$os_display = "Windows $os_ver LTSC 2024"
$os_arch = "arm64"
$os_lang = "zh-cn"
$ospath = "/系统/Windows/Win10/Res/26100/arm64/26100.1.240331-1435.ge_release_CLIENT_ENTERPRISES_OEM_A64FRE_zh-cn.iso"
$ospath = "/系统/Windows/Win10/Res/26100/arm64/26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_A64FRE_zh-cn.iso"
$UpdateFromUUP = $true
$Cleanup = $false
$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 "*Windows 11*arm64*"})[0].href.replace("selectlang.php?id=","")
$UUPScript = "https://uupdump.net/get.php?id=$uupid&pack=0&edition=updateOnly&aria2=2"
Start-Sleep -Seconds 3
Expand Down

0 comments on commit 6af8d6f

Please sign in to comment.