无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: slore
打印 上一主题 下一主题

[原创] (2022-02-02 更新) Re:WIN10XPE - 从零开始构建的全功能PE

    [复制链接]
5941#
 楼主| 发表于 2021-3-23 21:25:24 | 只看该作者
hhh333 发表于 2021-3-23 17:53
经过仔细比对,发现19043登录到Admin要能够自动生成用户目录及文件。一要满足使用原版的fbwf,二是要有UsrC ...
经过仔细比对,发现19043登录到Admin要能够自动生成用户目录及文件。一要满足使用原版的fbwf,二是要有UsrClass.dat文件(看了一下是一个空的注册表文件)请问这个文件是怎么来的?请S大解惑


直接看这个文件的添加履历就知道,2019年9月,18885预览版之后,也就是20H1,没有UsrClass.dat就无法创建用户主目录。
可以第三方工具进行预创建。
使用第三方工具进行预创建用户主目录,可以不用原版fbwf。

建立一个空文件,挂载注册表,再卸载就行了。(其实微软也有提供API创建空白HIVE,懒得写程序了)




另外,WindowManagement.dll不知什么作用,切换好像不需要这个文件,只要WindowManagementAPI.dll就可以了。


谢谢告知,名字相近就补充了,我没特别甄选最小列表。


做新版本直接用WimBuilder2吧, WinBuild都不更新很多年了,主程序也不开源(BUG无法修复),语法也不好,构建速度也慢很多。


回复

使用道具 举报

5942#
发表于 2021-3-23 21:34:27 | 只看该作者
本帖最后由 550 于 2021-3-23 21:40 编辑

可以显示进去其他的踪迹了....

JPG、TXT等

换成这样就行.3种开始菜单,选如图WIN10字样的就会全显示。其他2种,貌似显示不了.


点评

新版本有啥特别功能?没啥区别的话,默认的4.3.1就好吧。  发表于 2021-3-23 21:44
回复

使用道具 举报

5943#
 楼主| 发表于 2021-3-23 21:38:41 | 只看该作者
wangsugertang 发表于 2021-3-23 09:24
批量补充,以下文件,代码如何编写
\Windows\System32\C_1250.NLS
\Windows\System32\C_1252.NLS

使用AddFiles宏命令,把文件列表包起来就行了。

我的补充文件\
    main.html (0kb 空文件)
    main.bat

call AddFiles %0 :end_files
goto :end_files


\Windows\System32\C_1250.NLS
\Windows\System32\C_1252.NLS
\Windows\System32\C_950.NLS
\Windows\System32\cdd.dll
\Windows\System32\kernel32.dll
\Windows\System32\locale.nls
\Windows\System32\ntdll.dll
\Windows\System32\user32.dll
\Windows\System32\WIN32KFULL.SYS
\Windows\System32\wow64.dll
\Windows\System32\wow64cpu.dll
\Windows\System32\wow64win.dll
\Windows\SysWOW64\advapi32.dll
\Windows\SysWOW64\apphelp.dll
...

:end_files

点评

谢谢  详情 回复 发表于 2021-3-24 13:23
回复

使用道具 举报

5944#
发表于 2021-3-23 22:19:50 | 只看该作者
本帖最后由 550 于 2021-3-23 22:46 编辑

新版的不会用着用着就退出了。感觉有看到了希望,虽然没黑色主题,但以后我想会有的吧,毕竟有人接手开始维护了.
老版本在WIN10里,用着用着,菜单就不见了。这款最大的优点就是不会蓝

https://github.com/Open-Shell/Open-Shell-Menu/releases
https://open-shell.github.io/Open-Shell-Menu/

从记录上看,貌似没怎么断过...还源码下载

回复

使用道具 举报

5945#
发表于 2021-3-24 07:11:28 | 只看该作者
本帖最后由 23456 于 2021-3-24 07:31 编辑
slore 发表于 2021-3-18 23:38
哦,Winbuild我就不清楚了。

直接 WimBuilder2.v2020.02.02的是正常的会接管 ms-settings:about消息。 ...

解决了
回复

使用道具 举报

