无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3785|回复: 12
打印 上一主题 下一主题

一些关于winPE的Q&A 高手必修

[复制链接]
跳转到指定楼层
1#
发表于 2003-10-11 15:24:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1. Where can I obtain my Microsoft® Windows® XP OEM Preinstallation Kit (OPK) tools and the Windows Preinstallation Environment (WinPE) CD-ROM? Are these available for download?
The OPK tools—such as Setup Manager, the System Preparation Tool (SysPrep), and WinPE—are located on a separate CD in the 3-packs and available only through Microsoft Authorized Distributors. The tools are not available for download. Please contact your nearest distributor to order Microsoft products at http://oem.microsoft.com/worldwide/500330.asp.

2. How do I get prepared for preinstallation of Windows XP? Is there a quick guide for preinstalling Windows XP?
Refer to the “Quick Guide to Preinstalling Windows XP Using the OEM Preinstallation Kit (OPK)” on the Microsoft System Builder Web site at http://oem.microsoft.com/worldwide/512505.asp.

3. I keep getting a “Cannot Authenticate to Server” error. What should I look for?
Ensure that the OPK Tools folder is shared with administrator rights. Also verify that the \\computer_name\user_name and password are correct for the technician computer. Make sure that you have connectivity to the technician computer by pinging it from the master computer using the CMD from the OPK CD in a WinPE session.

4. If I want to do a preinstallation using static Internet Protocol (IP) addresses in a workgroup and not DHCP, how do I do this? What is the syntax?
First make sure that all of the computers are in the same workgroup. Then change the technician computer to have a static address in the TCPIP configuration as:
ipconfig=169.172.0.1
subnetmask=255.255.0.0
On the master computer’s WinBOM.ini on the floppy disk, add a static address with the syntax in the [WinPE.net] section of the WinBOM.ini file add:
ipconfig=169.172.0.2
subnetmask=255.255.0.0

5. Do the Deploy.cab file tools on the Windows XP Professional retail product include the same version of Setup Manager and Sysprep as the OPK CD?
No. The Deploy.cab tools are a subset of the OPK tool set. To get the full set of OPK tools, you must purchase OEM product from your local distributor. If you would like to make a SysPrep. INF file or a file for Remote Installation Services (RIS) server, then the Setup Manager that comes with Deploy.cab is your best bet. To have OEM tools for branding and customizations, please use the OPK tools.

6. Where do I get the latest patches and fixes for Windows XP?
You can find support for preinstallation of Windows XP on the Microsoft OEM System Builder Web Site newsgroup found at http://oem.microsoft.com/worldwide/500330.asp.
OEM System Builder Support Team e-mail sbst@microsoft.com
System Builder site: http://www.microsoft.com/oem/
System Builder newsgroups: http://oem.microsoft.com/general/bbs/
Microsoft Product Support Services: http://www.microsoft.com/support/

7. Where do I get the latest patches and fixes for preinstallation of Windows XP?
Go to the Windows Update page at http://v4.windowsupdate.microsoft.com/en/default.asp.

8. I want to install applications using the Guest Account. How can I do this?
Copy and stage the application on a network server or locally, and then share the folders and make sure you add the appropriate user name and password. Because the Guest Account is not enabled by default, you will need to enable this on your technician computer.
However, we do not recommend using Guest. A better solution is to create a limited user that is used only for installations (called OPKUSER, for example) and then give that user access to install.

9. I want to copy my WinBOM.ini file to the root of the CD for preinstallation. Does this work? If so, how?
Create a custom WinPE ISO file using MKIMG (see OPK.chm on the tools CD).
Overwrite the existing WinBOM.ini file that is located in the root of the temporary folder that was created in step 1.
Recreate the image from that temporary folder using OSCDIMG –betfsboot.com –h –n temporary_folder iso_image_file.
Example:
Copy the WINPE folder from the tools CD to your hard disk.
Copy Factory.exe and Netcfg.exe from \tools\x86 to C:\WINPE.
From a command prompt, change to the C:\WINPE folder and execute MKIMG D: C:\Winpe.tmp C:\Winpe.iso.
Replace C:\Winpe.tmp\winbom.ini with the customized version.
Change back to the C:\WINPE folder and execute OSCDIMG –betfsboot.com –h –n c:\Winpe.tmp c:\Winpe.iso.

