原帖由 pseudo 于 2009-3-8 15:57 发表
这个好像是进入桌面后安装用,以及开发用的吧。这种安装用户可以做。
内置到pe中,使启动即生效要如何操作?例如要修改txtsetup.sif哪些地方,想找现成的不用经过大脑的安装方法。
这样啊,那直接拿着这个改改喽,呵呵 nn2nn做的
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=109331&highlight=6.1.7000.0
如果直接添加,应该就是直接在PE注册表添加相应的服务,
并把文件复制到相应的位置就好了,呵呵
copy wimserv.exe %systemroot%\system32
copy wimgapi.dll %systemroot%\system32
copy wimmount.sys %systemroot%\system32\drivers
我从自己系统导出的相应服务项,相应添加就可以了
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wimmount]
"Type"=dword:00000002
"Start"=dword:00000003
"ErrorControl"=dword:00000001
"Tag"=dword:00000004
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
52,00,49,00,56,00,45,00,52,00,53,00,5c,00,77,00,69,00,6d,00,6d,00,6f,00,75,\
00,6e,00,74,00,2e,00,73,00,79,00,73,00,00,00
"DisplayName"="wimmount"
"Group"="FSFilter Activity Monitor"
"DependOnService"=hex(7):46,00,6c,00,74,00,4d,00,67,00,72,00,00,00,00,00
"DependOnGroup"=hex(7):00,00
"Description"="Wim Mounting Driver"
"DebugFlags"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wimmount\Instances]
"DefaultInstance"="Wimmount Instance"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wimmount\Instances\Wimmount Instance]
"Altitude"="180700"
"Flags"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wimmount\Security]
"Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\
00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\
05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\
20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\
00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\
00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wimmount\Enum]
"0"="Root\\LEGACY_WIMMOUNT\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001 Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_WIMMOUNT]
"NextInstance"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_WIMMOUNT\0000]
"Service"="wimmount"
"Legacy"=dword:00000001
"ConfigFlags"=dword:00000000
"Class"="LegacyDriver"
"ClassGUID"="{8ECC055D-047F-11D1-A537-0000F8753ED1}"
"DeviceDesc"="wimmount"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_WIMMOUNT\0000\Control]
"*NewlyCreated*"=dword:00000000
"ActiveService"="wimmount"
[ 本帖最后由 WLDNA 于 2009-3-8 18:09 编辑 ] |