5946#
发表于 2021-3-24 13:23:40 | 只看该作者
slore 发表于 2021-3-23 21:38
使用AddFiles宏命令,把文件列表包起来就行了。

我的补充文件\

谢谢
回复

使用道具 举报

5947#
发表于 2021-3-24 15:41:19 | 只看该作者
slore 发表于 2021-3-23 21:05
The winre.wim has some NVMe dirvers already.
I didn't add extra NVMe driver(s).

I cannot find "winre.wim" in "BOOTPE.iso".
Where is "winre.wim"?

点评

Winre.wim is in install.wim/Windows/System32/Recovery/. WimBuilder2 will extract it as the base WinPE wim. After building, it will be renamed to boot.wim in BOOTPE.iso/sources/. So the BOOTPE  详情 回复 发表于 2021-3-26 10:21
回复

使用道具 举报

5948#
发表于 2021-3-26 10:16:34 | 只看该作者
任务管理器, lite模式,构建出来是英文的,有时是中文的,大部分时间是英文的

点评

组件 界面,选择了 任务管理器 才是中文。 默认是winre.wim自带的老版本任务管理器,功能够,速度快。 但是只有英文界面。  详情 回复 发表于 2021-3-26 10:22
回复

使用道具 举报

5949#
 楼主| 发表于 2021-3-26 10:21:14 | 只看该作者
Matthew_Wai 发表于 2021-3-24 15:41
I cannot find "winre.wim" in "BOOTPE.iso".
Where is "winre.wim"?

Winre.wim is in install.wim/Windows/System32/Recovery/.
WimBuilder2 will extract it as the base WinPE wim.

After building,  it will be renamed to boot.wim in BOOTPE.iso/sources/.

So the BOOTPE.iso will include the default drivers.
回复

使用道具 举报

5950#
 楼主| 发表于 2021-3-26 10:22:27 | 只看该作者
wangsugertang 发表于 2021-3-26 10:16
任务管理器, lite模式,构建出来是英文的,有时是中文的,大部分时间是英文的

组件 界面,选择了 任务管理器 才是中文。
默认是winre.wim自带的老版本任务管理器,功能够,速度快。
但是只有英文界面。

点评

我说那,这个选项,自己忽略了  详情 回复 发表于 2021-3-26 10:24
回复

使用道具 举报

5951#
发表于 2021-3-26 10:24:58 | 只看该作者
slore 发表于 2021-3-26 10:22
组件 界面,选择了 任务管理器 才是中文。
默认是winre.wim自带的老版本任务管理器,功能够,速度快。
...

我说那,这个选项,自己忽略了
回复

使用道具 举报

5952#
发表于 2021-3-26 14:53:29 | 只看该作者

RE: (2021-02-02 更新) Re:WIN10XPE - 从零开始构建的全功能PE

slore 发表于 2021-3-26 10:21
Winre.wim is in install.wim/Windows/System32/Recovery/.
WimBuilder2 will extract it as the base W ...

Am I right in thinking that "boot.wim" will include ALL of the default drivers included in "winre.wim"?

点评

Yes, you are right. ALL of the default drivers included.  发表于 2021-3-26 23:04
回复

使用道具 举报

5953#
发表于 2021-3-26 18:20:22 | 只看该作者
19043打印机组件需要winusb的支持,以前的似乎只有MTP需要这个。看来winusb变成了一个基础性部件。

点评

MTP和RNDIS公用,WimBuilder2放到下面的位置了: WimBuilder2\Projects\WIN10XPE\shared\WINUSB\ Slore@DESKTOP-BK2DDG0 MINGW64 /e/WimBuilder2/Projects (master) $ git grep WINUSB WIN10XPE/01-Componen  详情 回复 发表于 2021-3-26 18:24
回复

使用道具 举报

5954#
 楼主| 发表于 2021-3-26 18:24:43 | 只看该作者
hhh333 发表于 2021-3-26 18:20
19043打印机组件需要winusb的支持,以前的似乎只有MTP需要这个。

MTP和RNDIS公用,WimBuilder2放到下面的位置了:

