无忧启动论坛
标题: w10的语言包哪儿能离线下载? [打印本页]
作者: 2012ccxbox 时间: 2023-7-10 10:30
标题: w10的语言包哪儿能离线下载?
想下载个1909x64的中文语言包 。 网上搜不到
电脑没法联网 不能在线下载
求助帮下个
作者: ilikeyi 时间: 2023-7-10 12:07
https://learn.microsoft.com/en-u ... -windows-experience
$1903Files = @{
'LanguagePack' = "https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_CLIENTLANGPACKDVD_OEM_MULTI.iso"
'FOD' = "https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso"
'InboxApps' = "https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_amd64fre_InboxApps.iso"
}
$1909Files = @{
'LanguagePack' = 'https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_CLIENTLANGPACKDVD_OEM_MULTI.iso'
'FOD' = 'https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso'
'InboxApps' = 'https://software-download.microsoft.com/download/pr/18362.1.190318-1202.19h1_release_amd64fre_InboxApps.iso'
}
$2004Files = @{
'LanguagePack' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_CLIENTLANGPACKDVD_OEM_MULTI.iso'
'FOD' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso'
'InboxApps' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_amd64fre_InboxApps.iso'
}
$20H2Files = @{
'LanguagePack' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_CLIENTLANGPACKDVD_OEM_MULTI.iso'
'FOD' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso'
'InboxApps' = 'https://software-download.microsoft.com/download/pr/19041.508.200905-1327.vb_release_svc_prod1_amd64fre_InboxApps.iso'
}
$21H1Files = @{
'LanguagePack' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_CLIENTLANGPACKDVD_OEM_MULTI.iso'
'FOD' = 'https://software-download.microsoft.com/download/pr/19041.1.191206-1406.vb_release_amd64fre_FOD-PACKAGES_OEM_PT1_amd64fre_MULTI.iso'
'InboxApps' = 'https://software-download.microsoft.com/download/sg/19041.928.210407-2138.vb_release_svc_prod1_amd64fre_InboxApps.iso'
}
旧版。
新版:
https://learn.microsoft.com/en-u ... ktop/language-packs
作者: qingxuzhao 时间: 2023-7-10 14:16
你可以去uupdump找一下对应版本的Microsoft-Windows-Client-LanguagePack-Package_zh-cn-*-zh-cn.esd,再用esd转cab工具转为cab格式,应该可以得到想要的语言包吧。
作者: ilikeyi 时间: 2023-7-10 14:33
不懂就不要误人子弟,微软官方文档写得很清楚:
1、必须使用初始版本制作;
2、必须对应原始语言包。
OEM 厂商都是这样遵循的,你却叫人家去下载一个 语言包?
完整的语言包就只要那一个吗?
作者: 2012win98se 时间: 2023-7-10 14:42
旧版的方法用在新版是可能会造成破坏的(因为内部结构已经改到很重了),不是什么方法都适合古法炮新制
作者: qingxuzhao 时间: 2023-7-10 17:41
他求助帮下个,然后不懂就问,请问语言包是cab格式的吗?为什么其他语言包是cab格式,并且设置中显示语言包是几十MB,所以为什么官方文档给的链接是GB?
作者: ilikeyi 时间: 2023-7-10 17:47
Windows 11 22H2 离线封装多语言教程
哔哩哔哩 | 腾讯视频 | 西瓜视频 | 爱奇艺 | 搜孤视频 | 优酷
这里有完整的教程。。
作者: qingxuzhao 时间: 2023-7-10 17:48
然后cab文件我下载了,放在了123网盘,这样更快一些,链接:www点123pan.com/s/7zyzVv-Ru1Gd.html,18362版本,应该可以吧(把点改成.)
作者: 黑中见白 时间: 2023-7-11 05:51
@echo off
rem script: @rgadguard
cd /d "%~dp0"
set down_aria2=0
set "aria2=aria2c.exe"
set "aria2Script=aria2_script_%random%.txt"
set "destDir=uup/18363.2274/zh-cn/amd64"
if NOT EXIST %aria2% (if not exist "%windir%\%aria2%" goto :NO_ARIA2)
:GO_DOWN
title Starting download of files...
%aria2% -x16 -s16 -d"%cd%" -o"%aria2Script%" "https://uup.rg-adguard.net/api/GetFiles?id=d371aab7-52f8-45f3-b2a4-a417d8e54cb5&lang=zh-cn&edition=lang&txt=yes"
if %ERRORLEVEL% GTR 0 goto DOWNLOAD_ERROR
for %%i in ("%aria2Script%") do (if /i %%~zi LEQ 10 goto ERROR_API)
%aria2% -x16 -s16 -j5 -c -R -d"%destDir%" -i"%aria2Script%"
if %ERRORLEVEL% GTR 0 goto DOWNLOAD_ERROR
if %down_aria2%==1 erase /q /s "%aria2%" >NUL 2>&1
erase /q /s "%aria2Script%" >NUL 2>&1
pause
goto EOF
:NO_ARIA2
for /f "tokens=3 delims=:. " %%f in ('bitsadmin.exe /CREATE /DOWNLOAD "Download aria2" ^| findstr "Created job"') do set GUID=%%f
title Download aria2...
bitsadmin /transfer %GUID% /download /priority foreground https://uup.rg-adguard.net/dl/aria2/aria2c_x86.exe "%cd%\aria2c.exe"
if NOT EXIST %aria2% goto NO_ARIA2_ERROR
set down_aria2=1
goto :GO_DOWN
:NO_ARIA2_ERROR
echo We found that you have not installed Aria2.
echo.
echo To install - you can download from this link:
echo https://uup.rg-adguard.net/dl/aria2_install.zip
echo.
pause
goto EOF
:DOWNLOAD_ERROR
color 0c
echo We have encountered an error while downloading files.
erase /q /s "%aria2Script%" >NUL 2>&1
pause
goto EOF
:ERROR_API
color 0c
echo Error getting links to download UUP files.
echo Try again a few minutes later.
erase /q /s "%aria2Script%" >NUL 2>&1
pause
goto EOF
:EOF
exit
作者: 黑中见白 时间: 2023-7-11 05:55
esd语言包直接用dism++打进去
作者: 2012ccxbox 时间: 2023-7-12 19:23
非常感谢 已下载安装 正在使用
作者: 2012ccxbox 时间: 2023-7-12 20:23
感谢 我只是想系统上加上多个语言包 因为老外需要远程
作者: 2012ccxbox 时间: 2023-7-12 20:25
aria 下载的?如果是其它语言包呢 比如英文
作者: 2012ccxbox 时间: 2023-7-12 20:27
英文语言包有么?
我用百度 bing都找不到下载地址
作者: 黑中见白 时间: 2023-7-13 09:25
本帖最后由 黑中见白 于 2023-7-13 09:26 编辑
https://uup.rg-adguard.net/22h2,
英文
专业版
语言
下载uup
直接获取链接也行
作者: 黑中见白 时间: 2023-7-13 09:44
要下的是esd
古老版本是cab吧
dism++直接打入
语言包Microsoft-Windows-Client-LanguagePack-Package_zh-cn~31bf3856ad364e35~amd64~zh-cn~.esd
作者: 2011dsfive 时间: 2023-7-13 15:20
进来看看
作者: 2012ccxbox 时间: 2023-7-13 21:25
感谢 终于知道下载的地方了。。。
作者: 309920052 时间: 2023-7-14 09:47
这个得留名,也许哪天能用到
作者: 17opera 时间: 2023-11-1 11:07
请教大佬,目前有需要制作OEM的需求,您提到
"必须使用初始版本制作"
这如果是在UUP上下载的英文语系,这样算是初始版本吗?还是要透过微软官网下载的才算是?MS OEM 22H2有提供下载位置,但是版本是2022年5月份的
作者: ilikeyi 时间: 2023-11-1 11:44
真的是小学文化吗?UUP 那个是自制,那个叫初始版本吗?
微软昨天都已经发行了。需要你自己去 UUP?
Windows 11 Consumer 23H2
ar-sa_windows_11_consumer_editions_version_23h2_x64_dvd_b507f164.iso
bg-bg_windows_11_consumer_editions_version_23h2_x64_dvd_56baae7b.iso
cs-cz_windows_11_consumer_editions_version_23h2_x64_dvd_c4b740b5.iso
da-dk_windows_11_consumer_editions_version_23h2_x64_dvd_e42ed441.iso
de-de_windows_11_consumer_editions_version_23h2_x64_dvd_dd5bdd4c.iso
el-gr_windows_11_consumer_editions_version_23h2_x64_dvd_1fe13d86.iso
en-gb_windows_11_consumer_editions_version_23h2_x64_dvd_df20f81a.iso
en-us_windows_11_consumer_editions_version_23h2_x64_dvd_8ea907fb.iso
es-es_windows_11_consumer_editions_version_23h2_x64_dvd_48270ddc.iso
es-mx_windows_11_consumer_editions_version_23h2_x64_dvd_8ab46526.iso
et-ee_windows_11_consumer_editions_version_23h2_x64_dvd_7705741e.iso
fi-fi_windows_11_consumer_editions_version_23h2_x64_dvd_716366d0.iso
fr-ca_windows_11_consumer_editions_version_23h2_x64_dvd_8acc222b.iso
fr-fr_windows_11_consumer_editions_version_23h2_x64_dvd_00e64a18.iso
he-il_windows_11_consumer_editions_version_23h2_x64_dvd_5657fb63.iso
hr-hr_windows_11_consumer_editions_version_23h2_x64_dvd_ba5a9937.iso
hu-hu_windows_11_consumer_editions_version_23h2_x64_dvd_d557d6f2.iso
it-it_windows_11_consumer_editions_version_23h2_x64_dvd_129624bb.iso
ja-jp_windows_11_consumer_editions_version_23h2_x64_dvd_ef3e93b3.iso
ko-kr_windows_11_consumer_editions_version_23h2_x64_dvd_0ca298a2.iso
lt-lt_windows_11_consumer_editions_version_23h2_x64_dvd_4ec6a1ba.iso
lv-lv_windows_11_consumer_editions_version_23h2_x64_dvd_9123eb14.iso
nb-no_windows_11_consumer_editions_version_23h2_x64_dvd_f501bd58.iso
nl-nl_windows_11_consumer_editions_version_23h2_x64_dvd_5ded48b8.iso
pl-pl_windows_11_consumer_editions_version_23h2_x64_dvd_0e50a870.iso
pt-br_windows_11_consumer_editions_version_23h2_x64_dvd_5814829a.iso
pt-pt_windows_11_consumer_editions_version_23h2_x64_dvd_0dba3b5d.iso
ro-ro_windows_11_consumer_editions_version_23h2_x64_dvd_9e643b73.iso
ru-ru_windows_11_consumer_editions_version_23h2_x64_dvd_c8fdbd88.iso
sk-sk_windows_11_consumer_editions_version_23h2_x64_dvd_a21eec49.iso
sl-si_windows_11_consumer_editions_version_23h2_x64_dvd_8efad64b.iso
sr-latn-rs_windows_11_consumer_editions_version_23h2_x64_dvd_930bda7e.iso
sv-se_windows_11_consumer_editions_version_23h2_x64_dvd_1e807145.iso
th-th_windows_11_consumer_editions_version_23h2_x64_dvd_95320a54.iso
tr-tr_windows_11_consumer_editions_version_23h2_x64_dvd_da46beef.iso
uk-ua_windows_11_consumer_editions_version_23h2_x64_dvd_411eb8b5.iso
zh-cn_windows_11_consumer_editions_version_23h2_x64_dvd_91207780.iso
zh-tw_windows_11_consumer_editions_version_23h2_x64_dvd_7ef3a40b.iso
Windows 11 Business 23H2
ar-sa_windows_11_business_editions_version_23h2_x64_dvd_90df2506.iso
bg-bg_windows_11_business_editions_version_23h2_x64_dvd_31159385.iso
cs-cz_windows_11_business_editions_version_23h2_x64_dvd_b7709420.iso
da-dk_windows_11_business_editions_version_23h2_x64_dvd_b8eee9f7.iso
de-de_windows_11_business_editions_version_23h2_x64_dvd_04ef30fe.iso
el-gr_windows_11_business_editions_version_23h2_x64_dvd_99b80cf1.iso
en-gb_windows_11_business_editions_version_23h2_x64_dvd_2eed2cb1.iso
en-us_windows_11_business_editions_version_23h2_x64_dvd_a9092734.iso
es-es_windows_11_business_editions_version_23h2_x64_dvd_634232b4.iso
es-mx_windows_11_business_editions_version_23h2_x64_dvd_7e397ec8.iso
et-ee_windows_11_business_editions_version_23h2_x64_dvd_fbee65a6.iso
fi-fi_windows_11_business_editions_version_23h2_x64_dvd_716d1495.iso
fr-ca_windows_11_business_editions_version_23h2_x64_dvd_225f4375.iso
fr-fr_windows_11_business_editions_version_23h2_x64_dvd_7108659c.iso
he-il_windows_11_business_editions_version_23h2_x64_dvd_c9e58a4c.iso
hr-hr_windows_11_business_editions_version_23h2_x64_dvd_0e395032.iso
hu-hu_windows_11_business_editions_version_23h2_x64_dvd_36fc4c48.iso
it-it_windows_11_business_editions_version_23h2_x64_dvd_95691843.iso
ja-jp_windows_11_business_editions_version_23h2_x64_dvd_b9815aed.iso
ko-kr_windows_11_business_editions_version_23h2_x64_dvd_a65d95fd.iso
lt-lt_windows_11_business_editions_version_23h2_x64_dvd_85df48c5.iso
lv-lv_windows_11_business_editions_version_23h2_x64_dvd_d2004ed4.iso
nb-no_windows_11_business_editions_version_23h2_x64_dvd_9d18e125.iso
nl-nl_windows_11_business_editions_version_23h2_x64_dvd_adbc4a30.iso
pl-pl_windows_11_business_editions_version_23h2_x64_dvd_d0b744db.iso
pt-br_windows_11_business_editions_version_23h2_x64_dvd_0c39b1c0.iso
pt-pt_windows_11_business_editions_version_23h2_x64_dvd_524ce318.iso
ro-ro_windows_11_business_editions_version_23h2_x64_dvd_9e025646.iso
ru-ru_windows_11_business_editions_version_23h2_x64_dvd_bcc01258.iso
sk-sk_windows_11_business_editions_version_23h2_x64_dvd_0460dfed.iso
sl-si_windows_11_business_editions_version_23h2_x64_dvd_f9cce4cc.iso
sr-latn-rs_windows_11_business_editions_version_23h2_x64_dvd_12e05473.iso
sv-se_windows_11_business_editions_version_23h2_x64_dvd_1dfe7a6d.iso
th-th_windows_11_business_editions_version_23h2_x64_dvd_f22b2291.iso
tr-tr_windows_11_business_editions_version_23h2_x64_dvd_9877fa3a.iso
uk-ua_windows_11_business_editions_version_23h2_x64_dvd_e16b3cfa.iso
zh-cn_windows_11_business_editions_version_23h2_x64_dvd_2a79e0f1.iso
zh-tw_windows_11_business_editions_version_23h2_x64_dvd_a242adb5.iso
Windows 11 IoT Enterprise 23H2
en-us_windows_11_iot_enterprise_version_23h2_arm64_dvd_6cc52d75.iso
en-us_windows_11_iot_enterprise_version_23h2_x64_dvd_fb37549c.iso
作者: ilikeyi 时间: 2023-11-1 11:51
本帖最后由 ilikeyi 于 2023-11-1 12:24 编辑
1. 系统安装包
关键词:迭代、跨版本、大版本、累积更新、初始版本
1.1. 说明
1.1.1. 每版本更新时请重新制作镜像,例如从21H1 跨越到 22H2 时,应避免出现其它兼容性问题请勿在旧镜像基础上制作;
1.1.2. 该条例已经在某些 OEM 厂商,通过各种形式向封装师明确传达了该法令,不允许直接从迭代版本里直接升级;
1.1.3. 制作中请使用 “初始版本”、“开发者版”制作。微软官方文档里曾短暂的出现过在制作中必须使用初始版本,后来这句在官方文档里却被删除了;
1.1.4. 安装语言包后,必须重新添加累积更新(可同一版本号),不添加累积更新会出现“乱码”、“界面闪退”等问题。
1.1.5. 进化过程:Windows 1122H2, Build 22000.382 + KB5027303 = OS Build 22621.1928
1.2. 准备下载初始版本或开发者版本
1.3. 示例下载 en-us_windows_11_business_editions_version_22h2_x64_dvd_17a08ce3.iso后,解压到:D:\en-us_windows_11_business_editions_version_23h2_x64_dvd_a9092734
1.4. 解压完成后,将目录en-us_windows_11_business_editions_version_23h2_x64_dvd_a9092734更改为 D:\OS_11
所有脚本、所有路径,已默认设置为 D:\OS_11 为映像来源。
1. 语言包
1.1. 学习
阅读时,请了解“蓝色”重要突出部分。
1.1.3.1. 字体
· 在“语言包:提取”时,已加入自动识别功能,可了解函数:FunctionMatch_Required_Fonts
1.1.3.2. 区域关联
区域关联是什么?
· 映像语言仅英文版时,添加zh-HK语言包后,映像语言不会新增,应先安装 zh-TW 后,再安装zh-HK 即可获得对应的关联。
· 可参阅微软官方原版:Windows11 繁体版。
已知区域关联:
1.1.3.2.1. 区域:zh-TW,可选关联区域:zh-HK
1.1.3.3. 其它区域特定的要求
触发已知区域时,需添加特定的“程序包”。
1.1.3.3.1. 区域:zh-TW,程序包:Microsoft-Windows-InternationalFeatures-Taiwan-Package~31bf3856ad364e35~amd64~~.cab
说明:对台湾日期格式设置要求的补充支持。 将为位于台湾的客户提供包。
建议:仅在运送到台湾市场的设备上预安装。 未在设备上安装此功能会导致对使用台湾日历的任何API 调用失败。
存在争议:
在测试中发现,微软官方原版 Windows 11 里并未发现原版映像里安装此程序包,但是在建议项里有已知问题,到底是遵循与微软官方原版一致,由封装师自由选择安装与否。
1. 累积更新
推荐你下载最新版,提供初始版本的累积更新,解决同一版本号重新安装后刷新“组件:映像中已安装的所有包”状态。
1.1. 初始版本
1.1.1. 如何下载
微软官方已提供了 Windows11 23H2 22631.2428 初始版本专属功能启用包,文件名:X23-59425_Windows11-23H2-FeatureEnablement.zip,压缩包里包含了以下文件:
1.1.1.1. KB5031354
· Windows11.0-KB5031354-x64.msu
· Windows11.0-KB5031354-arm64.msu
1.1.1.2. KB5027397
· windows11.0-kb5027397-arm64.msu
· windows11.0-kb5027397-x64.msu
将累积更新文件保存到:D:\OS_11_Custom\Install\Install\Update
1.1.2. 添加
安装时请区分 x64,ARM64,默认 x64。
1.1.2.1. x64
$KB = @(
"windows11.0-kb5027397-x64.msu"
"Windows11.0-KB5031354-x64.msu"
)
ForeEach ($item in $KB) {
Add-WindowsPackage -Path"D:\OS_11_Custom\Install\Install\Mount" -PackagePath"D:\OS_11_Custom\Install\Install\Update\$($item)"
}
1.1.2.2. ARM64
$KB = @(
"windows11.0-kb5027397-arm64.msu"
"Windows11.0-KB5031354-arm64.msu"
)
ForeEach ($item in $KB) {
Add-WindowsPackage -Path"D:\OS_11_Custom\Install\Install\Mount" -PackagePath"D:\OS_11_Custom\Install\Install\Update\$($item)"
}
1.2. 其它版本
安装其它版本前,提前下载专属功能启用包: KB5031354后并优先后添加,再依次添加其它版本。
1.2.1. 如何下载
D:\OS_11_Custom\Install\Install\Update\windows11.0-kb5031455-x64_d1c3bafaa9abd8c65f0354e2ea89f35470b10b65.msu
1.2.2. 添加:专属功能启用包
$KBPath = "D:\OS_11_Custom\Install\Install\Update\Windows11.0-KB5031354-x64.msu"
Add-WindowsPackage -Path "D:\OS_11_Custom\Install\Install\Mount"-PackagePath $KBPath
1.2.3. 添加:其它版本
$KBPath = "D:\OS_11_Custom\Install\Install\Update\windows11.0-kb5031455-x64_d1c3bafaa9abd8c65f0354e2ea89f35470b10b65.msu"
Add-WindowsPackage -Path "D:\OS_11_Custom\Install\Install\Mount"-PackagePath $KBPath
即将发行的封装教程。
作者: 17opera 时间: 2023-11-1 13:52
感谢大佬....昨天看还没更新,今天已经更新了,等等载完来试试加语系打包
Windows 11, version 22H2 and 23H2 Language and Optional Features ISO
Windows 11, version 22H2 and 23H2 Inbox Apps ISO
作者: 17opera 时间: 2023-11-1 14:13
本帖最后由 17opera 于 2023-11-1 14:38 编辑
大佬,请问最后一个封装教程pdf方便告知哪边下载吗?
另外您有用过MS提供的框架填加过语系吗?
https://learn.microsoft.com/zh-c ... s-11-language-packs
作者: TV123456789 时间: 2023-11-1 14:18
顶贴是美德每小时2贴
欢迎光临 无忧启动论坛 (http://wuyou.net./) |
Powered by Discuz! X3.3 |