[整理中][原创]PE制作简单小结及插件下载(感谢xmatc兄指导)
[这个贴子最后由lucky0504在 2004/11/04 08:14pm 第 2 次编辑]
对啊,我并没做什么改变啊,网卡驱动方面有没有和以前不同呢?开始我认为是网卡驱动的问题,可是在PE就没事,我从网上下了一个Dlink530的驱动,用后还是不行.
network.inf
; network.inf
; PE Builder v3 plug-in INF file for network support (microsoft client)
; by Bart Lagerweij
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="Network Support [factory/netcfg/penetcfg]"
Enable=1
Help="network.htm"
[SourceDisksFiles]
*factory.exe=2,factory.exe,1
*netcfg*.exe=2,netcfg.exe,1
penetcfg\penetcfg.exe=2,,1
penetcfg\penetcfg.ini=2,,1
penetcfg\penetcfg-*.ini=2,,1
penetcfg\readme.txt=2,penetcfg.txt,1
netplwiz.dll=2
ipcfg.cmd=2,,1
penetcfg.ini
[General]
AutoStartNet=Yes
PromptForProfile=Yes
ShowGUI=Yes
[NetProfiles]
Dynamic IP Address (DHCP)= penetcfg-dhcp.ini
Static IP Address (Manual)= penetcfg-static.ini
[NetID]
; ComputerName=WinPE
; Workgroup=MCSE
[NetAdapter1]
EnableDHCP=Yes
UseStaticGateway=No
UseStaticDNS=No
UseStaticWINS=No
IPAddress=
SubnetMask=
DefaultGateway=
DNSServer=
这些都应该没问题吧?netcfg.exe用你以前给我的那个应该就行吧?您把您的network文件夹发给我看看.