WimBuilder2\Projects\WIN10XPE\shared\WINUSB\

  1. Slore@SLORE-PC MINGW64 /e/WimBuilder2/Projects (master)
  2. $ git grep WINUSB
  3. WIN10XPE/01-Components/MTP_Support/main.bat:call SharedPatch WINUSB
  4. WIN10XPE/01-Components/RNDIS/main.bat:call SharedPatch WINUSB
  5. WIN10XPE/shared/WINUSB/main.bat:call RegCopyEx Services "WINUSB"
复制代码



打印机组件,我用虚拟机测试不用,可能真实USB打印机需要吧。

点评

是需要的,否则出现“不能识别的端口”,驱动安装失败  详情 回复 发表于 2021-3-26 22:30
回复

使用道具 举报

5955#
发表于 2021-3-26 22:30:44 | 只看该作者
slore 发表于 2021-3-26 18:24
MTP和RNDIS公用,WimBuilder2放到下面的位置了:

WimBuilder2\Projects\WIN10XPE\shared\WINUSB\

是需要的,否则出现“不能识别的端口”,驱动安装失败
回复

使用道具 举报

5956#
发表于 2021-3-28 14:05:12 来自手机 | 只看该作者
支持一下
回复

使用道具 举报

5957#
发表于 2021-3-29 08:26:27 来自手机 | 只看该作者
早上自动更新 出错 ,成英文界面了,设置选中文就报错

点评

用0202版本就行。  发表于 2021-3-29 12:11
自动更新的不完整,只更新了部分文件,新文件没有下载。  发表于 2021-3-29 12:11
回复

使用道具 举报

5958#
发表于 2021-3-30 16:01:45 | 只看该作者
从github下载的最新版本[color=var(--color-text-link)]WimBuilder2-Full.v2021-02-02.7z,windowns自带的安全中心报毒,已检测到:Trojan:Script/Oneeva.A!ml


点评

WinNTSetup? MtpHelper.sys? 脚本自身会使用管理员权限打开,并使用NSudo提升至TrustedInstaller权限,操作wim文件。 WD提示也算正常,系统的杀软比较敏感。  详情 回复 发表于 2021-3-31 00:35
回复

使用道具 举报

5959#
 楼主| 发表于 2021-3-31 00:35:46 | 只看该作者
gonron 发表于 2021-3-30 16:01
从github下载的最新版本WimBuilder2-Full.v2021-02-02.7z,windowns自带的安全中心报毒,已检测到:Trojan:S ...

WinNTSetup? MtpHelper.sys?

脚本自身会使用管理员权限打开,并使用NSudo提升至TrustedInstaller权限,操作wim文件。
WD提示也算正常,系统的杀软比较敏感。

点评

Mtphelper.sys这个报毒。估计是破解的原因。  详情 回复 发表于 2021-4-1 06:57
回复

使用道具 举报

5960#
发表于 2021-3-31 08:31:59 | 只看该作者
slore 发表于 2021-3-31 00:35
WinNTSetup? MtpHelper.sys?

脚本自身会使用管理员权限打开,并使用NSudo提升至TrustedInstaller权限 ...

下载的压缩文件,还没解压运行,就直接报毒了...用谷歌浏览器下载的,显示失败-检测到病毒
我在安全中心那给放行了,反正需要个工具整个PE
回复

使用道具 举报

5961#
发表于 2021-4-1 06:57:59 来自手机 | 只看该作者
slore 发表于 2021-3-31 00:35
WinNTSetup? MtpHelper.sys?

脚本自身会使用管理员权限打开,并使用NSudo提升至TrustedInstaller权限 ...

Mtphelper.sys这个报毒。估计是破解的原因。
回复

使用道具 举报

5962#
发表于 2021-4-1 12:01:49 | 只看该作者
支持,值得点赞
回复

使用道具 举报

5963#
发表于 2021-4-4 06:51:58 来自手机 | 只看该作者
請問運行aomei partassist會出現錯誤信息"因為應用程式的並列設定不正確,所以無法啟動,如需詳細資訊請參閱應用程式事件紀錄檔或使用命令工具sxstrace.exe",網上找了下可能是與vc++有關,請問如何解決,thx

点评