10. When I’m using Mkimg.cmd, does the drive path or fully qualified paths need to be correct?
When using Mkimg.cmd, you must use fully qualified paths such as C:\Winpe.tmp and C:\Winpe.iso rather than \Winpe.tmp and \Winpe.iso. The drive letter and colon are required as well as the absolute path. Relative paths are not allowed.

11. If I change the permissions to the folder that I’m sharing, do I need to make any changes to my WinBOM.ini file?
No, unless your effective permissions are Read or better.

12. How do I set up a Windows 2000 Server RIS and at the same time as the Windows XP installation?
You must use a Pre-boot Execution Environment (PXE)–enabled network interface card (NIC) on the remote workstation or a PXE-compliant card (which most PCI NICs are). See Microsoft Knowledge Base article ID Q242920 for a list of compliant cards.

13. How do I modify an existing image once I’ve resealed it without activating it?
Start with an original image and add your hardware in audit mode. Configure the image just the way you like it, and then reseal, image, and apply to other computers. Use SysPrep to reseal the image after you have added your custom applications and hardware. You can then use the image on multiple computers of the same configuration.

14. Can I still press CTRL+SHIFT+F3 to enter audit mode during Windows Welcome?
Yes, during the first screen of Windows Welcome where Qmark, the question mark character, appears, you can enter audit mode by pressing CTRL+SHIFT+F3. However, this does not work on any other screen after this. Click Back to return to the first screen.

15. How do I configure Setup Manager to build configuration sets that use a user name and password that is different from the user name and password that I used when I first installed the OPK?
If a different account has been set up on your technician computer to complete preinstallation (different from what was used when you first installed \OPKtools), then proceed to the \OPKtools folder, open Setupmgr.ini, and change the account name and password. This will input the proper account information into any of the new accounts you may create.

16. If DiskPart fails, can I use WipeDisk to clean the drive?
You should use WipeDisk by adding the following entries in the [DiskConfig] section of the WinBOM.ini file, where N is the partition number to be activated:
WipeDisk=Yes
SetActiveN=Yes
The [DiskConfig] section should appear as follows:
[DiskConfig]
Disk1 = First.Config
[First.Config]
WipeDisk=Yes
Size1 = *
FileSystem1 = NTFS
SetActive1 = Yes
PartitionType1 = Primary
Refer to Knowledge Base article Q310820.

17. Where do I find corporate downloads?
http://corporate.windowsupdate.microsoft.com/en/default.asp

18. How do I install the Windows Recovery Console?
http://support.microsoft.com/support/kb/articles/q216/4/17.asp

19. I would like to prepopulate the product Key number off of the Certificate of Authenticity (COA) label and preactivate Windows in my factory. How can I do this?
This has to be done on a per-machine basis. Open the Oobeinfo.ini file on the finished computer, and add the product key in the following section:
[Version]
ProductKey=Place your valid Product Key number
You must activate the product key on the finished computer immediately before you run SysPrep. The end user will not be asked for their product key. You must prepopulate the product key separately on each computer to ensure that the genuine product key and activation has taken place before you reseal and ship the computer. You will not be able to make an image of this if you preactivate.

20. I want to do a preinstallation using a 1394 FireWire/USB hard drive that I can move from computer to computer. Can I do this?
You can install your OPK tools to a FireWire/USB hard drive, create your configuration sets on this hard drive, and then remove the hard drive from the technician’s computer. Then you can connect the drive to your target computer, boot the computer using WinPE, and install your configuration set.
When you first install the OPK tools, the FireWire/USB hard drive must be connected to a computer running Windows 2000 or Windows XP.
All you need to do is modify the following line in your WinBOM.ini file:
SourceRoot=D:\opktools
(You are changing this line from whatever was there before—e.g., \\server\opktools.)

