无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
12
返回列表 发新帖
楼主: lee88889999
打印 上一主题 下一主题

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

 关闭 [复制链接]
31#
发表于 2003-12-4 21:54:04 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

[这个贴子最后由asdasd在 2003/12/05 09:01am 第 1 次编辑]

Nov 27, 2003
PE Builder update to v3.0.22
http://www.nu2.nu/
回复

使用道具 举报

32#
发表于 2003-12-4 23:48:56 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

注意:如果是使用拼音加加的,不要使用如下命令“rd /s /q c:\winpe\i386\ime”,这样会删除拼音加加的。
回复

使用道具 举报

33#
 楼主| 发表于 2003-12-5 08:27:28 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

[这个贴子最后由lee88889999在 2003/12/09 07:36am 第 10 次编辑]

做出了PE,要小小改动注册表怎么办?发个注册表相关的资料,看了就明啦!
    在Windows XP中,系统配置文件保存在“System32”下面的“Config”目录中,主要包括Sam、System、Software、Default等几个无后缀的文件,以及对应的log文件;用户配置文件保存在Windows XP安装目录下的“Documents and settings\Username”目录中,主要有Ntuser.dat与对应的log文件。
“%systemroot%\system32\config”目录下的每一个文件都是注册表的重要组成部分,对系统有着关键的作用。其中没有扩展名的文件是当前注册表文件,也是最重要的。主要包括:
  DEFAULT(缺省注册表文件)
  SAM(安全账户管理器注册表文件)
  SECURITY(安全注册表文件)
  SOFTWARE(应用软件注册表文件)
  SYSTEM(系统注册表文件)
在此目录下还有一些以SAV为扩展名的文件,这是上述文件的备份,是最近一次系统正常引导过程中保存的。Windows 2000会将以上的文件备份到“%systemroot%/repair”目录下,以便在出现故障时修复。
修改工具:
regedit.exe(WinXP)或regedt32.exe(Win2K)
修改方法:
使用加载配置单元
“加载配置单元”和“卸载配置单元”。这两个命令只有在[HKEY_USERS]或[HKEY_LOCAL_MACHINE]这两个预定义项窗口中才有效,将配置单元加载到注册表中后,配置单元成为其中一个项的子项。具体做法是在Regedt32注册表编辑器中,先用鼠标选择上述两个预定义项中的一个主键,再选择“注册表”菜单下的“加载配置单元”命令,接着在“加载配置单元”对话框内选择要加载的注册表文件,单击“打开”按钮后出现“加载配置单元”对话框,在对话框的“项名称”文本框内输入新主键的名称,如“.ChenNai”,再单击“确定”按钮,这样你就发现在当前主键的下面出现了一个新的主键(.ChenNai)。如果要卸载该配置单元,也很简单,选中该主键后,选择“注册表”菜单下“卸载配置单元”命令即可。
修改例子:
qtp801223 如何修改已完成了的 PE 的 B:\ 虚拟磁盘大小?
http://bbs.wuyou.net/cgi-bin/topic.cgi?forum=2&topic=13935&show=0
回复

使用道具 举报

34#
发表于 2003-12-5 21:28:57 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

[UploadFile=2_13760_33.rar][这个贴子最后由asdasd在 2003/12/05 09:30pm 第 1 次编辑]

替代 2xExplorer 的东东, 因为 2xExplorer 不能正常运行!!!
A43 下载地址:http://www.shawneelink.net/~bgmiller/
回复

使用道具 举报

35#
发表于 2003-12-5 21:56:55 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

[这个贴子最后由asdasd在 2003/12/05 09:58pm 第 1 次编辑]