应该是缺少运行库。AOMEI分区助手,有PE版本,可以直接打开。  发表于 2021-4-5 21:22
回复

使用道具 举报

5964#
 楼主| 发表于 2021-4-5 21:39:20 | 只看该作者
本帖最后由 slore 于 2021-4-6 00:43 编辑

直接下载地址: https://slore.lanzoux.com/b00z5zy6b
如果无法访问请尝试
https://lanzoux.com/b00z5zy6b

MD5:e20a33675ea5d899123f206eb656fcf3a WimBuilder2-Full.v2021-04-04.7z

## WimBuilder2 v2021.04.04
这是一个主要更新。添加和改善了以下内容:

* 改进 支持更多版本构建(新预览版)。 (感谢 @foxfirefox , @我是小青蛙)
        修复新预览版输入法无法正常使用问题。
        修复新预览版32位应用程序无法运行问题。
* 改进 支持更多应用软件。
* 新增 蓝牙组件(设备与打印机\蓝牙)。
* 修复 搜索文件时,不显示路径的问题。
* 改善 工程界面显示已经测试过的版本信息。
* 改善 支持直接使用ESD文件进行构建(构建速度慢,不推荐)。
* 改善 勾选Windows Media Player组件时,自动使用StartIsBack 2.9.0版本,而非最新版本。
* 改善 【更新】按钮将效验remote.md5是否有效。
* 改进 增强【我的定制】项目
        * 新增 AppData\vendor 目录               (我的定制(后置) 中V2X宏命令将使用此目录下的应用软件)
        * 新增 AppData\vendor\_Cache_ 目录       (保存 我的定制(后置) 中APP宏命令下载的文件)
        * 新增 AppData\vendor\_PEMaterial_ 目录  (我的定制(后置) - `我的工具箱` 的数据目录)
        * 新增 `我的定制(后置) - 启动管理` (10-MyCustom\00-MyLoader) 补丁
            维护个人 pecmd.lua, Pecmd.ini, PecmdAdmin.ini, startnet.cmd
        * 新增 `我的定制(后置) - 我的系统` (10-MyCustom\00-MySystem) 补丁
            可添加额外的系统文件, 个人文件
        * 新增 `我的定制(后置) - 我的驱动` (10-MyCustom\01-MyDrivers) 补丁
            将驱动放入指定目录,将**使用Dism命令自动集成驱动**
        * 新增 `我的定制(后置) - 我的软件` (10-MyCustom\10-MyApps) 补丁
        * 新增 `我的定制(后置) - 我的工具箱` (10-MyCustom\11-MyMaterial) 补丁
        * 改善 `我的定制(后置) - 我的开始菜单` (10-MyCustom\MyStartMenu) 补丁
            将导入同目录的SIB_RegDefault.reg注册表(StartIsBack的个人设定)
* 其他 细节更新

* 更新 StartIsBack 至 v2.9.9
* 更新 WinXShell 至 v4.5
           新增 任务窗口缩略图
           新增 亮度设置
           新增 Desktop对象方法,可通过Lua命令设置桌面菜单选项(图标大小,对齐到网格,显示桌面图标,刷新等)
           修复 UI_WIFI 启动窗口闪烁问题
           修复 UI_WIFI 在外壳启动前运行后,弹出连接窗口会覆盖任务栏的问题

目前已经把Projects目录的个人DIY项目,全部转移至【我的定制】(AppData) 目录,
便于今后快速更新升级。如果你还有项目无法放入AppData,必须放在Projects下面,请反馈给我。
(今后,将支持直接下载gitee/github的最新完整代码wimbuilder2-master.zip,删除Projects, assets, bin, lib后,解压完成完全更新。)


点评

跟微软一样也是装完驱动才可正常调节亮度,调用菜单类似 _SUB MyMenu1 MENU - MENU Menu1,100%(最高亮度),pecmd exec "%windir%\Files\nircmd\nircmd.exe" setbrightness 100 MENU Menu2,90%,pecmd  详情 回复 发表于 2021-4-8 22:47
不错的哦,楼主辛苦了。 S大,wimbuilder2制作的PE亮度调节可以用nircmd菜单调度跟微软的效果一样的,不会像有遮罩的感觉,希望可以加到winxshell上。  详情 回复 发表于 2021-4-8 22:41