21. Can I put my logo on the splash screen at startup? If so, how do I do this?
No, you cannot brand the BIOS startup page. This is not supported. However, you can have your logo appear during Windows Welcome. This is done using the Oobeinfo.ini file created by Setup Manager.

22. How do I create a custom WinPE CD with my own set of network drivers on it?
Follow the steps outlined above for replacing the WinBOM.ini file. Please see http://oem.microsoft.com/worldwide/512502.asp. However, in step 2 (step 4 in the example), place the INF for the Network Interface Card in the C:\Winpe.tmp\i386\INF directory and the driver file(s) in the C:\Winpe.tmp\i386\System32\Drivers directory.

23. Are there localized versions of the OPK? If so, where do I obtain them?
Localized versions of the Windows XP Professional OPK are available from the OEM Distributor in your region.  

24. How do I build a Windows XP–based peer-to-peer network for small businesses?
You can find more information about peer-to-peer networking at http://oem.microsoft.com/worldwide/513212.asp.

25. I had my configuration set working before, but now that I have shared the OPK tools directory it does not work. What might be the issue?
Go to the sharing properties and make sure that “Files can be changed by users” is selected. Also make sure that you do not have “Internet Firewall” enabled if working in a peer-to-peer workgroup, because this will make the two computers unable to connect with each other.

26. Why am I getting “Windows was unable to determine which Network Connection to use for Internet Access” during Windows Welcome?
The Windows XP OOBE Cannot Determine Your Network Configuration screen shows up during Windows Welcome if you have two NICs or a NIC card and a 1394 card in the computer (or onboard components).
For a resolution to this problem, see http://support.microsoft.com/support/kb/articles/q307/9/79.asp.

27. How do I capture error logging using my WinBOM.ini file?
To assist in troubleshooting errors that occur while WinPE is processing your WinBOM.ini file, you can enable error logging in your WinBOM.
Under [Factory] in your WinBOM.ini file, add the following lines:
Logfile = a:\winbom.log
Logging=Yes
LogPerf=Yes
This will create a WinBOM.log file on your floppy disk.

28. If I change my password in WinBOM.ini on the floppy disk, do I need to change the WinBOM.ini file that resides in the \cfgsets folder?
Yes. If you change the password that is used to connect to the server, you definitely should change it on your existing WinBOM.INI files as well. You easily can change it in Setupmgr.ini, and the new password will be propagated to all subsequently created configuration sets.

29. I want to preinstall Microsoft Office XP during my installation. Any samples or ideas on how to do this?
You can use Setup Manager to point to the Universal Naming Convention (UNC) path, such as \\servername\sharename, and then copy the Office XP setup.exe file to this location. Make sure you share it with a user name other than the one you are using for the configuration set, such as office installer. Then copy all of the Office XP files to your network share. In your Setup Manager configuration set in the Application Preinstall wizard page, add the network share pointing to the Office XP Setup.exe file, using /q for quiet installation.

30. The preinstallation process begins but then stops with the command prompt window open and the cursor at the D:\i386\System32> prompt. What’s happening?
Incompatible hardware. The most common cause of this problem is a NIC that is not on the Hardware Compatibility List (HCL) for Windows XP. Test for possible NIC failure by verifying that the Transmission Control Protocol/Internet Protocol (TCP/IP) has been bound to the NIC. At a command prompt, type Ipconfig /all and then press ENTER. This should list all IP configuration information. If no information is listed or an error message is displayed, then the NIC probably is not on the HCL.
http://www.microsoft.com/hcl/

31. The preinstallation process begins but then stops with the command prompt window open and the cursor at the D:\i386\System32> prompt and I have confirmed that TCP/IP is bound to the NIC. What else could be wrong?
There are several possibilities.

You have a network connectivity error.
Ensure that the computer is connected to the network and that the network cable is in working order.

