制作前准备:
确保你用于操作的电脑安装了 Win10 或更高版本的 X64 操作系统(推荐 Win11);
下载原版 24H2 系统镜像;
准备软件:7-Zip、RegWorkshop、UltraISO、WimTool、VMware虚拟机(包含在附件内);
建立一个BOOT文件夹用于存放PE解开文件,以下简称BOOT。注意文件夹路径不要有中文字符!
下载附件并解压 https://www.123865.com/s/ZmGAjv-hLt7H
一、制作CmdPE
1.1、挂载24H2系统镜像,用7-Zip打开boot.wim文件,将第2卷里的所有内容提取到BOOT文件夹。
1.2、精简PE中的无用文件,方便之后的制作。
(注:需要删除的文件比较多,推荐使用附件中的 1-Lite.exe 对PE进行全自动化精简,使用后可以直接忽略1.2.1和1.2.2的内容!)
1.2.1、删除BOOT中的以下文件:
1.2.2、精简 WinSxS。
(原版的WinSxS文件夹很大,而且都是对PE没什么用的东西。至少可以精简掉1GB。)
1.2.2.1、直接删除BOOT的以下文件夹:
\Windows\WinSxS
1.2.2.2、用附件中的文件提取工具,从 boot.wim 第2卷提取以下必要文件到BOOT:
精简操作完成后,PE体积会减小一半以上。
1.3、用附件中的文件提取工具,从 install.wim 第5卷(Win11专业工作站版)提取以下文件到BOOT:
还可以修改默认鼠标样式 Windows\Cursors
1.4、处理注册表。
1.4.1、从install.wim 第5卷(Win11专业工作站版)提取 SOFTWARE 注册表配置单元,并替换PE原有的 SOFTWARE 配置单元。
1.4.2、从install.wim 第5卷提取 DEFAULT、DRIVERS、SYSTEM 注册表配置单元,放在一个地方备用。
1.4.3、分别挂载PE的 DEFAULT、DRIVERS、SOFTWARE 、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\PE-DEF、PE-DRV、PE-SOFT、PE-SYS 项。
1.4.4、分别挂载从 install.wim 提取的 DEFAULT、DRIVERS、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\OS-DEF、OS-DRV、OS-SYS 项。
1.4.5、用NSudo提权,以SYSTEM权限运行附件中的 1-Build_Registry.cmd 批处理,自动处理注册表。