评分

参与人数 1无忧币 +5 收起 理由
我是小青蛙 + 5 赞一个!

查看全部评分

回复

使用道具 举报

5965#
 楼主| 发表于 2021-4-6 12:10:00 | 只看该作者
gaivn001 发表于 2021-4-6 08:38
现在的桌面图标怎么删除?以前的方法不管用了。像cmd,任务栏有了,桌面这个就多余了,shutdown.bat更 ...

以前的方式是啥?不知道你之前用的什么版本。

桌面图标,现在可以[组件]-【外壳】-[自定义图标] 进行修改。
shutdown.bat会自动被删除掉才对。

回复

使用道具 举报

5966#
发表于 2021-4-6 15:44:44 | 只看该作者
越来越好了
回复

使用道具 举报

5967#
发表于 2021-4-7 13:53:16 | 只看该作者
请问一下桌面的网络图标这么添加
回复

使用道具 举报

5968#
发表于 2021-4-7 14:47:27 | 只看该作者
打包成iso从本地电脑复制引导文件?,现在生成的iso无法启动
Creating ISO...
WB_ISO_LABEL=BOOTPE
WB_ISO_NAME=BOOTPE
L:\boot\bootuwf.dll
L:\boot\bootvhd.dll
L:\boot\memtest.exe
L:\boot\bg-BG\bootmgr.exe.mui
L:\boot\cs-CZ\bootmgr.exe.mui
L:\boot\cs-CZ\memtest.exe.mui
L:\boot\da-DK\bootmgr.exe.mui
L:\boot\da-DK\memtest.exe.mui
L:\boot\de-DE\bootmgr.exe.mui
L:\boot\de-DE\memtest.exe.mui
L:\boot\el-GR\bootmgr.exe.mui
L:\boot\el-GR\memtest.exe.mui
L:\boot\en-GB\bootmgr.exe.mui
L:\boot\en-US\bootmgr.exe.mui
L:\boot\en-US\memtest.exe.mui
L:\boot\es-ES\bootmgr.exe.mui
L:\boot\es-ES\memtest.exe.mui
L:\boot\es-MX\bootmgr.exe.mui
L:\boot\et-EE\bootmgr.exe.mui
L:\boot\fi-FI\bootmgr.exe.mui
L:\boot\fi-FI\memtest.exe.mui
L:\boot\fr-CA\bootmgr.exe.mui
L:\boot\fr-FR\bootmgr.exe.mui
L:\boot\fr-FR\memtest.exe.mui
L:\boot\hr-HR\bootmgr.exe.mui
L:\boot\hu-HU\bootmgr.exe.mui
L:\boot\hu-HU\memtest.exe.mui
L:\boot\it-IT\bootmgr.exe.mui
L:\boot\it-IT\memtest.exe.mui
L:\boot\ja-JP\bootmgr.exe.mui
L:\boot\ja-JP\memtest.exe.mui
L:\boot\ko-KR\bootmgr.exe.mui
L:\boot\ko-KR\memtest.exe.mui
L:\boot\lt-LT\bootmgr.exe.mui
L:\boot\lv-LV\bootmgr.exe.mui
L:\boot\nb-NO\bootmgr.exe.mui
L:\boot\nb-NO\memtest.exe.mui
L:\boot\nl-NL\bootmgr.exe.mui
L:\boot\nl-NL\memtest.exe.mui
L:\boot\pl-PL\bootmgr.exe.mui
L:\boot\pl-PL\memtest.exe.mui
L:\boot\pt-BR\bootmgr.exe.mui
L:\boot\pt-BR\memtest.exe.mui
L:\boot\pt-PT\bootmgr.exe.mui
L:\boot\pt-PT\memtest.exe.mui
L:\boot\qps-ploc\bootmgr.exe.mui
L:\boot\qps-ploc\memtest.exe.mui
L:\boot\qps-plocm\bootmgr.exe.mui
L:\boot\ro-RO\bootmgr.exe.mui
L:\boot\ru-RU\bootmgr.exe.mui
L:\boot\ru-RU\memtest.exe.mui
L:\boot\sk-SK\bootmgr.exe.mui
L:\boot\sl-SI\bootmgr.exe.mui
L:\boot\sr-Latn-RS\bootmgr.exe.mui
L:\boot\sv-SE\bootmgr.exe.mui
L:\boot\sv-SE\memtest.exe.mui
L:\boot\tr-TR\bootmgr.exe.mui
L:\boot\tr-TR\memtest.exe.mui
L:\boot\uk-UA\bootmgr.exe.mui
L:\boot\zh-CN\bootmgr.exe.mui
L:\boot\zh-CN\memtest.exe.mui
L:\boot\zh-TW\bootmgr.exe.mui
L:\boot\zh-TW\memtest.exe.mui
L:\boot\Fonts\chs_boot.ttf
L:\boot\Fonts\cht_boot.ttf
L:\boot\Fonts\jpn_boot.ttf
L:\boot\Fonts\kor_boot.ttf
L:\boot\Fonts\malgunn_boot.ttf
L:\boot\Fonts\malgun_boot.ttf
L:\boot\Fonts\meiryon_boot.ttf
L:\boot\Fonts\meiryo_boot.ttf
L:\boot\Fonts\msjhn_boot.ttf
L:\boot\Fonts\msjh_boot.ttf
L:\boot\Fonts\msyhn_boot.ttf
L:\boot\Fonts\msyh_boot.ttf
L:\boot\Fonts\segmono_boot.ttf
L:\boot\Fonts\segoen_slboot.ttf
L:\boot\Fonts\segoe_slboot.ttf
L:\boot\Fonts\wgl4_boot.ttf
L:\boot\Resources\bootres.dll
L:\boot\Resources\en-US\bootres.dll.mui
L:\boot\Resources\zh-CN\bootres.dll.mui
复制了 82 个文件
L:\efi\Microsoft\Boot\BCD
L:\efi\Microsoft\Boot\boot.stl
L:\efi\Microsoft\Boot\bootmgfw.efi
L:\efi\Microsoft\Boot\bootmgr.efi
L:\efi\Microsoft\Boot\memtest.efi
L:\efi\Microsoft\Boot\winsipolicy.p7b
L:\efi\Microsoft\Boot\kd_02_10df.dll
L:\efi\Microsoft\Boot\kd_02_10ec.dll
L:\efi\Microsoft\Boot\kd_02_1137.dll
L:\efi\Microsoft\Boot\kd_02_14e4.dll
L:\efi\Microsoft\Boot\kd_02_15b3.dll
L:\efi\Microsoft\Boot\kd_02_1969.dll
L:\efi\Microsoft\Boot\kd_02_19a2.dll
L:\efi\Microsoft\Boot\kd_02_1af4.dll
L:\efi\Microsoft\Boot\kd_02_8086.dll
L:\efi\Microsoft\Boot\kd_07_1415.dll
L:\efi\Microsoft\Boot\kd_0C_8086.dll
L:\efi\Microsoft\Boot\kdstub.dll
L:\efi\Microsoft\Boot\en-US\bootmgfw.efi.mui
L:\efi\Microsoft\Boot\en-US\bootmgr.efi.mui
L:\efi\Microsoft\Boot\en-US\memtest.efi.mui
L:\efi\Microsoft\Boot\ja-JP\bootmgfw.efi.mui
L:\efi\Microsoft\Boot\ja-JP\bootmgr.efi.mui
L:\efi\Microsoft\Boot\ja-JP\memtest.efi.mui
L:\efi\Microsoft\Boot\ko-KR\bootmgfw.efi.mui
L:\efi\Microsoft\Boot\ko-KR\bootmgr.efi.mui
L:\efi\Microsoft\Boot\ko-KR\memtest.efi.mui
L:\efi\Microsoft\Boot\qps-ploc\memtest.efi.mui
L:\efi\Microsoft\Boot\zh-CN\bootmgfw.efi.mui
L:\efi\Microsoft\Boot\zh-CN\bootmgr.efi.mui
L:\efi\Microsoft\Boot\zh-CN\memtest.efi.mui
L:\efi\Microsoft\Boot\zh-TW\bootmgfw.efi.mui
L:\efi\Microsoft\Boot\zh-TW\bootmgr.efi.mui
L:\efi\Microsoft\Boot\zh-TW\memtest.efi.mui
L:\efi\Microsoft\Boot\Fonts\chs_boot.ttf
L:\efi\Microsoft\Boot\Fonts\cht_boot.ttf
L:\efi\Microsoft\Boot\Fonts\jpn_boot.ttf
L:\efi\Microsoft\Boot\Fonts\kor_boot.ttf
L:\efi\Microsoft\Boot\Fonts\malgunn_boot.ttf
L:\efi\Microsoft\Boot\Fonts\malgun_boot.ttf
L:\efi\Microsoft\Boot\Fonts\meiryon_boot.ttf
L:\efi\Microsoft\Boot\Fonts\meiryo_boot.ttf
L:\efi\Microsoft\Boot\Fonts\msjhn_boot.ttf
L:\efi\Microsoft\Boot\Fonts\msjh_boot.ttf
L:\efi\Microsoft\Boot\Fonts\msyhn_boot.ttf
L:\efi\Microsoft\Boot\Fonts\msyh_boot.ttf
L:\efi\Microsoft\Boot\Fonts\segmono_boot.ttf
L:\efi\Microsoft\Boot\Fonts\segoen_slboot.ttf
L:\efi\Microsoft\Boot\Fonts\segoe_slboot.ttf
L:\efi\Microsoft\Boot\Fonts\wgl4_boot.ttf
L:\efi\Microsoft\Boot\Resources\bootres.dll
L:\efi\Microsoft\Boot\Resources\en-US\bootres.dll.mui
L:\efi\Microsoft\Boot\Resources\zh-CN\bootres.dll.mui
L:\efi\Microsoft\Boot\cs-CZ\memtest.efi.mui
L:\efi\Microsoft\Boot\da-DK\memtest.efi.mui
L:\efi\Microsoft\Boot\de-DE\memtest.efi.mui
L:\efi\Microsoft\Boot\el-GR\memtest.efi.mui
L:\efi\Microsoft\Boot\es-ES\memtest.efi.mui
L:\efi\Microsoft\Boot\fi-FI\memtest.efi.mui
L:\efi\Microsoft\Boot\fr-FR\memtest.efi.mui
L:\efi\Microsoft\Boot\hu-HU\memtest.efi.mui
L:\efi\Microsoft\Boot\it-IT\memtest.efi.mui
L:\efi\Microsoft\Boot\nb-NO\memtest.efi.mui
L:\efi\Microsoft\Boot\nl-NL\memtest.efi.mui
L:\efi\Microsoft\Boot\pl-PL\memtest.efi.mui
L:\efi\Microsoft\Boot\pt-BR\memtest.efi.mui
L:\efi\Microsoft\Boot\pt-PT\memtest.efi.mui
L:\efi\Microsoft\Boot\ru-RU\memtest.efi.mui
L:\efi\Microsoft\Boot\sv-SE\memtest.efi.mui
L:\efi\Microsoft\Boot\tr-TR\memtest.efi.mui
L:\efi\Microsoft\Recovery\BCD
L:\efi\Boot\bootx64.efi
L:\efi\XORBOOT\bootx64.efi
L:\efi\XORBOOT\xorboot.xor
复制了 74 个文件
L:\bootmgr
已复制 0 个文件。
系统找不到指定的文件。
已复制 1 个文件。
复制了 0 个文件

点评

L盘是我的本地电脑的引导盘,iso挂载的是m盘,一直用这个制作镜像的  详情 回复 发表于 2021-4-8 08:05
L:\efi\XORBOOT\bootx64.efi 你这个不是微软的官方镜像ISO。  发表于 2021-4-7 23:55
回复

使用道具 举报

5969#
发表于 2021-4-7 19:37:37 | 只看该作者
进来 支持学习
回复

使用道具 举报

5970#
发表于 2021-4-7 23:33:02 | 只看该作者
很给力!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-4-27 15:26

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表