The technician computer was not available.
Verify that the technician computer is working by typing ping IP_address (where IP_address is the IP address of the technician computer) at a command prompt. If you receive four replies, the technician computer is working and the NICs on both computers are configured correctly.

The UNC path in the WinBOM.ini file is not correct.
Correct the UNC path in the WinBOM.ini file.

The user account specified in the WinBOM.ini file is not valid or does not have access to the Distribution folder.
Correct the user account in the WinBOM.ini file and give the user account access to the Distribution folder.

32. I have a device that fails or I have replaced a driver and get a failure. What can I do?
The driver is not signed.
Run Sigverif.exe from a command prompt to verify that all the drivers are signed. If a device fails and its driver is not signed, replace the driver with the original and retest. If you determine that the problem is the result of a recent driver or hardware change to the system, undo that change.
For more information about the File Signature Verification tool, see article Q259283 at http://support.microsoft.com/support/kb/articles/Q259/2/83.asp.

33. How do I preinstall the Step by Step Interactive (SBSI) training program? Do I have to do this manually in audit mode or is this preinstalled automatically?
In the English version of Windows XP, SBSI is installed automatically by default. For other languages, it must be run manually using the localized CD in your OEM 3-pack from the local distributor. The Application Preinstallation page is a good place to run this if you need to install a localized version.

Form : http://www.ltcom.com/page/FAQ/WinXP%20OEM%20Preinstallation%20FAQ/
2#
发表于 2003-10-11 15:26:53 | 只看该作者

一些关于winPE的Q&A 高手必修

啊!
全部E文啊!
回复

使用道具 举报

3#
发表于 2003-10-11 15:29:13 | 只看该作者

一些关于winPE的Q&A 高手必修

楼主真是好兴致!
回复

使用道具 举报

4#
 楼主| 发表于 2003-10-11 15:59:38 | 只看该作者

一些关于winPE的Q&A 高手必修

没有难解的单词啦
仔细点都能看懂了
收益匪浅哦
回复

使用道具 举报

5#
发表于 2003-10-12 00:47:45 | 只看该作者

一些关于winPE的Q&A 高手必修

麻烦,汉化一下,万分感谢。。
回复

使用道具 举报

6#
发表于 2003-10-12 03:14:53 | 只看该作者

一些关于winPE的Q&A 高手必修

看的投藤啊。
回复

使用道具 举报

7#
发表于 2003-10-17 16:49:33 | 只看该作者

一些关于winPE的Q&A 高手必修

大眼瞪小眼中。。。
回复

使用道具 举报

8#
发表于 2003-10-17 16:58:14 | 只看该作者

一些关于winPE的Q&A 高手必修

哪位高手能否汉化一下,谢谢了
回复

使用道具 举报

9#
发表于 2003-10-17 17:12:08 | 只看该作者

一些关于winPE的Q&A 高手必修

看得头晕.不过知道一些些.唉.不过上不了DOWN页面啊.
回复

使用道具 举报

10#
发表于 2003-10-17 17:41:12 | 只看该作者

一些关于winPE的Q&A 高手必修

晕吖
回复

使用道具 举报

11#
 楼主| 发表于 2003-10-17 18:52:19 | 只看该作者

一些关于winPE的Q&A 高手必修