1.5、用WimTool打包wim启动虚拟机测试,可正常进入 CmdPE,且浏览对话框可用,基本的网络支持可用。
二、添加原生 Explorer
2.1、从install.wim第5卷提取以下文件到BOOT文件夹:
2.2、处理注册表。
2.2.1、分别挂载PE的 DEFAULT、SOFTWARE、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\PE-DEF、PE-SOFT、PE-SYS 项。
2.2.2、挂载从 install.wim 里提取的 SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\OS-SYS 项。
2.2.3、以SYSTEM权限运行附件中的 Explorer_Registry.cmd 批处理。
2.4、添加StartAllBack(必须)
复制附件中的 StartAllBack 文件夹到 BOOT 的 Program Files 目录。
(注:Win11 24H2 的原生 Explorer 在PE中必须安装 StartAllBack 才能运行!)
2.5、用WimTool打包wim启动虚拟机测试,可正常进入桌面。
三、添加应用程序支持
(注:包含 OpenGL、DirectX 运行时、32位程序支持。很多系统组件都依赖这些文件。)
3.1、从install.wim第5卷提取以下文件到BOOT文件夹:
2.3、添加 PECMD(必须)
复制附件中的 PECMD.EXE、PECMD.INI 到 BOOT 的 System32 目录
3.2、用WimTool打包wim启动虚拟机测试,可正常运行32位程序。
确保你用于操作的电脑安装了 Win10 或更高版本的 X64 操作系统(推荐 Win11);
下载原版 24H2 系统镜像;
准备软件:7-Zip、RegWorkshop、UltraISO、WimTool、VMware虚拟机(包含在附件内);
建立一个BOOT文件夹用于存放PE解开文件,以下简称BOOT。注意文件夹路径不要有中文字符!
下载附件并解压 https://www.123865.com/s/ZmGAjv-hLt7H
一、制作CmdPE
1.1、挂载24H2系统镜像,用7-Zip打开boot.wim文件,将第2卷里的所有内容提取到BOOT文件夹。
1.2、精简PE中的无用文件,方便之后的制作。
(注:需要删除的文件比较多,推荐使用附件中的 1-Lite.exe 对PE进行全自动化精简,使用后可以直接忽略1.2.1和1.2.2的内容!)
1.2.1、删除BOOT中的以下文件:
\setup.exe \sources \Program Files (x86) \Windows\DiagTrack \Windows\en-US \Windows\Help \Windows\LiveKernelReports \Windows\Logs \Windows\Microsoft.NET \Windows\PolicyDefinitions \Windows\security \Windows\ServiceState \Windows\servicing \Windows\Speech \Windows\temp \Windows\tracing \Windows\Vss \Windows\WaaS \Windows\system.ini \Windows\win.ini \Windows\AppCompat \Windows\CbsTemp \Windows\Boot\Misc \Windows\Boot\PCAT \Windows\Boot\PXE_EX \Windows\Boot\DVD \Windows\Boot\DVD_EX \Windows\Boot\EFI \Windows\Boot\EFI_EX \Windows\Boot\Fonts_EX \Windows\Boot\Fonts\malgun_boot.ttf \Windows\Boot\Fonts\malgunn_boot.ttf \Windows\Boot\Fonts\meiryo_boot.ttf \Windows\Boot\Fonts\meiryon_boot.ttf \Windows\Boot\Fonts\msjh_boot.ttf \Windows\Boot\Fonts\msjhn_boot.ttf \Windows\Boot\Fonts\msyhn_boot.ttf \Windows\Boot\Fonts\segmono_boot.ttf \Windows\Boot\Fonts\segoen_slboot.ttf \Windows\Boot\Fonts\cht_boot.ttf \Windows\Boot\Fonts\jpn_boot.ttf \Windows\Boot\Fonts\kor_boot.ttf \Windows\Fonts\s8514fix.fon \Windows\Fonts\s8514oem.fon \Windows\Fonts\s8514sys.fon \Windows\Fonts\svgafix.fon \Windows\Fonts\svgasys.fon \Windows\Fonts\sylfaen.ttf \Windows\Fonts\tahomabd.ttf \Windows\Fonts\vga737.fon \Windows\Fonts\vga775.fon \Windows\Fonts\vga850.fon \Windows\Fonts\vga852.fon \Windows\Fonts\vga855.fon \Windows\Fonts\vga857.fon \Windows\Fonts\vga860.fon \Windows\Fonts\vga861.fon \Windows\Fonts\vga863.fon \Windows\Fonts\vga865.fon \Windows\Fonts\vga866.fon \Windows\Fonts\vga869.fon \Windows\Fonts\vga932.fon \Windows\Fonts\vga936.fon \Windows\Fonts\vga949.fon \Windows\Fonts\vga950.fon \Windows\Fonts\vgaf874.fon \Windows\Fonts\vgaf1255.fon \Windows\Fonts\vgaf1256.fon \Windows\Fonts\vgaf1257.fon \Windows\Fonts\vgafix.fon \Windows\Fonts\vgafixe.fon \Windows\Fonts\vgafixg.fon \Windows\Fonts\vgafixr.fon \Windows\Fonts\vgafixt.fon \Windows\Fonts\vgaoem.fon \Windows\Fonts\vgas874.fon \Windows\Fonts\vgas1255.fon \Windows\Fonts\vgas1256.fon \Windows\Fonts\vgas1257.fon \Windows\Fonts\vgasys.fon \Windows\Fonts\vgasyse.fon \Windows\Fonts\vgasysg.fon \Windows\Fonts\vgasysr.fon \Windows\Fonts\vgasyst.fon \Windows\Fonts\85f874.fon \Windows\Fonts\85f1255.fon \Windows\Fonts\85f1256.fon \Windows\Fonts\85f1257.fon \Windows\Fonts\85s874.fon \Windows\Fonts\85s1255.fon \Windows\Fonts\85s1256.fon \Windows\Fonts\85s1257.fon \Windows\Fonts\8514fix.fon \Windows\Fonts\8514fixe.fon \Windows\Fonts\8514fixg.fon \Windows\Fonts\8514fixr.fon \Windows\Fonts\8514fixt.fon \Windows\Fonts\8514oem.fon \Windows\Fonts\8514oeme.fon \Windows\Fonts\8514oemg.fon \Windows\Fonts\8514oemr.fon \Windows\Fonts\8514oemt.fon \Windows\Fonts\8514sys.fon \Windows\Fonts\8514syse.fon \Windows\Fonts\8514sysg.fon \Windows\Fonts\8514sysr.fon \Windows\Fonts\8514syst.fon \Windows\Fonts\85775.fon \Windows\Fonts\85855.fon \Windows\Fonts\app775.fon \Windows\Fonts\app850.fon \Windows\Fonts\app852.fon \Windows\Fonts\app855.fon \Windows\Fonts\app857.fon \Windows\Fonts\app866.fon \Windows\Fonts\app932.fon \Windows\Fonts\app936.fon \Windows\Fonts\app949.fon \Windows\Fonts\app950.fon \Windows\Fonts\c8514fix.fon \Windows\Fonts\c8514oem.fon \Windows\Fonts\c8514sys.fon \Windows\Fonts\cga40woa.fon \Windows\Fonts\cga80woa.fon \Windows\Fonts\cga40737.fon \Windows\Fonts\cga40850.fon \Windows\Fonts\cga40852.fon \Windows\Fonts\cga40857.fon \Windows\Fonts\cga40866.fon \Windows\Fonts\cga40869.fon \Windows\Fonts\cga80737.fon \Windows\Fonts\cga80850.fon \Windows\Fonts\cga80852.fon \Windows\Fonts\cga80857.fon \Windows\Fonts\cga80866.fon \Windows\Fonts\cga80869.fon \Windows\Fonts\consola.ttf \Windows\Fonts\consolab.ttf \Windows\Fonts\consolai.ttf \Windows\Fonts\consolaz.ttf \Windows\Fonts\cvgafix.fon \Windows\Fonts\cvgasys.fon \Windows\Fonts\dos737.fon \Windows\Fonts\dos869.fon \Windows\Fonts\dosapp.fon \Windows\Fonts\ega40woa.fon \Windows\Fonts\ega80woa.fon \Windows\Fonts\ega40737.fon \Windows\Fonts\ega40850.fon \Windows\Fonts\ega40852.fon \Windows\Fonts\ega40857.fon \Windows\Fonts\ega40866.fon \Windows\Fonts\ega40869.fon \Windows\Fonts\ega80737.fon \Windows\Fonts\ega80850.fon \Windows\Fonts\ega80852.fon \Windows\Fonts\ega80857.fon \Windows\Fonts\ega80866.fon \Windows\Fonts\ega80869.fon \Windows\Fonts\h8514fix.fon \Windows\Fonts\h8514oem.fon \Windows\Fonts\h8514sys.fon \Windows\Fonts\hvgafix.fon \Windows\Fonts\hvgasys.fon \Windows\Fonts\j8514fix.fon \Windows\Fonts\j8514oem.fon \Windows\Fonts\j8514sys.fon \Windows\Fonts\jvgafix.fon \Windows\Fonts\jvgasys.fon \Windows\Fonts\lucon.ttf \Windows\Fonts\mingliu.ttc \Windows\Fonts\msyhl.ttc \Windows\System32\sv-SE \Windows\System32\Sysprep \Windows\System32\ta-IN \Windows\System32\te-IN \Windows\System32\th-TH \Windows\System32\tr-TR \Windows\System32\tt-RU \Windows\System32\ug-CN \Windows\System32\uk-UA \Windows\System32\ur-PK \Windows\System32\uz-Latn-UZ \Windows\System32\vi-VN \Windows\System32\WindowsPowerShell \Windows\System32\winevt \Windows\System32\zh-TW \Windows\System32\@VpnToastIcon.png \Windows\System32\0409 \Windows\System32\AdvancedInstallers \Windows\System32\af-ZA \Windows\System32\am-ET \Windows\System32\ar-SA \Windows\System32\as-IN \Windows\System32\az-Latn-AZ \Windows\System32\be-BY \Windows\System32\bg-BG \Windows\System32\bn-IN \Windows\System32\bs-Latn-BA \Windows\System32\ca-ES \Windows\System32\ca-ES-valencia \Windows\System32\catroot2 \Windows\System32\chr-CHER-US \Windows\System32\cs-CZ \Windows\System32\cy-GB \Windows\System32\da-DK \Windows\System32\de-DE \Windows\System32\downlevel \Windows\System32\DriverState \Windows\System32\el-GR \Windows\System32\en-GB \Windows\System32\en-US \Windows\System32\es-ES \Windows\System32\es-MX \Windows\System32\et-EE \Windows\System32\eu-ES \Windows\System32\fa-IR \Windows\System32\fi-FI \Windows\System32\fil-PH \Windows\System32\fr-CA \Windows\System32\fr-FR \Windows\System32\ga-IE \Windows\System32\gd-GB \Windows\System32\gl-ES \Windows\System32\GroupPolicy \Windows\System32\GroupPolicyUsers \Windows\System32\gu-IN \Windows\System32\he-IL \Windows\System32\hi-IN \Windows\System32\hr-HR \Windows\System32\hu-HU \Windows\System32\hy-AM \Windows\System32\id-ID \Windows\System32\is-IS \Windows\System32\it-IT \Windows\System32\ja-JP \Windows\System32\ka-GE \Windows\System32\kk-KZ \Windows\System32\km-KH \Windows\System32\kn-IN \Windows\System32\kok-IN \Windows\System32\ko-KR \Windows\System32\lb-LU \Windows\System32\LogFiles \Windows\System32\lo-LA \Windows\System32\lt-LT \Windows\System32\lv-LV \Windows\System32\migration \Windows\System32\mi-NZ \Windows\System32\mk-MK \Windows\System32\ml-IN \Windows\System32\mr-IN \Windows\System32\ms-MY \Windows\System32\mt-MT \Windows\System32\MUI \Windows\System32\nb-NO \Windows\System32\ne-NP \Windows\System32\nl-NL \Windows\System32\nn-NO \Windows\System32\oobe \Windows\System32\or-IN \Windows\System32\pa-IN \Windows\System32\pl-PL \Windows\System32\pt-BR \Windows\System32\pt-PT \Windows\System32\qps-ploc \Windows\System32\qps-plocm \Windows\System32\quz-PE \Windows\System32\ras \Windows\System32\RasToast \Windows\System32\Recovery \Windows\System32\restore \Windows\System32\ro-RO \Windows\System32\ru-RU \Windows\System32\setup \Windows\System32\sk-SK \Windows\System32\sl-SI \Windows\System32\SMI \Windows\System32\Speech \Windows\System32\spp \Windows\System32\sq-AL \Windows\System32\sr-Cyrl-BA \Windows\System32\sr-Cyrl-RS \Windows\System32\sr-Latn-RS \Windows\System32\C_1142.NLS \Windows\System32\C_1143.NLS \Windows\System32\C_1144.NLS \Windows\System32\C_1145.NLS \Windows\System32\C_1146.NLS \Windows\System32\C_1147.NLS \Windows\System32\C_1148.NLS \Windows\System32\C_1149.NLS \Windows\System32\C_1250.NLS \Windows\System32\C_1253.NLS \Windows\System32\C_1254.NLS \Windows\System32\C_1255.NLS \Windows\System32\C_1256.NLS \Windows\System32\C_1257.NLS \Windows\System32\C_1258.NLS \Windows\System32\C_1361.NLS \Windows\System32\C_10000.NLS \Windows\System32\C_10001.NLS \Windows\System32\C_10002.NLS \Windows\System32\C_10003.NLS \Windows\System32\C_10004.NLS \Windows\System32\C_10005.NLS \Windows\System32\C_10006.NLS \Windows\System32\C_10007.NLS \Windows\System32\C_10008.NLS \Windows\System32\C_10010.NLS \Windows\System32\C_10017.NLS \Windows\System32\C_10021.NLS \Windows\System32\C_10029.NLS \Windows\System32\C_10079.NLS \Windows\System32\C_10081.NLS \Windows\System32\C_10082.NLS \Windows\System32\C_20000.NLS \Windows\System32\C_20001.NLS \Windows\System32\C_20002.NLS \Windows\System32\C_20003.NLS \Windows\System32\C_20004.NLS \Windows\System32\C_20005.NLS \Windows\System32\C_20105.NLS \Windows\System32\C_20106.NLS \Windows\System32\C_20107.NLS \Windows\System32\C_20108.NLS \Windows\System32\C_20261.NLS \Windows\System32\C_20269.NLS \Windows\System32\C_20273.NLS \Windows\System32\C_20277.NLS \Windows\System32\C_20278.NLS \Windows\System32\C_20280.NLS \Windows\System32\C_20284.NLS \Windows\System32\C_20285.NLS \Windows\System32\C_20290.NLS \Windows\System32\C_20297.NLS \Windows\System32\C_20420.NLS \Windows\System32\C_20423.NLS \Windows\System32\C_20424.NLS \Windows\System32\C_20833.NLS \Windows\System32\C_20838.NLS \Windows\System32\C_20866.NLS \Windows\System32\C_20871.NLS \Windows\System32\C_20880.NLS \Windows\System32\C_20905.NLS \Windows\System32\C_20924.NLS \Windows\System32\C_20932.NLS \Windows\System32\C_20936.NLS \Windows\System32\C_20949.NLS \Windows\System32\C_21025.NLS \Windows\System32\C_21027.NLS \Windows\System32\C_21866.NLS \Windows\System32\C_28591.NLS \Windows\System32\C_28592.NLS \Windows\System32\C_28593.NLS \Windows\System32\C_28594.NLS \Windows\System32\C_28595.NLS \Windows\System32\C_28596.NLS \Windows\System32\C_28597.NLS \Windows\System32\C_28598.NLS \Windows\System32\C_28599.NLS \Windows\System32\c_28603.nls \Windows\System32\C_28605.NLS \Windows\System32\C_037.NLS \Windows\System32\C_500.NLS \Windows\System32\C_708.NLS \Windows\System32\C_720.NLS \Windows\System32\C_737.NLS \Windows\System32\C_775.NLS \Windows\System32\C_850.NLS \Windows\System32\C_852.NLS \Windows\System32\C_855.NLS \Windows\System32\C_857.NLS \Windows\System32\C_858.NLS \Windows\System32\C_860.NLS \Windows\System32\C_861.NLS \Windows\System32\C_862.NLS \Windows\System32\C_863.NLS \Windows\System32\C_864.NLS \Windows\System32\C_865.NLS \Windows\System32\C_866.NLS \Windows\System32\C_869.NLS \Windows\System32\C_870.NLS \Windows\System32\C_874.NLS \Windows\System32\C_875.NLS \Windows\System32\C_932.NLS \Windows\System32\C_949.NLS \Windows\System32\C_950.NLS \Windows\System32\C_1026.NLS \Windows\System32\C_1047.NLS \Windows\System32\C_1140.NLS \Windows\System32\C_1141.NLS \Windows\System32\KBDUSX.DLL \Windows\System32\KBDUZB.DLL \Windows\System32\KBDVNTC.DLL \Windows\System32\KBDWOL.DLL \Windows\System32\KBDYAK.DLL \Windows\System32\KBDYBA.DLL \Windows\System32\KBDYCC.DLL \Windows\System32\KBDYCL.DLL \Windows\System32\kbd101.dll \Windows\System32\kbd101a.dll \Windows\System32\kbd101b.dll \Windows\System32\kbd101c.dll \Windows\System32\kbd103.dll \Windows\System32\kbd106.dll \Windows\System32\kbd106n.dll \Windows\System32\KBDA1.DLL \Windows\System32\KBDA2.DLL \Windows\System32\KBDA3.DLL \Windows\System32\KBDADLM.DLL \Windows\System32\KBDAL.DLL \Windows\System32\KBDARME.DLL \Windows\System32\kbdarmph.dll \Windows\System32\kbdarmty.dll \Windows\System32\KBDARMW.DLL \Windows\System32\kbdax2.dll \Windows\System32\KBDAZE.DLL \Windows\System32\KBDAZEL.DLL \Windows\System32\KBDAZST.DLL \Windows\System32\KBDBASH.DLL \Windows\System32\KBDBE.DLL \Windows\System32\KBDBENE.DLL \Windows\System32\KBDBGPH.DLL \Windows\System32\KBDBGPH1.DLL \Windows\System32\KBDBHC.DLL \Windows\System32\KBDBLR.DLL \Windows\System32\KBDBR.DLL \Windows\System32\KBDBU.DLL \Windows\System32\KBDBUG.DLL \Windows\System32\KBDBULG.DLL \Windows\System32\KBDCA.DLL \Windows\System32\KBDCAN.DLL \Windows\System32\KBDCHER.DLL \Windows\System32\KBDCHERP.DLL \Windows\System32\KBDCMK.DLL \Windows\System32\KBDCR.DLL \Windows\System32\KBDCZ.DLL \Windows\System32\KBDCZ1.DLL \Windows\System32\KBDCZ2.DLL \Windows\System32\KBDDA.DLL \Windows\System32\KBDDIV1.DLL \Windows\System32\KBDDIV2.DLL \Windows\System32\KBDDV.DLL \Windows\System32\KBDDZO.DLL \Windows\System32\KBDES.DLL \Windows\System32\KBDEST.DLL \Windows\System32\KBDFA.DLL \Windows\System32\kbdfar.dll \Windows\System32\KBDFC.DLL \Windows\System32\KBDFI.DLL \Windows\System32\KBDFI1.DLL \Windows\System32\KBDFO.DLL \Windows\System32\KBDFR.DLL \Windows\System32\KBDFRNA.DLL \Windows\System32\KBDFRNB.DLL \Windows\System32\KBDFTHRK.DLL \Windows\System32\KBDGAE.DLL \Windows\System32\KBDGEO.DLL \Windows\System32\kbdgeoer.dll \Windows\System32\kbdgeome.dll \Windows\System32\kbdgeooa.dll \Windows\System32\kbdgeoqw.dll \Windows\System32\KBDGKL.DLL \Windows\System32\KBDGN.DLL \Windows\System32\KBDGR.DLL \Windows\System32\KBDGR1.DLL \Windows\System32\KBDGRE1.DLL \Windows\System32\KBDGRE2.DLL \Windows\System32\KBDGRLND.DLL \Windows\System32\KBDGTHC.DLL \Windows\System32\KBDHAU.DLL \Windows\System32\KBDHAW.DLL \Windows\System32\KBDHE.DLL \Windows\System32\KBDHE220.DLL \Windows\System32\KBDHE319.DLL \Windows\System32\KBDHEB.DLL \Windows\System32\kbdhebl3.dll \Windows\System32\kbdhebsi.dll \Windows\System32\KBDHELA2.DLL \Windows\System32\KBDHELA3.DLL \Windows\System32\KBDHEPT.DLL \Windows\System32\KBDHU.DLL \Windows\System32\KBDHU1.DLL \Windows\System32\kbdibm02.dll \Windows\System32\KBDIBO.DLL \Windows\System32\KBDIC.DLL \Windows\System32\KBDINASA.DLL \Windows\System32\KBDINBE1.DLL \Windows\System32\KBDINBE2.DLL \Windows\System32\KBDINBEN.DLL \Windows\System32\KBDINDEV.DLL \Windows\System32\KBDINEN.DLL \Windows\System32\KBDINGUJ.DLL \Windows\System32\KBDINHIN.DLL \Windows\System32\KBDINKAN.DLL \Windows\System32\KBDINMAL.DLL \Windows\System32\KBDINMAR.DLL \Windows\System32\KBDINORI.DLL \Windows\System32\KBDINPUN.DLL \Windows\System32\KBDINTAM.DLL \Windows\System32\KBDINTEL.DLL \Windows\System32\KBDINUK2.DLL \Windows\System32\WmiMgmt.msc \Windows\System32\WallpaperHost.exe \Windows\System32\winpe.jpg \Windows\System32\winre.jpg \Windows\System32\zh-CN\WmiMgmt.msc \Windows\System32\KBDIR.DLL \Windows\System32\KBDIT.DLL \Windows\System32\KBDIT142.DLL \Windows\System32\KBDIULAT.DLL \Windows\System32\KBDJAV.DLL \Windows\System32\KBDJPN.DLL \Windows\System32\KBDKAZ.DLL \Windows\System32\KBDKHMR.DLL \Windows\System32\KBDKNI.DLL \Windows\System32\KBDKOR.DLL \Windows\System32\KBDKURD.DLL \Windows\System32\KBDKYR.DLL \Windows\System32\KBDLA.DLL \Windows\System32\KBDLAO.DLL \Windows\System32\kbdlisub.dll \Windows\System32\kbdlisus.dll \Windows\System32\kbdlk41a.dll \Windows\System32\KBDLT.DLL \Windows\System32\KBDLT1.DLL \Windows\System32\KBDLT2.DLL \Windows\System32\KBDLV.DLL \Windows\System32\KBDLV1.DLL \Windows\System32\KBDLVST.DLL \Windows\System32\KBDMAC.DLL \Windows\System32\KBDMACST.DLL \Windows\System32\KBDMAORI.DLL \Windows\System32\KBDMLT47.DLL \Windows\System32\KBDMLT48.DLL \Windows\System32\KBDMON.DLL \Windows\System32\KBDMONMO.DLL \Windows\System32\KBDMONST.DLL \Windows\System32\KBDMYAN.DLL \Windows\System32\KBDNE.DLL \Windows\System32\kbdnec.dll \Windows\System32\kbdnec95.dll \Windows\System32\kbdnecat.dll \Windows\System32\kbdnecnt.dll \Windows\System32\KBDNEPR.DLL \Windows\System32\kbdnko.dll \Windows\System32\KBDNO.DLL \Windows\System32\KBDNO1.DLL \Windows\System32\KBDNSO.DLL \Windows\System32\KBDNTL.DLL \Windows\System32\KBDOGHAM.DLL \Windows\System32\KBDOLCH.DLL \Windows\System32\KBDOLDIT.DLL \Windows\System32\KBDOSA.DLL \Windows\System32\KBDOSM.DLL \Windows\System32\KBDPASH.DLL \Windows\System32\kbdphags.dll \Windows\System32\KBDPL.DLL \Windows\System32\KBDPL1.DLL \Windows\System32\KBDPO.DLL \Windows\System32\KBDRO.DLL \Windows\System32\KBDROPR.DLL \Windows\System32\KBDROST.DLL \Windows\System32\KBDRU.DLL \Windows\System32\KBDRU1.DLL \Windows\System32\KBDRUM.DLL \Windows\System32\KBDSF.DLL \Windows\System32\KBDSG.DLL \Windows\System32\KBDSL.DLL \Windows\System32\KBDSL1.DLL \Windows\System32\KBDSMSFI.DLL \Windows\System32\KBDSMSNO.DLL \Windows\System32\KBDSN1.DLL \Windows\System32\KBDSORA.DLL \Windows\System32\KBDSOREX.DLL \Windows\System32\KBDSORS1.DLL \Windows\System32\KBDSORST.DLL \Windows\System32\KBDSP.DLL \Windows\System32\KBDSW.DLL \Windows\System32\KBDSW09.DLL \Windows\System32\KBDSYR1.DLL \Windows\System32\KBDSYR2.DLL \Windows\System32\KBDTAILE.DLL \Windows\System32\KBDTAJIK.DLL \Windows\System32\KBDTAM99.DLL \Windows\System32\KBDTAT.DLL \Windows\System32\KBDTH0.DLL \Windows\System32\KBDTH1.DLL \Windows\System32\KBDTH2.DLL \Windows\System32\KBDTH3.DLL \Windows\System32\KBDTIFI.DLL \Windows\System32\KBDTIFI2.DLL \Windows\System32\KBDTIPRC.DLL \Windows\System32\KBDTIPRD.DLL \Windows\System32\KBDTT102.DLL \Windows\System32\KBDTUF.DLL \Windows\System32\KBDTUQ.DLL \Windows\System32\KBDTURME.DLL \Windows\System32\KBDTZM.DLL \Windows\System32\KBDUGHR.DLL \Windows\System32\KBDUGHR1.DLL \Windows\System32\KBDUK.DLL \Windows\System32\KBDUKX.DLL \Windows\System32\KBDUR.DLL \Windows\System32\KBDUR1.DLL \Windows\System32\KBDURDU.DLL \Windows\System32\KBDUSA.DLL \Windows\System32\KBDUSL.DLL \Windows\System32\KBDUSR.DLL |
(原版的WinSxS文件夹很大,而且都是对PE没什么用的东西。至少可以精简掉1GB。)
1.2.2.1、直接删除BOOT的以下文件夹:
\Windows\WinSxS
1.2.2.2、用附件中的文件提取工具,从 boot.wim 第2卷提取以下必要文件到BOOT:
\Windows\WinSxS\amd64_microsoft.windows.c..-controls.resources_*_zh-CN* \Windows\WinSxS\amd64_microsoft.windows.common-controls* \Windows\WinSxS\amd64_microsoft.windows.gdiplus.systemcopy_* \Windows\WinSxS\amd64_microsoft.windows.gdiplus_* \Windows\WinSxS\amd64_microsoft.windows.isolationautomation_* \Windows\WinSxS\amd64_microsoft.windows.i..utomation.proxystub_* \Windows\WinSxS\amd64_microsoft-windows-servicingstack_* \Windows\WinSxS\manifests\amd64_microsoft.windows.c..-controls.resources_*_zh-CN*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.gdiplus.systemcopy_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.gdiplus_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.isolationautomation_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.i..utomation.proxystub_*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-comdlg32_*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-comctl32-v5.resources_*_zh-CN*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-comdlg32.resources_*_zh-CN*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.systemcompatible_*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-a..core-base.resources_*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-blb-engine-main_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.s...smart_card_library_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.s..rt_driver.resources_*.manifest \Windows\WinSxS\manifests\amd64_microsoft.windows.s..se.scsi_port_driver_*.manifest \Windows\WinSxS\manifests\amd64_microsoft-windows-servicingstack_*.manifest |
1.3、用附件中的文件提取工具,从 install.wim 第5卷(Win11专业工作站版)提取以下文件到BOOT:
还可以修改默认鼠标样式 Windows\Cursors
;文件浏览对话框 \Windows\resources\Themes\aero\shell \Windows\System32\shellstyle.dll \Windows\System32\comctl32.dll \Windows\System32\ExplorerFrame.dll \Windows\System32\actxprxy.dll \Windows\System32\apphelp.dll ; ;文件属性里的”安全“页面 \Windows\System32\rshx32.dll ; ;”安全“页面更改所有者 \Windows\System32\comsvcs.dll ; ;文件拖放功能 (d2d1.dll,ksuser.dll already in Winre.wim) \Windows\System32\DataExchange.dll \Windows\System32\dcomp.dll \Windows\System32\d3d11.dll \Windows\System32\dxgi.dll \Windows\System32\d2d1.dll \Windows\System32\ksuser.dll ; ;复制文件对话框 \Windows\System32\chartv.dll \Windows\System32\OneCoreUAPCommonProxyStub.dll ; ;确认覆盖对话框 \Windows\System32\actxprxy.dll ; ;过滤器 \Windows\System32\StructuredQuery.dll ; ;文本预览 \Windows\System32\prevhost.exe ; ;图片预览 \Windows\SystemResources\imageres.dll.mun \Windows\System32\PhotoMetadataHandler.dll \Windows\System32\thumbcache.dll \Windows\System32\capisp.dll \Windows\System32\IconCodecService.dll ; ;驱动程序签名文件 \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Package_* \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Basic-Http-Minio-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-DataCenterBridging-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-DataCenterBridging-Opt-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Browser-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Dedup-ChunkLibrary-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-BusinessScanning-Feature-Package-admin~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Common-Modem-Drivers-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-PeerToPeer-Full-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-OneCoreUAP-WCN-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-OneCoreUAP-WCN-WOW64-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WCN-net-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-WCN-WOW64-net-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\LanguageFeatures-WordBreaking-*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-SecureStartup-Subsystem-base-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-IsolatedUserMode-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-EnterpriseClientSync-Host-Opt-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Desktop-Shared-Drivers-merged-Package*.cat ; ;多媒体功能签名文件: \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-OneCore-Multimedia-MFPMP*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Media-Format-multimedia-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Multimedia-RestrictedCodecs-multimedia-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Multimedia-RestrictedCodecs-WOW64-multimedia-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Multimedia-MFCore-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Multimedia-MFCore-WOW64-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Multimedia-RestrictedCodecsCore-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Multimedia-RestrictedCodecsExt-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-PhotoBasic-Feature-Package~*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-PhotoBasic-PictureTools-Package~*.cat ; ;右键菜单的小箭头和默认用户头像需要这两个字体 \Windows\Fonts\segoeui.ttf \Windows\Fonts\SegoeIcons.ttf |
1.4.1、从install.wim 第5卷(Win11专业工作站版)提取 SOFTWARE 注册表配置单元,并替换PE原有的 SOFTWARE 配置单元。
1.4.2、从install.wim 第5卷提取 DEFAULT、DRIVERS、SYSTEM 注册表配置单元,放在一个地方备用。
1.4.3、分别挂载PE的 DEFAULT、DRIVERS、SOFTWARE 、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\PE-DEF、PE-DRV、PE-SOFT、PE-SYS 项。
1.4.4、分别挂载从 install.wim 提取的 DEFAULT、DRIVERS、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\OS-DEF、OS-DRV、OS-SYS 项。
1.4.5、用NSudo提权,以SYSTEM权限运行附件中的 1-Build_Registry.cmd 批处理,自动处理注册表。

