<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://maytide.net/read.php/1069.htm</link>
<title><![CDATA[[Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[Windows Client]]></category>
<pubDate>Sat, 20 Sep 2008 15:27:10 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm</guid> 
<description>
<![CDATA[ 
	<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在《<a target="_blank" href="http://goxia.maytide.net/read.php/1065.htm">深入解析 Windows Complete PC 备份</a>》这篇文章中，我向大家介绍了 Windows Vista 下一个全新的备份功能，其中涉及到了一个有用的工具&mdash;&mdash;Windows RE。如果已经阅读过那篇文章，我相信大家应该对 Windows RE 有了初步的认识。而今天我与大家分享的是如何通过 Windows AIK 创建 Windows RE。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 在开始之前我们先对几个名词作一下简单的介绍。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1、Windows AIK，全称是：Windows Automated Installation Kit，简称 Windows AIK 或 WAIK。它的中文名称是：Windows 自动安装工具包。通过 Windows AIK 我们可以自定义和部署 Windows Vista 系列的操作系统，并且可以制作执行无人参与 Windows 安装。此外，我们还可以创建自定义的 Windows PE，使用内置的 Imagex 来捕获或释放 Windows 映像。Windows AIK 的功能相当强大，其中主要的核心之一 Windows PE（Windows PE 版本为 2.0），本人曾撰写过一些相关的文章，大家可以从我的 Blog 中搜索到。Windows AIK 的最新中文版的下载地址是：<a title="http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&amp;displaylang=zh-cn" href="http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&amp;displaylang=zh-cn">http://www.microsoft.com/downloads/details.aspx?familyid=94BB6E34-D890-4932-81A5-5B50C657DE08&amp;displaylang=zh-cn</a>，我们今天的主要工作都将依靠它来完成。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2、Windows RE，全称是：Windows Recovery Environment，简称 Windows RE 或 WinRE。它的中文名称是：Windows 恢复环境。它是一个基于 Windows PE（Windows 预安装环境） 的用于 Windows Vista 故障修复的工具。Windows RE 内置在 Windows Vista 安装光盘中。我们可以从 Windows Vista 安装光盘引导来进入到 Windows RE。如下图所示：<br /><a href="http://goxia.maytide.net/ftpupfiles/VistaWindowsAIKWindowsRE_FB42/Vista2WinRE.png"><img title="Vista2WinRE" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="379" alt="Vista2WinRE" width="504" border="0" src="http://goxia.maytide.net/ftpupfiles/VistaWindowsAIKWindowsRE_FB42/Vista2WinRE_thumb.png" /></a>&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 单击&ldquo;修复计算机&rdquo;，我们便可以启动 Windows RE。除此之外，我们也可以专门制作一份 Windows RE 的光盘，由于只包含恢复工具，所以其体积也就小很多，所以它可以使用 CD、U盘、移动硬盘作为载体。并且主体是基于 WIM 映像的，我们还可以将其部署到 WDS 上，用于网络启动。还有一令人振奋的是 Windows RE 是基于 Windows PE 的，那么意味着我们可以将其自定义并个性化，制作一份特殊的，适合自己的 Windows RE。有关 Windows RE 的详细介绍可以访问这个网址：<a title="http://technet2.microsoft.com/windowsvista/zh-CHS/library/36da2251-9565-4c10-8b7a-56c9cf325e7d2052.mspx?mfr=true" href="http://technet2.microsoft.com/windowsvista/zh-CHS/library/36da2251-9565-4c10-8b7a-56c9cf325e7d2052.mspx?mfr=true">http://technet2.microsoft.com/windowsvista/zh-CHS/library/36da2251-9565-4c10-8b7a-56c9cf325e7d2052.mspx?mfr=true</a>，由于是官方的介绍，已经十分的详尽和明了，我就不再阐述。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 接下来回到我们今天的主题，先安装完 Windows AIK 后，并将 Windows Vista 安装盘放入到光驱，当然也可以使用虚拟光驱载入 Windows Vista 的 ISO 安装镜像，这里假设光驱的盘符是 E：。现在，我们便可以开始创建 Windows RE。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 首先，我们先在磁盘C: 下创建两个目录，分别命名为：winre_image 和 winre_mount，前者用于保存 Windows RE 的映像文件，后者用于将 Windows RE 临时载入到目录中，以方便编辑。<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 然后，打开 Windows AIK 的命令行环境，运行下面的命令：<br /><br /><em><strong>imagex /export /boot e:sourcesboot.wim 2 c:winre_imagewinre.wim &quot;Windows Recovery Environment&quot;</strong></em><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 将 Windows RE 从 Windows Vista 安装源中的 Boot.wim （启动映像）分离出来。<br/>............<br/><br/>Tags - <a href="https://maytide.net/go.php/tags/windows/" rel="tag">windows</a> , <a href="https://maytide.net/go.php/tags/vista/" rel="tag">vista</a> , <a href="https://maytide.net/go.php/tags/pe/" rel="tag">pe</a> , <a href="https://maytide.net/go.php/tags/re/" rel="tag">re</a>
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1674</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>acdc &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 16 Feb 2009 14:02:31 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1674</guid> 
<description>
<![CDATA[ 
	命令不完整，看不懂
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1676</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>gOxiA &lt;goxia@live.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 17 Feb 2009 02:18:11 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1676</guid> 
<description>
<![CDATA[ 
	to:acdc,哪段看不懂？
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1708</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>阿K &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 31 Mar 2009 15:38:22 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1708</guid> 
<description>
<![CDATA[ 
	2 和1 是什么关系
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1709</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>gOxiA &lt;goxia@live.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 01 Apr 2009 10:04:51 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1709</guid> 
<description>
<![CDATA[ 
	to:阿K,WinRE以WinPE为基础,主要用于系统修复和还原.
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1749</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>s &lt;x@x.com.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 14 May 2009 00:21:35 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1749</guid> 
<description>
<![CDATA[ 
	在WAIK产品文档中能找到这篇文章,绝大部分内容是相同的,所谓的MVP是不是在抄袭
]]>
</description>
</item><item>
<link>https://maytide.net/read.php/1069.htm#blogcomment1753</link>
<title><![CDATA[[评论] [Vista] 通过 Windows AIK 创建 Windows RE]]></title> 
<author>gOxiA &lt;goxia@live.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 14 May 2009 07:55:08 +0000</pubDate> 
<guid>https://maytide.net/read.php/1069.htm#blogcomment1753</guid> 
<description>
<![CDATA[ 
	to:s,借助官方的解释在此介绍什么是WAIK与WinRE貌似并没有什么不妥.命令行好比数学公式,这个简单的道理相信朋友你应该会明白?!至于你指出所谓的抄袭,我给于否认!<br/>此外,我个人认为你的留言十分欠妥!下次此类的留言我将不予审批和回复,望见谅!
]]>
</description>
</item>
</channel>
</rss>