不是这么简单的英文都读不懂吧
我最近实在懒得 一字字的翻译 快译了一下大家对照着看吧
1. 我能在哪里获得我的微软呢? 窗口? XP OEM Preinstallation 装备 (OPK) 工具和窗口 Preinstallation 环境 (WinPE) 唯读光盘? 这些可用来下载吗?
OPK 用工具工作— , 像是装备经理 , 系统准备工具 (SysPrep) ,而且 WinPE —位于 3 的一个分开的激光唱碟之上- 包裹和可得的只有经过微软经认可的经销商。 工具不是下载可以使用。 请连络你最近的经销商命令微软产品在http:// oem.microsoft.com/worldwide/500330. 毒蛇。
2.如何我拿准备窗口 XP 的 preinstallation 吗?有针对的快导引预先安装窗口 XP 吗?
提到到那在微软系统建立者网站上的 " 预先安装使用 OEM Preinstallation 的窗口 XP 的关于快指南装备 (OPK)" 在http:// oem.microsoft.com/worldwide/512505. 毒蛇。
3. 我继续得到 "对伺候器不能够证明"错误。 我应该找寻什么?
确定 OPK 用工具工作文件夹与管理人权利一起分享。 也查证那 \\ computer_name\ user_name 而且密码对技术人员计算机是正确的。 确定你有对技术人员计算机的连接性藉由咻地从主人的计算机它在 WinPE 期间内使用来自 OPK 激光唱碟的 CMD 。
4.如果我做 preinstallation 使用静态的英特网记录 (IP) 在一个工作团队中而且不演说 DHCP,我如何做这? 语法是什么?
首先确定所有的计算机是在相同的工作团队中。 然后改变技术人员计算机在 TCPIP 结构中有一个静态的住址当做:
ipconfig=169.172.0.1
subnetmask=255.255.0.0
在盘片上的主人计算机的 WinBOM.ini 上, 把有语法的一种静电住址加入 WinBOM.ini 文件的 [WinPE.net] 区段:
ipconfig=169.172.0.2
subnetmask=255.255.0.0
5. Deploy.cab 文件在窗口 XP 专业人士上的工具零售产品包括如 OPK 激光唱碟的装备经理和 Sysprep 的相同版本吗?
号码 Deploy.cab 工具是 OPK 工具组合的一个子集。 为了要拿工具给全套 OPK,你一定购买来自你的地方性的经销商的 OEM 产品。 如果你想要制造 SysPrep 。 INF 文件或一个文件为遥远的安装维修 (RIS) 伺候器,然后带 Deploy.cab 来的装备经理是你的最好打赌。 为打上烙印有 OEM 工具和设定,请使用 OPK 工具。
6. 我在哪里拿最近的片和固定呢为窗口 XP?
你能找在被发现的微软 OEM 系统建立者网站新闻讨论组上的对窗口 XP 的 preinstallation 的支持在http:// oem.microsoft.com/worldwide/500330. 毒蛇。
OEM 系统建立者支持队发电子邮件给sbst@microsoft.com
系统建立者位置: http:// www.microsoft.com/oem/
系统建立者新闻讨论组: http:// oem.microsoft.com/general/bb/
微软产品支持服务: http:// www.microsoft.com/support/
7. 我在哪里拿最近的片和固定呢为窗口 XP 的 preinstallation?
去窗口更新页在http:// v4.windowsupdate.microsoft.com/en/default.asp。
8. 我安装申请使用客人帐户。 我如何能做这?
复印而且上演在一个网络伺候器上的申请或地方性地, 然后分享文件夹而且确定你适当的使用者名字和密码。 因为客人帐户不被预先设定地能够,你将会使在你的技术人员计算机上的这能够。
然而,我们不推荐使用客人。 较好的解决要产生一个被用只有作为安装 (被称为了 OPKUSER, 举例来说) 的有限制的使用者而且然后给那一条使用者通路安装。
9. 我为 preinstallation 复印到激光唱碟的根我 WinBOM.ini 文件。 这一个工作? 如果如此,如何?
产生一个习惯 WinPE ISO 文件使用 MKIMG 。 (在工具激光唱碟上的 OPK.chm)
写得过多位于在第 1 步骤中被产生的暂时文件夹的根已存在的 WinBOM.ini 文件。
恢复活力来自那个暂时的文件夹的图像使用 OSCDIMG – betfsboot.com – h – n temporary_folder iso_image_file 。
例子:
从工具激光唱碟到你的硬盘复印 WINPE 文件夹。
复印 Factory.exe 和 Netcfg.exe 从 \对 C:\ WINPE 的 tools\ x86。
从一个指令提示,换成 C:\ WINPE 文件夹而且运行 MKIMG D: C:\ Winpe.tmp C:\ Winpe.iso。
以被根据客户需要修改的版本代替 C:\ Winpe.tmp\winbom.ini 。
改变回到 C:\ WINPE 文件夹而且运行 OSCDIMG – betfsboot.com – h – n c:\ Winpe.tmp c:\ Winpe.iso。
10. 当我正在使用 Mkimg.cmd 的时候,做推进力路径或完全有资格的路径需要是正确的?
当使用 Mkimg.cmd 的时候,你一定使用完全有资格的路径 , 像是 C:\ Winpe.tmp 和 C:\ Winpe.iso 不愿 \ Winpe.tmp 和 \Winpe.iso。 推进力信和冒号是必需的和 absolute 路径。 比较的路径不被允许。
11. 如果我将许可换成我正在分享的文件夹,我作对我的 WinBOM.ini 文件的任何变化吗?
没有,除非你的有效许可被读或者比较好的。
12. 我如何建立窗口 2000 伺候器 RIS 和同时如窗口 XP 安装?
你一定使用–使在遥远的工作站或一张 PXE- 顺从的卡片上的网络接口卡片 (NIC) 能够了的前长靴实行环境 (PXE) 。 (最大多数的 PCI NICs 是哪一) 为一连串的顺从卡片微软知识库文章身份证 Q242920 。
13. 我如何修正一个已存在的图像一经我已经不启动它而再封闭它?
由于一个最初的图像开始而且把你的硬件加入稽核模态。 只是配置图像你喜欢它的方式, 然后再印章 , 图像, 而且适用于其他的计算机。在你已经增加你的习惯申请和硬件之后 , 使用 SysPrep 再封闭图像。 你然后能使用在相同的结构多样的计算机上的图像。
14. 我能仍然推进 CTRL 吗+变化+ F3 在窗口欢迎期间进入稽核模态?
是的, 在窗口欢迎的第一个荧屏期间哪里 Qmark, 问题标志个性,出现,你藉由压迫 CTRL 能进入稽核模态+变化+F3。 然而,这不处理在这后的任何其他的荧屏。 向后地按回到第一个荧屏。
15. 我如何配置装备经理建立使用一个使用者名字和不同于使用者名字和密码的密码结构组合当我最初安装 OPK 的时候 , 我用?
如果一个不同的帐户已经是在你的技术人员计算机上建立完成 preinstallation( 不同的当你最初安装被用什么 \OPKtools), 那么前进到那 \OPKtools 文件夹,打开 Setupmgr.ini, 而且改变帐户名字和密码。 这将会进入任何之内你可能产生的新帐户的输入适当的帐户数据。
16.如果 DiskPart 失败,我能使用 WipeDisk 清理磁碟机吗?
你应该藉由增加 WinBOM.ini 文件的 [DiskConfig] 区段的下列各项进入使用 WipeDisk,N 是被刺激的分割数字哪里:
WipeDisk= 是的
SetActiveN= 是的
[DiskConfig] 区段应该出现依下列各项:
[DiskConfig]
Disk1=第一。Config
[First.Config]
WipeDisk= 是的
Size1=*
FileSystem1=NTFS
SetActive1= 是的
PartitionType1= 提名候选人的预选会
提及知识库文章 Q310820 。
17. 我在哪里找公司的下载呢?
http:// corporate.windowsupdate.microsoft.com/en/default.asp
18.我如何安装窗口恢复控制台语?
http:// support.microsoft.com/support/kb/article/q216/4/17. 毒蛇
19. 我想要走开我的工厂确实性 (COA) 标签和 preactivate 窗口的证书 prepopulate 产品钥匙数字。 我如何能做这?
这必须在一种每一- 机器基础上被做。 打开在完成的计算机上的 Oobeinfo.ini 文件, 而且把产品钥匙加入下列各项区段:
[版本]
ProductKey= 放置你的有效产品钥匙数字
在你跑 SysPrep 之前 , 你一定立刻刺激在完成的计算机上的产品钥匙。 使用者将不被要求他们的产品钥匙。你必须 prepopulate 产品在每部计算机上分开的调音确定真正的产品钥匙和在你再封闭并且装船运送计算机之前 , 使活动已经发生。 你将不能够这制造一个图像如果你 preactivate。
20. 我做 preinstallation 使用我能从计算机移到计算机的 1394 FireWire/万用串列总线硬盘。 我能做这吗?
你能安装对 FireWire/万用串列总线硬盘的你 OPK 工具,产生在这一个硬盘上的你结构组合, 然后将硬盘从技术人员的计算机移开。 然后你能连结推进力到你的目标计算机,踢计算机使用 WinPE ,而且安装你的结构组合。
当你最初安装 OPK 工具的时候,FireWire/万用串列总线硬盘一定被连接到一部计算机流动的窗口 2000 或窗口 XP 。
全部你是修正下列各项你的 WinBOM.ini 文件的线:
的 SourceRoot= D:\opktool
(你正在从无论什么举例来说是在—前的那里变更这一条线,\\server\ opktools.)
21. 我能在启始把我的图形放在溅荧屏吗? 如果如此,我如何做这?
没有,你不能够打上烙印基本输出入系统启始页。 这不被支援。 然而,你在窗口欢迎期间能让你的图形出现。 这被做使用被装备经理产生的 Oobeinfo.ini 文件。
22. 我如何和在它上的网络驾驶者的我自己的组合产生一个习惯 WinPE 激光唱碟?
遵从步骤概略说明在为更换 WinBOM.ini 文件上面。 请http:// oem.microsoft.com/worldwide/512502. 毒蛇。 然而,在第 2 步骤 (例子的第 4 步骤) 中,为 C:\ Winpe.tmp\i386\System32\driver 目录的 C:\ Winpe.tmp\i386\INF 目录和驾驶者文件 (s) 的网络接口卡片放置 INF 。
23. 有本土化 OPK 的版本吗? 如果如此,我在哪里获得他们呢?
被本土化的窗口 XP 的版本专业的 OPK 从你的区域 OEM 经销商是可得的。  
24. 我如何为小的生意建立建立端对端网络的窗口 XP –?
你能找关于端对端网络的较多资讯在http:// oem.microsoft.com/worldwide/513212. 毒蛇。
25. 我有我的结构设定以前工作, 但是既然我已经分享 OPK 工具目录它不工作。 议题是什么力气?
去那个分享财产而且确定 " 文件可能被使用者改变" 被选择。因为这将会使二部计算机不能和彼此连接 , 所以如果在一个端对端工作团队中工作,也确定你不使 "英特网防火墙" 能够。
26. 我为什么得到 "窗口不能够决定为英特网通路使用哪一网络连接" 在窗口欢迎期间?
窗口 XP OOBE 不能够决定你的网络结构荧屏表演在窗口欢迎期间如果你有计算机的二 NICs 或一张 NIC 卡片和一张 1394 卡片上面。 ( 或在板子上成份)
对于对这一个问题的一个决议,http:// support.microsoft.com/support/kb/article/q307/9/79. 毒蛇。
27. 如何我捕获错误砍伐原木使用我的 WinBOM.ini 文件吗?
在修理发生的错误方面协助当 WinPE 正在处理你的 WinBOM.ini 文件的时候,你能使你的 WinBOM 的错误砍伐原木能够。
在你的 WinBOM.ini 文件的 [工厂] 之下,下列各项线:
Logfile=a:\winbom.log
砍伐原木=是的
LogPerf= 是的
这将会产生在你的盘片上的一个 WinBOM.log 文件。
28. 如果我改变在盘片上的 WinBOM.ini 的我密码, 我改变归 WinBOM.ini 文件所有的吗那 \cfgsets 文件夹?
是的。 如果你改变用来对伺候器连接的密码,你明确地应该在你的已存在的 WinBOM 上改变它。INI 也申请。 你容易地能在 Setupmgr.ini 中改变它,而且新的密码将会被繁殖到所有的后来产生了结构组合。
29. 我在我的安装期间预先安装微软办公室 XP 。 任何的样品或主意在该如何做这之上?
你能使用装备经理指出到取名大会 (不C) 路径的通用, 如此的当做 \\servername\ sharename, 然后复印到这一个位置的办公室 XP setup.exe 文件。 由于你正在为结构组合, 像是办公室装置使用的那一个之外的一个使用者名字确定你部份它。 然后复印对你的网络部份的所有办公室 XP 文件。在开始申请的你装备经理结构中预先安装男巫页,网络部份指出到办公室 XP Setup.exe 文件,使用 / q 作为安静的安装。
30.preinstallation 程序开始但是然后在 D:\ i386\System32 以窗户打开的指令提示和光标停止> 提示。 什么正在发生?
不相容的硬件。 这一个问题的最通常的因素是为窗口 XP 在硬件兼容性目录 (HCL) 上是不的 NIC 。 藉由查证为可能的 NIC 失败测试传输控制记录/ 英特网记录 (传输控制协议/IP) 已经是约束的到 NIC 。在一个指令提示, 类型 Ipconfig/全部和然后杂志报纸进入。 这应该列出所有的 IP 结构数据。 如果没有数据列出,否则一个错误信息被显示,那么 NIC 在 HCL 上或许是不。
http:// www.microsoft.com/hcl/
31.preinstallation 程序开始但是然后在 D:\ i386\System32 以窗户打开的指令提示和光标停止> 提示和我已经确认那一个传输控制协议/ IP 对 NIC 是约束的。 什么别的可能是错误的?
有一些可能性。