1.5、用WimTool打包wim启动虚拟机测试,可正常进入 CmdPE,且浏览对话框可用,基本的网络支持可用。
二、添加原生 Explorer
2.1、从install.wim第5卷提取以下文件到BOOT文件夹:
;核心文件 \Windows\explorer.exe \Windows\zh-CN\explorer.exe.mui ; ;桌面壁纸 \Windows\Web\Wallpaper\Windows\img0.jpg ; ;StateRepository服务。此文件夹非常重要,尽管是空的 \ProgramData\Microsoft\Windows\AppRepository ; \Windows\SystemResources\Windows.UI.ShellCommon ; ;发送到-桌面快捷方式 \Users\Default\AppData\Roaming\Microsoft\Windows\SendTo\Desktop (create shortcut).DeskLink \Users\Default\AppData\Roaming\Microsoft\Windows\SendTo\desktop.ini ; ;已经复制过的文件,无需再复制 ;ExplorerFrame.dll ;comctl32.dll ;comsvcs.dll ; \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Desktop-Required-WOW64-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-Package*.cat \Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Client-Features-WOW64-Package*.cat \Windows\System32\drivers\WindowsTrustedRT.sys \Windows\System32\AppHelp.dll \Windows\System32\AppResolver.dll \Windows\System32\atlthunk.dll \Windows\System32\avifil32.dll \Windows\System32\clip.exe \Windows\System32\Clipc.dll \Windows\System32\control.exe \Windows\System32\CoreMessaging.dll \Windows\System32\CoreUIComponents.dll \Windows\System32\cscapi.dll \Windows\System32\ctfmon.exe \Windows\System32\desk.cpl \Windows\System32\edputil.dll \Windows\System32\ELSCore.dll \Windows\System32\IconCodecService.dll \Windows\System32\ieframe.dll \Windows\System32\imageres.dll \Windows\System32\InfDefaultInstall.exe \Windows\System32\InputSwitch.dll \Windows\System32\mfperfhelper.dll \Windows\System32\MrmCoreR.dll \Windows\System32\mscories.dll \Windows\System32\MsCtfMonitor.dll \Windows\System32\msutb.dll \Windows\System32\mycomput.dll \Windows\System32\policymanager.dll \Windows\System32\pdh.dll \Windows\System32\PhotoMetadataHandler.dll \Windows\System32\pnputil.exe \Windows\System32\ProximityCommon.dll \Windows\System32\ProximityCommonPal.dll \Windows\System32\ProximityService.dll \Windows\System32\ProximityServicePal.dll \Windows\System32\rmclient.dll \Windows\System32\sendmail.dll \Windows\System32\SettingSyncCore.dll \Windows\System32\SharedStartModel.dll \Windows\System32\ShellCommonCommonProxyStub.dll \Windows\System32\shfolder.dll \Windows\System32\shutdown.exe \Windows\System32\StartTileData.dll \Windows\System32\sti.dll \Windows\System32\stobject.dll \Windows\System32\StorageUsage.dll \Windows\System32\systemcpl.dll \Windows\System32\TDLMigration.dll \Windows\System32\TextInputFramework.dll \Windows\System32\thumbcache.dll \Windows\System32\twinapi.appcore.dll \Windows\System32\twinapi.dll \Windows\System32\twinui.appcore.dll \Windows\System32\twinui.pcshell.dll \Windows\System32\UIAnimation.dll \Windows\System32\UIRibbon.dll \Windows\System32\UIRibbonRes.dll \Windows\System32\Windows.Gaming.Input.dll \Windows\System32\Windows.Internal.Shell.Broker.dll \Windows\System32\Windows.Networking.Connectivity.dll \Windows\System32\WorkFoldersShell.dll \Windows\System32\wpdshext.dll \Windows\System32\zipfldr.dll \Windows\System32\windows.immersiveshell.serviceprovider.dll \Windows\System32\credssp.dll \Windows\System32\TextShaping.dll \Windows\System32\Windows.Globalization.dll \Windows\System32\cdp.dll \Windows\System32\coloradapterclient.dll \Windows\System32\dsreg.dll \Windows\System32\VEEventDispatcher.dll \Windows\System32\CoreMessaging.dll \Windows\System32\CoreUIComponents.dll \Windows\System32\rmclient.dll \Windows\System32\twinapi.appcore.dll \Windows\System32\InputHost.dll \Windows\System32\TextInputFramework.dll \Windows\System32\WindowManagement.dll \Windows\System32\WindowManagementAPI.dll \Windows\System32\Windows.UI.dll \Windows\System32\Windows.UI.Immersive.dll \Windows\System32\shsvcs.dll \Windows\System32\dmenrollengine.dll \Windows\System32\windowsudk.shellcommon.dll \Windows\System32\Windows.UI.Core.TextInput.dll \Windows\System32\Windows.UI.FileExplorer.WASDK.dll ; ;StateRepository服务,Explorer依赖此服务 \Windows\System32\StateRepository.core.dll \Windows\System32\Windows.StateRepository.dll \Windows\System32\Windows.StateRepositoryBroker.dll \Windows\System32\Windows.StateRepositoryCore.dll \Windows\System32\Windows.StateRepositoryClient.dll ; ;系统属性 \Windows\System32\systemcpl.dll ; ;显示设置和个性化 \Windows\System32\Display.dll \Windows\System32\themecpl.dll ; ;FTP文件夹 \Windows\System32\msieftp.dll \Windows\System32\shdocvw.dll ; ;添加一个网络位置 \Windows\System32\shwebsvc.dll ;创建快捷方式向导 \Windows\System32\appWiz.cpl \Windows\System32\osbaseln.dll ; ;详细信息默认文件夹视图布局 \Windows\System32\windows.storage.dll ; ;屏幕分辨率设置(仅24H2需要,否则无法更改屏幕分辨率) \Windows\System32\DispBroker.Desktop.dll \Windows\System32\Windows.Graphics.dll ; \Windows\System32\shell32.dll \Windows\System32\SHCore.dll \Windows\System32\KernelBase.dll ; ;系统属性 ;\Windows\System32\sysdm.cpl ;\Windows\System32\DeviceProperties.exe ;\Windows\System32\SystemPropertiesAdvanced.exe ;\Windows\System32\SystemPropertiesComputerName.exe ;\Windows\System32\systempropertieshardware.exe ;\Windows\System32\systempropertiesperformance.exe ;\Windows\System32\systempropertiesremote.exe ; ;设备管理器 \Windows\System32\hdwwiz.cpl \Windows\System32\hdwwiz.exe ; ;键盘鼠标、时间日期设置 \Windows\System32\main.cpl \Windows\System32\timedate.cpl ; ;文件属性里的“以前的版本”页面 \Windows\System32\twext.dll ; ;Windows Script Host 的 Shell 扩展 \Windows\System32\wshext.dll ; ;弹出USB设备 \Windows\System32\DeviceCenter.dll \Windows\System32\DeviceEject.exe \Windows\System32\StorageContextHandler.dll ; ;系统信息 \Windows\System32\msinfo32.exe \Windows\System32\msconfig.exe \Windows\System32\winver.exe ; ;映射网络驱动器 \Windows\System32\netplwiz.dll \Windows\System32\netplwiz.exe ; ;文件共享 \Windows\System32\dtsh.dll \Windows\System32\shpafact.dll \Windows\System32\networkexplorer.dll \Windows\System32\provsvc.dll ; ;事件日志中的密码通知 \Windows\System32\kdcpw.dll ; ;DOS实用程序 \Windows\System32\cacls.exe \Windows\System32\Comp.exe \Windows\System32\choice.exe \Windows\System32\Fc.exe \Windows\System32\findstr.exe \Windows\System32\Help.exe \Windows\System32\Label.exe \Windows\System32\Makecab.exe \Windows\System32\sc.exe \Windows\System32\Sort.exe \Windows\System32\taskkill.exe ; ;DLNA命名空间 \Windows\System32\dlnashext.dll ; ;获取所有权 (Appinfo and ProfSvc services). ProfSvc services already here (profsvc.dll,profsvcext.dll,provsvc.dll,objsel.dll) \Windows\System32\appinfo.dll \Windows\System32\appinfoext.dll \Windows\System32\objsel.dll ; ;24H2 Explorer 新增的依赖文件。还需安装StartAllback,否则无法启动!!! \Windows\System32\mscms.dll |
2.2.1、分别挂载PE的 DEFAULT、SOFTWARE、SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\PE-DEF、PE-SOFT、PE-SYS 项。
2.2.2、挂载从 install.wim 里提取的 SYSTEM 注册表配置单元为 HKEY_LOCAL_MACHINE\OS-SYS 项。
2.2.3、以SYSTEM权限运行附件中的 Explorer_Registry.cmd 批处理。
2.4、添加StartAllBack(必须)
复制附件中的 StartAllBack 文件夹到 BOOT 的 Program Files 目录。
(注:Win11 24H2 的原生 Explorer 在PE中必须安装 StartAllBack 才能运行!)
2.5、用WimTool打包wim启动虚拟机测试,可正常进入桌面。
三、添加应用程序支持
(注:包含 OpenGL、DirectX 运行时、32位程序支持。很多系统组件都依赖这些文件。)
3.1、从install.wim第5卷提取以下文件到BOOT文件夹:
2.3、添加 PECMD(必须)
复制附件中的 PECMD.EXE、PECMD.INI 到 BOOT 的 System32 目录
;OpenGL 和 DirectX 支持(依赖此项的功能:Windows Photo Viewer、任务管理器性能页面) \Windows\system32\dba.inf \Windows\system32\ks.inf \Windows\system32\kscaptur.inf \Windows\system32\ksfilter.inf ;dxgkrnl.sys 注释的是已存在的文件 ;dxgmms1.sys ;ks.sys ;mskssrv.sys ;mspclock.sys ;mspqm.sys ;mstee.sys ;stream.sys \Windows\System32\drivers\gm.dls ;OpenGL 支持 \Windows\system32\glmf32.dll \Windows\system32\glu32.dll \Windows\system32\opengl32.dll ;Microsoft Direct2D \Windows\system32\d2d1.dll ;Direct3D 9 运行时 \Windows\system32\d3d9.dll \Windows\system32\d3d9on12.dll ;Direct3D 10 运行时 \Windows\system32\d3d10.dll \Windows\system32\d3d10core.dll \Windows\system32\d3d10level9.dll \Windows\system32\d3d10warp.dll \Windows\system32\d3d10_1.dll \Windows\system32\d3d10_1core.dll ;Direct3D 11 运行时 \Windows\system32\d3d11.dll \Windows\system32\d3d11on12.dll ;Direct3D 12 运行时 \Windows\system32\D3D12.dll \Windows\system32\D3D12Core.dll \Windows\system32\d3d8thk.dll \Windows\system32\D3DCompiler_47.dll ;DirectDisplay,DirectDraw \Windows\system32\ddisplay.dll \Windows\system32\ddraw.dll \Windows\system32\ddrawex.dll ;Microsoft DirectInput \Windows\system32\dinput.dll \Windows\system32\dinput8.dll \Windows\system32\Direct2DDesktop.dll ;DirectSound \Windows\system32\dsdmo.dll \Windows\system32\dsound.dll ;Microsoft DirectMusic \Windows\system32\dmloader.dll \Windows\system32\dmsynth.dll \Windows\system32\dmusic.dll \Windows\system32\dswave.dll ;DirectPlay Stub \Windows\system32\dpnaddr.dll \Windows\system32\dpnathlp.dll \Windows\system32\dpnet.dll \Windows\system32\dpnhpast.dll \Windows\system32\dpnhupnp.dll \Windows\system32\dpnlobby.dll \Windows\system32\dpnsvr.exe ;Microsoft DirectX ;DXCpl.exe DX控制面板,在PE里用处不大 ;dxdiag.exe \Windows\system32\DWrite.dll \Windows\system32\DXCaptureReplay.dll \Windows\system32\dxdiagn.dll \Windows\system32\dxgi.dll \Windows\system32\dxgwdi.dll \Windows\system32\dxilconv.dll \Windows\system32\dxtmsft.dll \Windows\system32\dxtrans.dll \Windows\system32\dxva2.dll \Windows\system32\mscat32.dll ;DirectShow \Windows\system32\amstream.dll \Windows\system32\cca.dll \Windows\system32\mciqtz32.dll \Windows\system32\mfds.dll \Windows\system32\mpg2splt.ax \Windows\system32\qasf.dll \Windows\system32\qcap.dll \Windows\system32\qdv.dll \Windows\system32\qdvd.dll \Windows\system32\qedit.dll \Windows\system32\qedwipes.dll \Windows\system32\quartz.dll \Windows\system32\sbe.dll \Windows\system32\sberes.dll \Windows\system32\CompPkgSup.dll \Windows\system32\CPFilters.dll \Windows\system32\dciman32.dll \Windows\system32\dispex.dll \Windows\system32\ksproxy.ax \Windows\system32\kstvtune.ax \Windows\system32\ksuser.dll \Windows\system32\Kswdmcap.ax \Windows\system32\ksxbar.ax \Windows\system32\Mpeg2Data.ax \Windows\system32\MSAC3ENC.DLL \Windows\system32\iyuv_32.dll ; ;32位程序支持(仅X64需要) \Windows\WinSxS\x86_microsoft.windows.c..-controls.resources_*_zh-CN*\*.* \Windows\WinSxS\x86_microsoft.windows.common-controls*\*.* \Windows\WinSxS\wow64_microsoft.windows.gdiplus.systemcopy_*\*.* \Windows\WinSxS\x86_microsoft.windows.gdiplus_*\*.* \Windows\WinSxS\x86_microsoft.windows.isolationautomation_*\*.* \Windows\WinSxS\x86_microsoft.windows.i..utomation.proxystub_*\*.* \Windows\WinSxS\x86_microsoft-windows-servicingstack_*\*.* \Windows\WinSxS\manifests\x86_microsoft.windows.c..-controls.resources_*_zh-CN*.manifest \Windows\WinSxS\Manifests\x86_microsoft.windows.common-controls_*.manifest \Windows\WinSxS\Manifests\wow64_microsoft.windows.gdiplus.systemcopy_*.manifest \Windows\WinSxS\Manifests\x86_microsoft.windows.gdiplus_*.manifest \Windows\WinSxS\Manifests\x86_microsoft.windows.isolationautomation_*.manifest \Windows\WinSxS\Manifests\x86_microsoft.windows.i..utomation.proxystub_*.manifest \Windows\WinSxS\Manifests\x86_microsoft.windows.systemcompatible_*.manifest \Windows\WinSxS\Manifests\x86_microsoft-windows-servicingstack_*.manifest \Windows\system32\wow64.dll \Windows\system32\wow64cpu.dll \Windows\system32\wow64win.dll \Windows\system32\wow64base.dll \Windows\system32\wow64con.dll \Windows\system32\wowreg32.exe \Windows\SysWOW64\zh-CN\comctl32.dll \Windows\SysWOW64\zh-CN\comdlg32.dll \Windows\SysWOW64\zh-CN\mlang.dll \Windows\SysWOW64\KBDUS.dll \Windows\SysWOW64\DXCore.dll \Windows\SysWOW64\umpdc.dll \Windows\SysWOW64\TextShaping.dll \Windows\SysWOW64\comctl32.dll \Windows\SysWOW64\comdlg32.dll \Windows\SysWOW64\mlang.dll \Windows\SysWOW64\shellstyle.dll \Windows\SysWOW64\imageres.dll \Windows\SysWOW64\aclui.dll \Windows\SysWOW64\actxprxy.dll \Windows\SysWOW64\adsldp.dll \Windows\SysWOW64\adsldpc.dll \Windows\SysWOW64\advapi32.dll \Windows\SysWOW64\apphelp.dll \Windows\SysWOW64\asycfilt.dll \Windows\SysWOW64\atlthunk.dll \Windows\SysWOW64\attrib.exe \Windows\SysWOW64\authz.dll \Windows\SysWOW64\avifil32.dll \Windows\SysWOW64\avrt.dll \Windows\SysWOW64\bcrypt.dll \Windows\SysWOW64\bcryptprimitives.dll \Windows\SysWOW64\Bcp47Langs.dll \Windows\SysWOW64\bcp47mrm.dll \Windows\SysWOW64\cabinet.dll \Windows\SysWOW64\cfgmgr32.dll \Windows\SysWOW64\clb.dll \Windows\SysWOW64\clbcatq.dll \Windows\SysWOW64\clip.exe \Windows\SysWOW64\cmd.exe \Windows\SysWOW64\cmdext.dll \Windows\SysWOW64\combase.dll \Windows\SysWOW64\Coremessaging.dll \Windows\SysWOW64\CoreUIComponents.dll \Windows\SysWOW64\crtdll.dll \Windows\SysWOW64\crypt32.dll \Windows\SysWOW64\cryptbase.dll \Windows\SysWOW64\cryptdll.dll \Windows\SysWOW64\cryptnet.dll \Windows\SysWOW64\cryptsp.dll \Windows\SysWOW64\cscapi.dll \Windows\SysWOW64\d2d1.dll \Windows\SysWOW64\d3d9.dll \Windows\SysWOW64\d3d10warp.dll \Windows\SysWOW64\d3d11.dll \Windows\SysWOW64\d3d12.dll \Windows\SysWOW64\DataExchange.dll \Windows\SysWOW64\davhlpr.dll \Windows\SysWOW64\dbgcore.dll \Windows\SysWOW64\dbghelp.dll \Windows\SysWOW64\dcomp.dll \Windows\SysWOW64\ddraw.dll \Windows\SysWOW64\devobj.dll \Windows\SysWOW64\devrtl.dll \Windows\SysWOW64\dfscli.dll \Windows\SysWOW64\dhcpcsvc.dll \Windows\SysWOW64\dhcpcsvc6.dll \Windows\SysWOW64\directmanipulation.dll \Windows\SysWOW64\dllhost.exe \Windows\SysWOW64\dlnashext.dll \Windows\SysWOW64\dnsapi.dll \Windows\SysWOW64\dpapi.dll \Windows\SysWOW64\drvstore.dll \Windows\SysWOW64\dsrole.dll \Windows\SysWOW64\dui70.dll \Windows\SysWOW64\duser.dll \Windows\SysWOW64\dwmapi.dll \Windows\SysWOW64\Dwrite.dll \Windows\SysWOW64\dxgi.dll \Windows\SysWOW64\edputil.dll \Windows\SysWOW64\ExplorerFrame.dll \Windows\SysWOW64\FirewallAPI.dll \Windows\SysWOW64\fltlib.dll \Windows\SysWOW64\fwbase.dll \Windows\SysWOW64\fwpolicyiomgr.dll \Windows\SysWOW64\FWPUCLNT.DLL \Windows\SysWOW64\gdi32.dll \Windows\SysWOW64\gdi32full.dll \Windows\SysWOW64\GdiPlus.dll \Windows\SysWOW64\gpapi.dll \Windows\SysWOW64\hid.dll \Windows\SysWOW64\iertutil.dll \Windows\SysWOW64\ieframe.dll \Windows\SysWOW64\imm32.dll \Windows\SysWOW64\InputHost.dll \Windows\SysWOW64\iphlpapi.dll \Windows\SysWOW64\kernel.appcore.dll \Windows\SysWOW64\kernel32.dll \Windows\SysWOW64\kernelbase.dll \Windows\SysWOW64\linkinfo.dll \Windows\SysWOW64\logoncli.dll \Windows\SysWOW64\mfperfhelper.dll \Windows\SysWOW64\mfc42.dll \Windows\SysWOW64\mpr.dll \Windows\SysWOW64\msacm32.dll \Windows\SysWOW64\msacm32.drv \Windows\SysWOW64\msasn1.dll \Windows\SysWOW64\mscms.dll \Windows\SysWOW64\mscories.dll \Windows\SysWOW64\msctf.dll \Windows\SysWOW64\msdelta.dll \Windows\SysWOW64\msi.dll \Windows\SysWOW64\mshtml.dll \Windows\SysWOW64\msimg32.dll \Windows\SysWOW64\msIso.dll \Windows\SysWOW64\mskeyprotect.dll \Windows\SysWOW64\msls31.dll \Windows\SysWOW64\msv1_0.dll \Windows\SysWOW64\msvbvm60.dll \Windows\SysWOW64\msvcp60.dll \Windows\SysWOW64\msvcp_win.dll \Windows\SysWOW64\msvcp110_win.dll \Windows\SysWOW64\msvcrt.dll \Windows\SysWOW64\msvcrt40.dll \Windows\SysWOW64\msvfw32.dll \Windows\SysWOW64\mswsock.dll \Windows\SysWOW64\msxml3.dll \Windows\SysWOW64\msxml3r.dll \Windows\SysWOW64\msxml6.dll \Windows\SysWOW64\msxml6r.dll \Windows\SysWOW64\ncrypt.dll \Windows\SysWOW64\ncryptprov.dll \Windows\SysWOW64\ncryptSSLp.dll \Windows\SysWOW64\net.exe \Windows\SysWOW64\net1.exe \Windows\SysWOW64\netmsg.dll \Windows\SysWOW64\netapi32.dll \Windows\SysWOW64\netutils.dll \Windows\SysWOW64\normaliz.dll \Windows\SysWOW64\ntasn1.dll \Windows\SysWOW64\ntdll.dll \Windows\SysWOW64\ntdsapi.dll \Windows\SysWOW64\ntlanman.dll \Windows\SysWOW64\ntmarta.dll \Windows\SysWOW64\ntshrui.dll \Windows\SysWOW64\odbc32.dll \Windows\SysWOW64\ole32.dll \Windows\SysWOW64\oleacc.dll \Windows\SysWOW64\oleaccrc.dll \Windows\SysWOW64\oleaut32.dll \Windows\SysWOW64\oledlg.dll \Windows\SysWOW64\olepro32.dll \Windows\SysWOW64\OnDemandConnRouteHelper.dll \Windows\SysWOW64\OneCoreUAPCommonProxyStub.dll \Windows\SysWOW64\pdh.dll \Windows\SysWOW64\policymanager.dll \Windows\SysWOW64\powrprof.dll \Windows\SysWOW64\profapi.dll \Windows\SysWOW64\propsys.dll \Windows\SysWOW64\psapi.dll \Windows\SysWOW64\rasadhlp.dll \Windows\SysWOW64\rasapi32.dll \Windows\SysWOW64\reg.exe \Windows\SysWOW64\regedt32.exe \Windows\SysWOW64\regsvr32.exe \Windows\SysWOW64\riched20.dll \Windows\SysWOW64\riched32.dll \Windows\SysWOW64\rmclient.dll \Windows\SysWOW64\rpcrt4.dll \Windows\SysWOW64\rsaenh.dll \Windows\SysWOW64\rtutils.dll \Windows\SysWOW64\run64.exe \Windows\SysWOW64\rundll32.exe \Windows\SysWOW64\samcli.dll \Windows\SysWOW64\samlib.dll \Windows\SysWOW64\schannel.dll \Windows\SysWOW64\sechost.dll \Windows\SysWOW64\secur32.dll \Windows\SysWOW64\SensApi.dll \Windows\SysWOW64\setupapi.dll \Windows\SysWOW64\SHCore.dll \Windows\SysWOW64\shell32.dll \Windows\SysWOW64\shfolder.dll \Windows\SysWOW64\shlwapi.dll \Windows\SysWOW64\slc.dll \Windows\SysWOW64\spfileq.dll \Windows\SysWOW64\SPInf.dll \Windows\SysWOW64\srvcli.dll \Windows\SysWOW64\sspicli.dll \Windows\SysWOW64\stdole2.tlb \Windows\SysWOW64\stdole32.tlb \Windows\SysWOW64\StructuredQuery.dll \Windows\SysWOW64\svchost.exe \Windows\SysWOW64\sxs.dll \Windows\SysWOW64\sxsstore.dll \Windows\SysWOW64\sxstrace.exe \Windows\SysWOW64\TextInputFramework.dll \Windows\SysWOW64\thumbcache.dll \Windows\SysWOW64\twinapi.dll \Windows\SysWOW64\twinapi.appcore.dll \Windows\SysWOW64\tzres.dll \Windows\SysWOW64\ulib.dll \Windows\SysWOW64\ucrtbase.dll \Windows\SysWOW64\UIAnimation.dll \Windows\SysWOW64\UIAutomationCore.dll \Windows\SysWOW64\urlmon.dll \Windows\SysWOW64\user32.dll \Windows\SysWOW64\userenv.dll \Windows\SysWOW64\usp10.dll \Windows\SysWOW64\uxtheme.dll \Windows\SysWOW64\vbscript.dll \Windows\SysWOW64\version.dll \Windows\SysWOW64\webio.dll \Windows\SysWOW64\wimgapi.dll \Windows\SysWOW64\win32u.dll \Windows\SysWOW64\winbrand.dll \Windows\SysWOW64\WindowsCodecs.dll \Windows\SysWOW64\Windows.Globalization.dll \Windows\SysWOW64\windows.storage.dll \Windows\SysWOW64\wininet.dll \Windows\SysWOW64\winmm.dll \Windows\SysWOW64\winmmbase.dll \Windows\SysWOW64\winnlsres.dll \Windows\SysWOW64\winnsi.dll \Windows\SysWOW64\winspool.drv \Windows\SysWOW64\winsta.dll \Windows\SysWOW64\WinTypes.dll \Windows\SysWOW64\wintrust.dll \Windows\SysWOW64\wkscli.dll \Windows\SysWOW64\wldap32.dll \Windows\SysWOW64\wldp.dll \Windows\SysWOW64\wow32.dll \Windows\SysWOW64\ws2_32.dll \Windows\SysWOW64\wsock32.dll \Windows\SysWOW64\wtsapi32.dll \Windows\SysWOW64\xmllite.dll \Windows\SysWOW64\AudioSes.dll \Windows\SysWOW64\devenum.dll \Windows\SysWOW64\dsound.dll \Windows\SysWOW64\MMDevAPI.dll \Windows\SysWOW64\msdmo.dll \Windows\SysWOW64\quartz.dll \Windows\SysWOW64\winhttp.dll |
文章来源:
网络小编D
版权声明:
本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,请联系本站立刻删除。