此文是“给winpe添加explorer教程”https://www.wingwy.com/archives/2011_02_857.html 系列的补充部分。 在前文中我觉得这部分意义不大,所以没有提及文件加入部分。其实winpe的文件部分的加入确实是“既繁琐又简单”。pe的制作就是不断地积累,吸收前人的经验,比如别人的成品pe,以及winbuilder,make_pe3一类的pe制作工具。不过有些网友反映文件不知道怎么办,这里贴一个的文件列表给大家参考(以make_pe3为基础,略有修改)。按照我的教程制作的不需要重复添加某些文件。如果你对某个文件的作用不清楚,可以用鼠标右键看文件说明,或者google。
注:此文件列表主要基于make_pe3,感谢原作者wimb以及原作者感谢之人(主要是JFX,nu825等)。原作者发布地址 http://www.msfn.org/board/topic/143529-make-pe3-program-to-create-portable-windows-7-pe/
1 语言栏支持。如需加入微软拼音用WAIK的帮助脚本即可.
C:\Windows\System32\input.dll
C:\Windows\System32\zh-cn\input.dll.mui
C:\Windows\System32\ctfmon.exe
C:\Windows\System32\zh-cn\ctfmon.exe.mui
C:\Windows\System32\msctf.dll
C:\Windows\System32\zh-cn\msctf.dll.mui
C:\Windows\System32\MsCtfMonitor.dll
C:\Windows\System32\msctfp.dll
C:\Windows\System32\msctfui.dll
C:\Windows\System32\zh-cn\msctfui.dll.mui
C:\Windows\System32\msutb.dll
C:\Windows\System32\zh-cn\msutb.dll.mui
2 主题支持。另需启动相应服务,参见给winpe添加explorer教程(下) https://www.wingwy.com/archives/2011_02_862.html 第6部分。为避免桌面背景重复占用,建议使用system32下的winpe.bmp为背景。