你有一个网络连接性错误。
确定计算机被连接到网络而且网络电缆是在工作次序方面。

技术人员计算机不是可得。
查证技术人员计算机正在藉由在一个指令提示打字子弹飞过空中的声音 IP_address(IP_address 是技术人员计算机的 IP 住址哪里) 工作。 如果你接受四答复,技术人员计算机是工作的,而且在两部计算机上的 NICs 正确地被配置。

WinBOM.ini 文件的不C 路径不是正确的。
改正 WinBOM.ini 文件的不C 路径。

在 WinBOM.ini 文件中被叙述的使用者帐户不是有效或者不有机会接近分配文件夹。
改正使用者 WinBOM.ini 文件的帐户而且把使用者帐户通路给分配文件夹。
32.我有一个失败的装置,否则我已经代替一个驾驶者并且得到一个失败。 我能做什么?
驾驶者不被签署。
跑来自一个指令提示的 Sigverif.exe 查证所有的驾驶者被签署。 如果一个装置失败而且它的驾驶者不被签署, 代替驾驶者那最初的和再测试。 如果你决定问题是对系统的最近驾驶者或硬件变化的结果,解开那一个变化。
对于关于文件签字确认工具的较多资讯, 文章 Q259283 在http:// support.microsoft.com/support/kb/article/Q259/2/83. 毒蛇。
33. 我如何预先安装一步一步地交谈式 (SBSI) 训练计划? 我必须在稽核模态中用手做这或是吗这自动地预先安装?
在窗口 XP 的英文版本中, SBSI 被自动地预先设定地安装。 对于其他的语言,它一定被跑用手使用来自地方性的经销商的你 OEM 3- 包裹的被本土化的激光唱碟。 申请 Preinstallation 页是跑这的一个好地方如果你安装一个被本土化的版本。
形式 : http:// www.ltcom.com/page/FAQ/WinXP%20 OEM%20 Preinstallation%20 FAQ/

回复

使用道具 举报

12#
发表于 2003-10-17 19:22:38 | 只看该作者

一些关于winPE的Q&A 高手必修

本来就是没用的东西,不值得看,而且某些连接是要密码的

回复

使用道具 举报

13#
发表于 2003-12-10 15:48:41 | 只看该作者

一些关于winPE的Q&A 高手必修

各取所需了:)
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2025-9-21 06:39

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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