作者终于把文件管理程序改成 A43 了, 上面那个插件用不着了, 请使用最新版
http://www.nu2.nu/nu2files/pebuilder3023.zip
Changes to pebuilder.exe:
- Changed the source input path check, you cannot continue when you
are using windows xp sp0 or lower.
New items:
- A43 File Management Utility - as the new explorer replacement.
It is small, it loads fast, just what we need. The program is written
by B.G. Miller and it is included with PE Builder with permission from
the author. He even made some small changes to the program so that it
would run from a readonly media without trouble, isn't that great!
- plugin\!profiles: This plugin creates the "Profiles" folder to store
user profiles. It creates the %systemroot%\Profiles\All Users\Desktop
and the %systemroot%\Profiles\Default User\Desktop folders. Where
%systemroot% is \i386 (on CD) and \minint (on HD). The
DefaultUserProfile and AllUsersProfile is set to point to these 2
directories. This should avoid any conflicts with existing "documents
and settings" folders when installing BartPE to harddisk, next to an
existing windows installation (boot.ini). Also this will avoid any
language conflicts. The profiles directory is the same on any language
now.
This plugin replaces the old !document.inf plugin! Note that this
plugin does not create the "document and setings" folder!
Changed items:
- plugin\network:
Changed line in network.inf to "penetcfg\penetcfg-*.ini=2,,1"
This will copy all ini file starting with "penetcfg-"
Also added custom A: and C: profiles.
Fixed some small things.
- plugin\nic_intelpro: Updated Intel PRO 100/1000 network adapter plugin
This replaces the old nic_e100b325 and nic_e1000325 plugin!
- plugin\pehdinst: PE Hardisk Installed updated to v1.0.2 Installing
BartPE to FAT system volume is now also working. This plugin replaces
the "pecd2hd" plugin! You can also use the PE Harddisk installer to
install from the PE Builder output directory, no need to burn a CD!
Very handy for testing BartPE!
- plugin\total commander: Updated total commander plugin for version 6
- plugin\nu2menu: Updated nu2menu.exe to v0.3.44.
We think there is a bug in server 2003, when booting winPE from
harddisk and the shell program tries to load a bitmap image from
file. Created a workaround in nu2menu for this.
- plugin\aspi\aspi.inf: Added help entry.
- Updated the pebuilder.hlp file a little bit.
Removed items:
- 2xexplorer plugin. It was loading very slow, on some systems
it didn't start. To much trouble.
- plugin\nic_e100b325, see plugin\nic_intelpro
- plugin\nic_e1000325, see plugin\nic_intelpro
- plugin\pecd2hd, see plugin\pehdinst
- plugin\!document.inf
回复

使用道具 举报

36#
 楼主| 发表于 2003-12-7 07:55:41 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

下面引用由zhenfu2003/12/06 11:55pm 发表的内容:
t
此贴仍在整理之中,欢迎热心者提供更多更有用的资料,但不希望发表与PE无关的回复,如果每人都来一句闲话,就会给后来者带来了阅读的困难,收集资料目的是为大家提供方便,大家也能为别人的阅读提供一点方便吧!
如果我所贴的文章有错漏,请发短消息给我,或者辛苦你把正确的内容贴上,谢谢大家!
上面的朋友,是否可以把你的回复改为一篇关于PE的文章呢?
回复

使用道具 举报

37#
发表于 2003-12-7 14:04:46 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

XPE 0.94 插件:
http://oss.netfarm.it/winpe/files/xpe.cab
网址:
http://oss.netfarm.it/winpe/
如果不想使用 nu2menu 等 shell,可以使用 XPE ,界面与 XP 完全相同,就是 XP。
回复

使用道具 举报

38#
发表于 2003-12-15 20:32:38 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

让PE支持16位DOS程序的PEDOS插件
http://www.veder.com/ftp/nwdskpe/dospe.cab
回复

使用道具 举报

39#
发表于 2004-8-25 23:49:06 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

ok
回复

使用道具 举报

40#
发表于 2004-11-23 23:51:47 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

dddddddddddddddd
回复

使用道具 举报

41#
发表于 2004-12-31 14:42:19 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

WinImage v7.0.7000 pebuilder插件 可加载iso和软盘镜像,本人自己做的
不会传附件,放这儿:
http://pickup.mofile.com/2001990424315977
回复

使用道具 举报

42#
发表于 2005-1-5 23:15:03 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

请问高手,如何修改WinXPE(注:是修改已生成的iso文件)启动时显示的提示信息,及更新杀毒软件版本!!!!谢谢!!
回复

使用道具 举报

43#
发表于 2005-8-12 11:08:45 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

再添加一个
http://bbs.wuyou.net/cgi-bin/topic.cgi?forum=34&topic=10187&start=0&show=50
加精了!
回复

使用道具 举报

44#
发表于 2005-11-28 11:04:24 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

如何在Windows XPE中加载相关驱动啊!
回复

使用道具 举报

45#
发表于 2006-4-30 11:30:48 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

谢谢!
我最近在学制作BartPE,用的是 PE Builder v3.1.10a 版
我怎么不能制作中文版的,用英文就可以,用中文进入是乱码,
请问我该怎么做就支持中文的了。
回复

使用道具 举报

46#
发表于 2006-4-30 11:35:42 | 只看该作者

使用PE Builder制做WinPE文章及插件大全,欢迎大家补充!

谢谢!我用的是 PE Builder v3.1.10a
制作英文没问题,但中文的进入就是乱码
请问我怎么可以制作中文版的,
回复

使用道具 举报

47#
发表于 2006-7-1 10:11:26 | 只看该作者
加入中文插件即可
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-11-30 20:25

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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