<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>凋零的羽 &#187; 操作系统</title>
	<atom:link href="http://www.halfroom.com/categories/technology/operation-system/feed" rel="self" type="application/rss+xml" />
	<link>http://www.halfroom.com</link>
	<description>乘着风游荡在蓝天边</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 目录到底占用了多少真实的硬盘空间</title>
		<link>http://www.halfroom.com/windows-takes-how-much-space.html</link>
		<comments>http://www.halfroom.com/windows-takes-how-much-space.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 03:20:10 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[操作系统]]></category>
<category>Windows</category><category>Windows 7</category>
		<guid isPermaLink="false">http://halfroom.com/?p=926</guid>
		<description><![CDATA[






// < ![CDATA[
// < ![CDATA[
var ReTitle = '回复:Windows 目录到底占用了多少真实的硬盘空间?';
// ]]&#62;
新闻来源:CCF
原文是 张康宗（Smallfrogs）写的，原文地址,个人觉得很不错，特地转载。
原本这个话题是准备在8个月前写的，但是由于种种原因，一直推迟到现在。今晚（或者说今天凌晨），抽空把程序弄完了，因为只有程序写完以后，这个话题才有 实际的价值。
这个话题就是：Windows 目录到底占用了多少真实的硬盘空间？
看到这个问题，我想99%的人都会说：用资源管理器右键点击Windows目录，看看属性不就知道了吗？何必故弄玄虚呢！
但是，我 Smallfrogs  会有那么傻的把一个大家都知道的问题重新翻出来吗？既然提出了这个话题，就有我的道理！请各位耐住性子往下看，看看我们的Microsoft同学又玩了什 么样的花活，呵呵。
我们知道，查看一个目录有多大的最快捷的方法就是看看资源管理器文件夹的属性，但是我今天要说的是：如果你用这个方法去看 Windows Vista  / Windows 7 系统的目录，你会被你的眼睛所欺骗，因为，Microsoft 同学在 Windows Vista/ Windows 7  里面大量使用了NTFS文件系统的特性之一的：硬连接（Hard Link）来实现WinSxS机制！
关于 WinSxS，可以看我之前写的 《WinSxS  混乱导致的应用程序不能启动》一文。
我们知道，要安装 Windows Vista / Windows 7系统，那么系统分区必须是NTFS文件系统。原因有以下一些：

系统文件保护所需
各种安全保护机制，如MIC所需
WinSxS 所需
……

关于最后一点的 WinSxS 所需，我没有看到过相关的资料说明，不过可以肯定的是，这也是Windows Vista / Windows 7  系统需要NTFS文件系统的一个条件，因为只有在 NTFS 文件系统上面，才能实现硬连接机制，也才能达到优化Windows目录占用磁盘空间的目的。  关于硬连接，MSDN是这样解释的：  [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">// < ![CDATA[
// < ![CDATA[
var ReTitle = '回复:Windows 目录到底占用了多少真实的硬盘空间?';
// ]]&gt;</script><a href="http://www.cnbeta.com/topics/332.htm"><img id="sign" src="http://img.cnbeta.com/topics/ms_win7horizsmall.png" alt="Windows 7" align="right" /></a><br />
新闻来源:CCF<br />
原文是 张康宗（Smallfrogs）写的，<a href="http://blogs.itecn.net/blogs/smallfrogs/archive/2009/08/15/windows-7-windows-windows.aspx" target="_blank">原文地址</a>,个人觉得很不错，特地转载。<br />
原本这个话题是准备在8个月前写的，但是由于种种原因，一直推迟到现在。今晚（或者说今天凌晨），抽空把程序弄完了，因为只有程序写完以后，这个话题才有 实际的价值。</p>
<p>这个话题就是：<strong>Windows 目录到底占用了多少真实的硬盘空间？</strong></p>
<p>看到这个问题，我想99%的人都会说：用资源管理器右键点击Windows目录，看看属性不就知道了吗？何必故弄玄虚呢！</p>
<p>但是，我 Smallfrogs  会有那么傻的把一个大家都知道的问题重新翻出来吗？既然提出了这个话题，就有我的道理！请各位耐住性子往下看，看看我们的Microsoft同学又玩了什 么样的花活，呵呵。</p>
<p>我们知道，查看一个目录有多大的最快捷的方法就是看看资源管理器文件夹的属性，但是我今天要说的是：如果你用这个方法去看 Windows Vista  / Windows 7 系统的目录，你会被你的眼睛所欺骗，因为，Microsoft 同学在 Windows Vista/ Windows 7  里面大量使用了NTFS文件系统的特性之一的：硬连接（Hard Link）来实现WinSxS机制！</p>
<blockquote><p>关于 WinSxS，可以看我之前写的 《<a href="http://blogs.itecn.net/blogs/smallfrogs/archive/2008/11/12/winsxs.aspx">WinSxS  混乱导致的应用程序不能启动</a>》一文。</p></blockquote>
<p>我们知道，要安装 Windows Vista / Windows 7系统，那么系统分区必须是NTFS文件系统。原因有以下一些：</p>
<ul>
<li>系统文件保护所需</li>
<li>各种安全保护机制，如MIC所需</li>
<li><strong>WinSxS 所需</strong></li>
<li><strong>……</strong></li>
</ul>
<p>关于最后一点的 WinSxS 所需，我没有看到过相关的资料说明，不过可以肯定的是，这也是Windows Vista / Windows 7  系统需要NTFS文件系统的一个条件，因为只有在 NTFS 文件系统上面，才能实现硬连接机制，也才能达到优化Windows目录占用磁盘空间的目的。  关于硬连接，MSDN是这样解释的：  A hard link is the file system representation of a file by which more  than one path references a single file in the same volume. To create a  hard link, use the CreateHardLink function. Any changes to that file are  instantly visible to applications that access it through the hard links  that reference it. However, the directory entry size and attribute  information is updated only for the link through which the change was  made.   简单的说，就是一种针对文件的特殊快捷方式，只不过这种快捷方式的实现和一般的快捷方式不一样。</p>
<ul>
<li>一般的快捷方式是创建一个LNK文件，在这个LNK文件里面描述了目标文件/目录的属性，资源管理器或者其他文件管理工具利用 SHELL32.DLL里面的API函数获得这个LNK文件所指向的文件/目录，从而进行访问。</li>
<li>硬连接：是一种基于文件系统级别上的针对文件的快捷方式，基于文件系统级别的含义就是说，只要文件系统启动了，那么对应的快捷方式也就生 效了。换句话说，这种连接是常存的，因为文件系统是必须要随机启动的。硬连接是NTFS文件系统特有的属性之一，在Linux下面，也有类似的机制。硬连接适用于在同一个卷的文件级别，硬连接是不能跨卷的。</li>
</ul>
<p>Windows Vista / Windows 7 自带了创建硬连接的命令：mklink.exe，利用这个命令，我们可以给指定的文件创建硬连接：    下面的命令将在link.txt和source.txt之间建立硬连接关系  C:UsersSmallfrogsDesktop&gt;mklink /h link.txt source.txt  为 link.txt &lt;&lt;===&gt;&gt; source.txt 创建了硬链接   注  意上面的例子：link.txt本是一个不存在的文件，但是当执行完mklink命令以后，link.txt文件也就被创建了。其实，link.txt是  一个虚假的文件，它是在文件系统层面上对source.txt文件的一个映射，而link.txt是不占硬盘空间的。   关于硬盘空间的占用问题，Smallfrogs 是这样测试的：  1、给硬盘划分一个新分区，空间只有2GB  2、在这个分区的test目录里面新建了一个1.9GB大小的文件，此时剩余空间是0.1GB  3、用mklink命令给这个1.9GB大小的文件建立了一个硬连接  4、检查这个分区的剩余空间，还是0.1GB，但是如果用资源管理器看test目录的属性，会发现有2个文件，总大小是3.8GB（整个分区才2GB，能 够容纳3.8GB大小的文件吗？显然不可能了）   还是针对上述的例子，如果我们把原始的文件 source.txt  删除以后，link.txt文件还是会继续存在的，且内容就是source.txt的文件内容。也就是说，我们删除source.txt，实际上删除的仅 仅是这种连接关系，文件本身还是没有被操作的。   关 于硬连接，最后一个需要介绍的内容是：当硬连接建立以后，硬连接双方任何一个对象被修改，都会造成对应的连接对象被修改。例如上面的例子：如果修改了   link.txt，那么source.txt文件也会同步被修改，反之亦然。这一点和SHELL层面的快捷方式不同，SHELL层面的快捷方式文件LNK  仅仅是一个指示关系，修改LNK文件并不影响LNK文件指向的对象，修改LNK文件指向的对象也不会影响LNK文件。  好了，基本知识介绍完了，我们来实际看看Windows目录里面对于硬连接的使用情况吧。  经常看到有人抱怨，WindowsWinSxS目录占用了太多的空间，里面经常发现有同名的文件，而且这些同名的文件在 WindowsSystem32  目录下面也有存在，这是为啥呢？其实这就是硬连接导致的。  Microsoft  实际上在 WindowsWinSxS 目录和Windows目录之间建立了硬连接的关系，举一个最简单的例子：  对于 Windows 7 RTM  来说，你可以在2个地方找到Ntoskrnl.exe文件。第一个地方是：WindowsSystem32ntoskrnl.exe，另外还有一个地  方是WindowsWinSxSx86_microsoft-windows-os-  kernel_31bf3856ad364e35_6.1.7600.16385_none_6c06b7c41576a7d9ntoskrnl.exe，  这就是一个典型的硬连接例子。Microsoft 在文件系统上面对 ntoskrnl.exe 做了一个硬连接，使得 ntoskrnl.exe  能够出现在不同的目录里面，但是只占用了一份 ntoskrnl.exe 的硬盘空间。利用这种机制，有下面的一些好处：</p>
<ul>
<li>同样的文件，只需要维护硬连接关系，不需要进行多重的拷贝，这样可以节省硬盘空间</li>
<li>如果涉及文件更新，只需要先在WinSxS 目录里面下载好一个新版本，然后修改 WindowsSystem32  下面同名文件的硬连接关系，从旧版本的硬连接指向新版本的硬连接，这样就能够快速的完成文件的更新工作，而不需要进行文件的复制，速度也会快不少</li>
<li>补丁卸载也是一样的，只需要把硬连接指向改为旧版本就可以了，没有文件替换的问题。而且建立了硬连接关系的文件之间的修改是同步的，因此 只要有一方被修改了，另一方也会得到修改</li>
</ul>
<p><span id="more-926"></span>说了这么多，那么如何知道 Windows 目录的真实大小呢？Smallfrogs  提供了一个工具，可以很方便的知道您系统里面有哪些文件是有硬连接关系的，以及Windows 目录下真实的文件大小。  工具可以从 <a href="http://www.kztechs.com/hardlink/realwindirsize.zip">http://www.kztechs.com/hardlink/realwindirsize.zip</a> （请使用右键点击另存为&#8230;方式下载）或在本文附件下载到，下载解压缩以后，直接运行就可以开始扫描了。  扫描过程比较漫长，扫描完成以后，会看到下面的提示信息：  <img src="http://blogs.itecn.net/photos/smallfrogs/images/103357/original.aspx" alt="" /> 另外，在realwindirsize.exe所在目录下，会生成一份文件名叫做LinkedFile.TXT的文件，里面记录了Windows目录下各 个硬连接的关系。  如上图所示，我们扫描到了65088个文件，其中，真实的文件有48022个，其他17066个文件 都是硬连接文件。真实的文件占用了14981682  KB的硬盘空间，而如果你用资源管理器看Windows目录的话，那么会提示说Windows目录占用了 18244902 KB的硬盘空间。实际上，  Windowssystem32 目录下的大多数文件都和 WinSxS 目录建立了硬连接关系。  说了这么多，最后总结一下吧：</p>
<ul>
<li>硬连接，一种基于文件系统的同一卷里面的文件快捷方式</li>
<li>Windows 目录下面大量使用了硬连接技术</li>
<li>WindowsSystem32 目录下的大多数文件，都和 WinSxS 目录建立了硬连接关系</li>
<li>要检查自己系统Windows目录里面的硬连接，请下载工具 <a href="http://www.kztechs.com/hardlink/realwindirsize.zip">http://www.kztechs.com/hardlink/realwindirsize.zip</a> 自己扫描吧</li>
</ul>
<p><a href="http://www.cnbeta.com/articles/92768.htm">Windows 目录到底占用了多少真实的硬盘空间?cnBeta.COM</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/windows-takes-how-much-space.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 NTFS硬链接技术和系统字体替换</title>
		<link>http://www.halfroom.com/windows-7-ntfs-hard-link.html</link>
		<comments>http://www.halfroom.com/windows-7-ntfs-hard-link.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:18:29 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[操作系统]]></category>
<category>????</category><category>Windows 7</category>
		<guid isPermaLink="false">http://halfroom.com/?p=922</guid>
		<description><![CDATA[近几日在美化系统，实在觉得win7的宋体实在是太难看，而我又为了美化系统字体用上了GDI++(有新版了，2010.0126)渲染，因为俺也一直觊觎MAC系统下的字体哈。
现在将字体替换过程中遇到的种种问题以及相关知识进行引用如下转帖进行总结：
首先说明一点,硬链接是NTFS文件系统的特性,并不是Win7才有的新特性
其次,它是从系统底层支持的文件连接.
至于字体替换,其实根本不需要mklink，而为什么有些少数人直接替换成功了，那只是因为操作环境不同造成的巧合。
有兴趣的同学可以做这个测试：
1.全新安装一个Windows7.
2.以管理员身份启动CMD，结束掉任何有前台界面的进程（包括资源管理器、任务管理器）
3.CMD切换到Fonts目录，执行takeown和icalcs命令取得控制权，ren命令将simsun.ttc重命名为 simsun.ttc.bak（此处，虽然是硬链接的文件，但是由于是系统底层实现的，所以在上层看来其实就是真实 的文件，这点楼主有误解，不会存在“硬连接文件”和“字体文件”不同无法识别的问题）。
4.复制你新的字体文件到Fonts目录。注意：WinSXS中有的Simsun.ttc副本可以不管。 如果你不开心直接干掉也可以，不过此时无法删除，因为已经被系统加载了。可以在以后删除。
5.关键一步：删除系统字体缓存文件
6.重启，你会发现替换成功完成，并没有发生什么字体丢失问题。
大部分人失败是由于没有上面的第五步，而并不是没有删除WinSXS或没有用mklink的后果。
有兴趣的同学可以自行测试一下。
via 系统 【原创】WIN7系统下替换字体失败的罪魁祸首——硬连接技术 
]]></description>
			<content:encoded><![CDATA[<p>近几日在美化系统，实在觉得win7的宋体实在是太难看，而我又为了美化系统字体用上了<a class="wpGallery" href="http://bbs.pcbeta.com/viewthread.php?tid=676659&amp;extra=&amp;page=1" target="_blank">GDI++</a>(有新版了，2010.0126)渲染，因为俺也一直觊觎MAC系统下的字体哈。</p>
<p>现在将字体替换过程中遇到的种种问题以及相关知识进行引用如下转帖进行总结：</p>
<blockquote><p>首先说明一点,硬链接是NTFS文件系统的特性,并不是Win7才有的新特性<br />
其次,它是从系统底层支持的文件连接.</p>
<p>至于字体替换,其实根本不需要mklink，而为什么有些少数人直接替换成功了，那只是因为操作环境不同造成的巧合。</p>
<p>有兴趣的同学可以做这个测试：</p>
<p>1.全新安装一个Windows7.<br />
2.以管理员身份启动CMD，结束掉任何有前台界面的进程（包括资源管理器、任务管理器）<br />
3.CMD切换到Fonts目录，执行takeown和icalcs命令取得控制权，ren命令将simsun.ttc重命名为 simsun.ttc.bak（此处，<span style="color: red;">虽然是硬链接的文件，但是由于是系统底层实现的，所以在上层看来其实就是真实 的文件，这点楼主有误解，不会存在“硬连接文件”和“字体文件”不同无法识别的问题</span>）。<br />
4.复制你新的字体文件到Fonts目录。<span style="color: red;">注意：WinSXS中有的Simsun.ttc副本可以不管</span>。 如果你不开心直接干掉也可以，不过此时无法删除，因为已经被系统加载了。可以在以后删除。<br />
5.<span style="color: red;"><strong>关键一步：删除系统字体缓存文件</strong></span><br />
6.重启，你会发现替换成功完成，并没有发生什么字体丢失问题。</p>
<p>大部分人失败是由于没有上面的第五步，而并不是没有删除WinSXS或没有用mklink的后果。<br />
有兴趣的同学可以自行测试一下。</p></blockquote>
<p>via <a href="http://bbs.themex.net/showthread.php?t=16856105&amp;page=2">系统 【原创】WIN7系统下替换字体失败的罪魁祸首——硬连接技术 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/windows-7-ntfs-hard-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TokenDark installer 32 Top on deviantART</title>
		<link>http://www.halfroom.com/tokendark-installer-32-top.html</link>
		<comments>http://www.halfroom.com/tokendark-installer-32-top.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 11:22:36 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[Deviantart]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Themes]]></category>

		<guid isPermaLink="false">http://halfroom.com/?p=917</guid>
		<description><![CDATA[
TokenDark installer 32 Top by ~Mr-Ragnarok on deviantART
最近Token的window7 图标非常火爆，最近也让我有点着迷，我是视觉动物。
非常喜欢这种简约而不简单的风格，谢谢Brsev 给我们带来的漂亮icon,也谢谢 Mr-Ragnarok 将其制作成installer便于我们替换图标。
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="348" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="id=152297735&amp;width=1337" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://backend.deviantart.com/embed/view.swf" /><embed type="application/x-shockwave-flash" width="450" height="348" src="http://backend.deviantart.com/embed/view.swf" allowscriptaccess="always" flashvars="id=152297735&amp;width=1337"></embed></object><br />
<a href="http://www.deviantart.com/deviation/152297735/">TokenDark installer 32 Top</a> by ~<a class="u" href="http://mr-ragnarok.deviantart.com/">Mr-Ragnarok</a> on <a href="http://www.deviantart.com">deviant</a><a href="http://www.deviantart.com">ART</a></p>
<p>最近Token的window7 图标非常火爆，最近也让我有点着迷，我是视觉动物。</p>
<p>非常喜欢这种简约而不简单的风格，谢谢<a href="http://brsev.deviantart.com/" target="_blank">Brsev</a> 给我们带来的漂亮icon,也谢谢 <a class="u" href="http://mr-ragnarok.deviantart.com/">Mr-Ragnarok</a> 将其制作成installer便于我们替换图标。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/tokendark-installer-32-top.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows 7关闭休眠的真正方法</title>
		<link>http://www.halfroom.com/windows-7-powercfg.html</link>
		<comments>http://www.halfroom.com/windows-7-powercfg.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 01:00:56 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[操作系统]]></category>
<category>Windows</category><category>Windows 7</category>
		<guid isPermaLink="false">http://halfroom.com/?p=904</guid>
		<description><![CDATA[找到cmd.exe（在 c:\windows\system32下），或直接在开始－运行中输入cmd，这时运行框的上方程序中会出现cmd.exe（前提你没改了开始菜单的样 式），然后右击cmd.exe，在弹出菜单中选择“以管理员身份运行”，再在打开命令提示符窗口中，输入运行命令　powercfg -h off
]]></description>
			<content:encoded><![CDATA[<p>找到cmd.exe（在 c:\windows\system32下），或直接在开始－运行中输入cmd，这时运行框的上方程序中会出现cmd.exe（前提你没改了开始菜单的样 式），然后右击cmd.exe，在弹出菜单中选择“以管理员身份运行”，再在打开命令提示符窗口中，输入运行命令　powercfg -h off</p>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/windows-7-powercfg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 (MSDN原版) 各国语言版本下载资源汇总</title>
		<link>http://www.halfroom.com/windows-7-msdn.html</link>
		<comments>http://www.halfroom.com/windows-7-msdn.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 04:00:14 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[操作系统]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=883</guid>
		<description><![CDATA[
Windows 7 (MSDN原版) 各国语言版本下载资源汇总


// < ![CDATA[
cpro_client='topsage_cpr';
cpro_at='text_image'; 
cpro_161=4; 
cpro_flush=4; 
cpro_w=500; 
cpro_h=200; 
cpro_template='text_default_500_200'; 
cpro_cbd='#FFFFFF'; 
cpro_cbg='#FFFFFF'; 
cpro_ctitle='#000000'; 
cpro_cdesc='#000000'; 
cpro_curl='#EEEEEE'; 
cpro_cflush='#e10900'; 
cpro_uap=1;
cpro_cad=1;
// ]]&#62; 
// < ![CDATA[
google_ad_client = "pub-5590921255707711";
/* 200x200, 创建于 10-1-19 */
google_ad_slot = "3497706645";
google_ad_width = 200;
google_ad_height = 200;
// ]]&#62; 


 

重要提示：
由于系统iso文件过大，本帖列出的所有MSDN版均为eMule资源
不要直接点击链接，请下载安装电驴、迅雷或快车等下载工具，右击复制你要下载的链接，使用下载工具下载！

简 体中文版(中国大陆)



cn_windows_7_starter_x86_dvd_x15-69303.iso
2.4GB


cn_windows_7_ultimate_x64_dvd_x15-66043.iso
3.1GB


cn_windows_7_ultimate_x86_dvd_x15-65907.iso
2.4GB


cn_windows_7_enterprise_x64_dvd_x15-70741.iso
3GB


cn_windows_7_enterprise_x86_dvd_x15-70737.iso
2.3GB


cn_windows_7_professional_x64_dvd_x15-65791.iso
3.1GB


cn_windows_7_professional_x86_dvd_x15-65790.iso
2.4GB


cn_windows_7_home_premium_x64_dvd_x15-65718.iso
3.1GB


cn_windows_7_home_premium_x86_dvd_x15-65717.iso
2.4GB


cn_windows_7_home_basic_x86_dvd_x15-65975.iso
2.4GB


cn_windows_7_professional_vl_build_x86_dvd_x15-71025.iso
2.3GB


cn_windows_7_professional_vl_build_x64_dvd_x15-71029.iso
3GB



繁体中文版（中国香港）：



hk_windows_7_ultimate_x64_dvd_x15-65911.iso
3.1GB


hk_windows_7_ultimate_x86_dvd_x15-65912.iso
2.4GB


hk_windows_7_enterprise_x64_dvd_x15-70981.iso
3GB


hk_windows_7_professional_x86_dvd_x15-65794.iso
2.4GB


hk_windows_7_professional_vl_build_x86_dvd_x15-71264.iso
2.3GB



繁体中文版（中国台湾）：



ct_windows_7_language_pack_x64_dvd_x15-73458.iso
127.6MB


ct_windows_7_language_pack_x86_dvd_x15-73454.iso
106.8MB


tw_windows_7_ultimate_x64_dvd_x15-65909.iso
3.1GB


tw_windows_7_ultimate_x86_dvd_x15-65908.iso
2.4GB


tw_windows_7_enterprise_x64_dvd_x15-70973.iso
3GB


tw_windows_7_enterprise_x86_dvd_x15-70969.iso
2.3GB


tw_windows_7_professional_vl_build_x86_dvd_x15-71256.iso
2.3GB



英文版



en_windows_7_enterprise_x64_dvd_X15-70749.iso
2.9GB


en_windows_7_enterprise_x86_dvd_X15-70745.iso
2.2GB


en_windows_7_home_basic_x86_dvd_x15-65654.iso
2.3GB


en_windows_7_home_premium_x64_dvd_x15-65733.iso
3GB


en_windows_7_home_premium_x86_dvd_x15-65732.iso
2.3GB


en_windows_7_professional_x64_dvd_x15-65805.iso
3GB


en_windows_7_professional_x86_dvd_x15-65804.iso
2.3GB


en_windows_7_starter_x86_dvd_x15-68956.iso
2.3GB


en_windows_7_ultimate_x64_dvd_X15-65922.iso
3GB


en_windows_7_ultimate_x86_dvd_X15-65921.iso
2.3GB


en_windows_7_ultimate_n_x86_dvd_x16-13640.iso
2.1GB


en_windows_7_ultimate_n_x64_dvd_x16-13641.iso
2.7GB


en_windows_7_professional_vl_build_x86_dvd_x15-71033.iso
2.2GB


en_windows_7_professional_vl_build_x64_dvd_x15-71037.iso
2.9GB



日文版



ja_windows_7_ultimate_x86_dvd_x15-65939.iso
2.3GB


ja_windows_7_ultimate_x64_dvd_x15-65940.iso
3GB


ja_windows_7_enterprise_x64_dvd_x15-70854.iso
2.9GB


ja_windows_7_enterprise_x86_dvd_x15-70850.iso
2.2GB



意大利语：



it_windows_7_ultimate_x64_dvd_x15-65938.iso
2.9GB


it_windows_7_ultimate_x86_dvd_x15-65937.iso
2.2GB


it_windows_7_enterprise_x86_dvd_x15-70842.iso
2.1GB


it_windows_7_enterprise_x64_dvd_x15-70846.iso
2.8GB


it_windows_7_professional_x86_dvd_x15-65820.iso
2.2GB



法语（法国）



fr_windows_7_ultimate_x64_dvd_x15-65928.iso
3GB


fr_windows_7_ultimate_x86_dvd_x15-65927.iso
2.3GB


fr_windows_7_enterprise_x64_dvd_x15-70814.iso
2.8GB


fr_windows_7_home_basic_x86_dvd_x15-65660.iso
2.3GB


fr_windows_7_home_premium_x86_dvd_x15-65738.iso
2.3GB


fr_windows_7_professional_x64_dvd_x15-65811.iso
3GB


fr_windows_7_professional_x86_dvd_x15-65810.iso
2.3GB



德语（德国）



de_windows_7_ultimate_x86_dvd_x15-65929.iso
2.3GB


de_windows_7_enterprise_x64_dvd_x15-70789.iso
2.9GB


de_windows_7_enterprise_x86_dvd_x15-70785.iso
2.2GB


de_windows_7_home_premium_x86_dvd_x15-65740.iso
2.3GB


de_windows_7_ultimate_x64_dvd_x15-66046.iso
3GB



西班牙语：



es_windows_7_ultimate_x86_dvd_x15-65959.iso
2.3GB


es_windows_7_ultimate_x64_dvd_x15-65960.iso
3GB


es_windows_7_enterprise_x86_dvd_x15-70801.iso
2.2GB



荷兰语：



nl_windows_7_ultimate_x64_dvd_x15-65920.iso
2.9GB


nl_windows_7_ultimate_x86_dvd_x15-65919.iso
2.2GB



韩国语（韩国）：



ko_windows_7_ultimate_k_x64_dvd_x15-65970.iso
3GB


ko_windows_7_enterprise_k_x64_dvd_x15-72824.iso
2.8GB


ko_windows_7_ultimate_k_x86_dvd_x15-65969.iso
2.3GB


ko_windows_7_enterprise_k_x86_dvd_x15-72823.iso
2.1GB


ko_windows_7_enterprise_kn_x86_dvd_x15-71520.iso
1.9GB


ko_windows_7_home_premium_k_x86_dvd_x15-65780.iso
2.3GB


ko_windows_7_ultimate_kn_x64_dvd_x15-65972.iso
2.6GB


ko_windows_7_ultimate_kn_x86_dvd_x15-65971.iso
2GB



土耳其语：



tr_windows_7_ultimate_x86_dvd_x15-65965.iso
2.2GB


tr_windows_7_ultimate_x64_dvd_x15-65966.iso
2.9GB



匈牙利语：



hu_windows_7_ultimate_x86_dvd_x15-65935.iso
2.2GB


hu_windows_7_ultimate_x64_dvd_x15-65936.iso
2.9GB



波兰语：



pl_windows_7_ultimate_x86_dvd_x15-65945.iso
2.2GB


pl_windows_7_ultimate_x64_dvd_x15-65946.iso
2.9GB



俄语（俄罗斯）：



ru_windows_7_professional_x86_dvd_x15-65834.iso
2.3GB


ru_windows_7_ultimate_x64_dvd_x15-65952.iso
2.9GB


ru_windows_7_ultimate_x86_dvd_x15-65951.iso
2.3GB



乌克兰语：



uk_windows_7_ultimate_x64_dvd_x15-65967.iso
2.9GB


uk_windows_7_ultimate_x86_dvd_x15-65968.iso
2.2GB



希伯来语（以色列）：



he_windows_7_ultimate_x86_dvd_x15-65933.iso
2.2GB


he_windows_7_ultimate_x64_dvd_x15-65934.iso
2.9GB



葡萄牙语：



pp_windows_7_ultimate_x64_dvd_x15-65948.iso
2.9GB


pp_windows_7_ultimate_x86_dvd_x15-65947.iso
2.2GB



]]></description>
			<content:encoded><![CDATA[<div id="threadtitle">
<h2>Windows 7 (MSDN原版) 各国语言版本下载资源汇总</h2>
</div>
<div id="ad_thread2_0">
<div><script type="text/javascript">// < ![CDATA[</p>
<p>cpro_client='topsage_cpr';
cpro_at='text_image'; 
cpro_161=4; 
cpro_flush=4; 
cpro_w=500; 
cpro_h=200; 
cpro_template='text_default_500_200'; 
cpro_cbd='#FFFFFF'; 
cpro_cbg='#FFFFFF'; 
cpro_ctitle='#000000'; 
cpro_cdesc='#000000'; 
cpro_curl='#EEEEEE'; 
cpro_cflush='#e10900'; 
cpro_uap=1;
cpro_cad=1;
// ]]&gt;</script> <script src="http://cpro.baidu.com/cpro/ui/cp.js" type="text/javascript"></script></div>
<div><script type="text/javascript">// < ![CDATA[
google_ad_client = "pub-5590921255707711";
/* 200x200, 创建于 10-1-19 */
google_ad_slot = "3497706645";
google_ad_width = 200;
google_ad_height = 200;
// ]]&gt;</script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></div>
</div>
<p><em> </em></p>
<div>
<blockquote><p><strong><span style="color: black;">重要提示：</span></p>
<p>由于系统iso文件过大，本帖列出的所有MSDN版均为<span style="color: red;">eMule资源</span></p>
<p>不要直接点击链接，请下载安装<span style="color: red;">电驴</span>、<span style="color: magenta;">迅雷</span>或<span style="color: blue;">快车</span>等下载工具，右击复制你要下载的链接，使用下载工具下载！</strong></p></blockquote>
</div>
<p><strong>简 体中文版(中国大陆)</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_starter_x86_dvd_x15-69303.iso%7C2604238848%7C5a6796b2b6a97b3e372f7c37d3a42aa4%7C/" target="_blank">cn_windows_7_starter_x86_dvd_x15-69303.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_ultimate_x64_dvd_x15-66043.iso%7C3341268992%7C7dd7fa757ce6d2db78b6901f81a6907a%7C/" target="_blank">cn_windows_7_ultimate_x64_dvd_x15-66043.iso</a></td>
<td width="80">3.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_ultimate_x86_dvd_x15-65907.iso%7C2604238848%7Cd6f139d7a45e81b76199ddccddc4b509%7C/" target="_blank">cn_windows_7_ultimate_x86_dvd_x15-65907.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_enterprise_x64_dvd_x15-70741.iso%7C3203516416%7C876dcf115c2ee28d74b178be1a84ab3b%7C/" target="_blank">cn_windows_7_enterprise_x64_dvd_x15-70741.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_enterprise_x86_dvd_x15-70737.iso%7C2465783808%7C41abfa74e57353b2f35bc33e56bd5202%7C/" target="_blank">cn_windows_7_enterprise_x86_dvd_x15-70737.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_professional_x64_dvd_x15-65791.iso%7C3341268992%7C3474800521d169fbf3f5e527cd835156%7C/" target="_blank">cn_windows_7_professional_x64_dvd_x15-65791.iso</a></td>
<td width="80">3.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_professional_x86_dvd_x15-65790.iso%7C2604238848%7Ce812fbe758f05b485c5a858c22060785%7C/" target="_blank">cn_windows_7_professional_x86_dvd_x15-65790.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_home_premium_x64_dvd_x15-65718.iso%7C3341268992%7C9f976045631a6a2162abe32fc77c8acc%7C/" target="_blank">cn_windows_7_home_premium_x64_dvd_x15-65718.iso</a></td>
<td width="80">3.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_home_premium_x86_dvd_x15-65717.iso%7C2604238848%7C98e1eb474f92343b06737f227665df1c%7C/" target="_blank">cn_windows_7_home_premium_x86_dvd_x15-65717.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_home_basic_x86_dvd_x15-65975.iso%7C2604238848%7Caf82993dcf8f3d7aa08d54693691bb48%7C/" target="_blank">cn_windows_7_home_basic_x86_dvd_x15-65975.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_professional_vl_build_x86_dvd_x15-71025.iso%7C2466107392%7C9ea7e0c2594b5a236fd09d572ca39770%7C/" target="_blank">cn_windows_7_professional_vl_build_x86_dvd_x15-71025.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ccn_windows_7_professional_vl_build_x64_dvd_x15-71029.iso%7C3203971072%7C23155387cbd0771cfba528cb1e7b170f%7C/" target="_blank">cn_windows_7_professional_vl_build_x64_dvd_x15-71029.iso</a></td>
<td>3GB</td>
</tr>
</tbody>
</table>
<p><strong>繁体中文版（中国香港）：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Chk_windows_7_ultimate_x64_dvd_x15-65911.iso%7C3313936384%7C917f16d04fbbfde763a35e2a32595ad9%7C/" target="_blank">hk_windows_7_ultimate_x64_dvd_x15-65911.iso</a></td>
<td width="80">3.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Chk_windows_7_ultimate_x86_dvd_x15-65912.iso%7C2574176256%7C4aa63d85bea48f5742bd22b8655363b2%7C/" target="_blank">hk_windows_7_ultimate_x86_dvd_x15-65912.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Chk_windows_7_enterprise_x64_dvd_x15-70981.iso%7C3175837696%7Cfa52a6c1b24d945bd4f36aae6f66dbfe%7C/" target="_blank">hk_windows_7_enterprise_x64_dvd_x15-70981.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Chk_windows_7_professional_x86_dvd_x15-65794.iso%7C2574176256%7Cefab842abfe8259fd549b7ef70bbdb9b%7C/" target="_blank">hk_windows_7_professional_x86_dvd_x15-65794.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Chk_windows_7_professional_vl_build_x86_dvd_x15-71264.iso%7C2435989504%7Ce04e807bb6ba85dd3439c9fa1a8d1589%7C/" target="_blank">hk_windows_7_professional_vl_build_x86_dvd_x15-71264.iso</a></td>
<td width="80">2.3GB</td>
</tr>
</tbody>
</table>
<p><strong>繁体中文版（中国台湾）：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cct_windows_7_language_pack_x64_dvd_x15-73458.iso%7C133793792%7Cf976a62b766322181c26ceea832ac8ce%7C/" target="_blank">ct_windows_7_language_pack_x64_dvd_x15-73458.iso</a></td>
<td width="80">127.6MB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cct_windows_7_language_pack_x86_dvd_x15-73454.iso%7C111949824%7Cca50e73dc8d82df7f4a45394328d2e7d%7C/" target="_blank">ct_windows_7_language_pack_x86_dvd_x15-73454.iso</a></td>
<td>106.8MB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctw_windows_7_ultimate_x64_dvd_x15-65909.iso%7C3317223424%7Ce6c906d22060285be18929fadba37f48%7C/" target="_blank">tw_windows_7_ultimate_x64_dvd_x15-65909.iso</a></td>
<td width="80">3.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctw_windows_7_ultimate_x86_dvd_x15-65908.iso%7C2578382848%7Cd3570ecaed1d132724fcd399b523db23%7C/" target="_blank">tw_windows_7_ultimate_x86_dvd_x15-65908.iso</a></td>
<td width="80">2.4GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctw_windows_7_enterprise_x64_dvd_x15-70973.iso%7C3179382784%7Cc438118cf9853c633afe4e55b1536664%7C/" target="_blank">tw_windows_7_enterprise_x64_dvd_x15-70973.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctw_windows_7_enterprise_x86_dvd_x15-70969.iso%7C2439798784%7Cdf2470c42957fc0e8ff0041e145e14c4%7C/" target="_blank">tw_windows_7_enterprise_x86_dvd_x15-70969.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctw_windows_7_professional_vl_build_x86_dvd_x15-71256.iso%7C2440128512%7Cfca4b94bbfe5cfe0714e7efc3826bf61%7C/" target="_blank">tw_windows_7_professional_vl_build_x86_dvd_x15-71256.iso</a></td>
<td width="80">2.3GB</td>
</tr>
</tbody>
</table>
<p><strong>英文版</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_enterprise_x64_dvd_X15-70749.iso%7C3121215488%7Ccb90be6d74e6e661f8663bd7e17ad2ff%7C/" target="_blank">en_windows_7_enterprise_x64_dvd_X15-70749.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_enterprise_x86_dvd_X15-70745.iso%7C2400401408%7C4117c4cb9648a9ed79cc6cfb47a10696%7C/" target="_blank">en_windows_7_enterprise_x86_dvd_X15-70745.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_home_basic_x86_dvd_x15-65654.iso%7C2501894144%7C7e4414cad21ce37fbf360b732095f05c%7C/" target="_blank">en_windows_7_home_basic_x86_dvd_x15-65654.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_home_premium_x64_dvd_x15-65733.iso%7C3224686592%7C9154f9e4021beaf83439a42fa267acbd%7C/" target="_blank">en_windows_7_home_premium_x64_dvd_x15-65733.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_home_premium_x86_dvd_x15-65732.iso%7C2501894144%7Cacad604efb0bb898efa4d0067618bcc4%7C/" target="_blank">en_windows_7_home_premium_x86_dvd_x15-65732.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_professional_x64_dvd_x15-65805.iso%7C3224686592%7Ca71f26e478076ffc75f02cb6459e87b0%7C/" target="_blank">en_windows_7_professional_x64_dvd_x15-65805.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_professional_x86_dvd_x15-65804.iso%7C2501894144%7C61d69f2250f114b95720cb81d3c1c5ee%7C/" target="_blank">en_windows_7_professional_x86_dvd_x15-65804.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_starter_x86_dvd_x15-68956.iso%7C2501894144%7C28533d4e8df066de756cdc96d34187d3%7C/" target="_blank">en_windows_7_starter_x86_dvd_x15-68956.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_ultimate_x64_dvd_X15-65922.iso%7C3224686592%7C6719afc5486f38be75f2df39c8527113%7C/" target="_blank">en_windows_7_ultimate_x64_dvd_X15-65922.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_ultimate_x86_dvd_X15-65921.iso%7C2501894144%7C09902c7687c9ca86bd935bd0efb61d3a%7C/" target="_blank">en_windows_7_ultimate_x86_dvd_X15-65921.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_ultimate_n_x86_dvd_x16-13640.iso%7C2228641792%7C7ba6166574ef41a3d664bccdb27a5242%7C/" target="_blank">en_windows_7_ultimate_n_x86_dvd_x16-13640.iso</a></td>
<td width="80">2.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_ultimate_n_x64_dvd_x16-13641.iso%7C2908555264%7Cc014b86268602565b7880933b41f21ac%7C/" target="_blank">en_windows_7_ultimate_n_x64_dvd_x16-13641.iso</a></td>
<td width="80">2.7GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_professional_vl_build_x86_dvd_x15-71033.iso%7C2400239616%7Ca9a9f338ce1040fcfb8d22dbd7269765%7C/" target="_blank">en_windows_7_professional_vl_build_x86_dvd_x15-71033.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cen_windows_7_professional_vl_build_x64_dvd_x15-71037.iso%7C3121057792%7C2ffc0489f663f51f84aaa42127cd06a0%7C/" target="_blank">en_windows_7_professional_vl_build_x64_dvd_x15-71037.iso</a></td>
<td width="80">2.9GB</td>
</tr>
</tbody>
</table>
<p><strong>日文版</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cja_windows_7_ultimate_x86_dvd_x15-65939.iso%7C2503079936%7Cb02221e9b203cd065155d395b8c56e7f%7C/" target="_blank">ja_windows_7_ultimate_x86_dvd_x15-65939.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cja_windows_7_ultimate_x64_dvd_x15-65940.iso%7C3241390080%7C826d4ef10382972267e39ecc011b81ba%7C/" target="_blank">ja_windows_7_ultimate_x64_dvd_x15-65940.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cja_windows_7_enterprise_x64_dvd_x15-70854.iso%7C3103090688%7Cc0341c288fa79d623baea6a43e81e2e8%7C/" target="_blank">ja_windows_7_enterprise_x64_dvd_x15-70854.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cja_windows_7_enterprise_x86_dvd_x15-70850.iso%7C2364174336%7C8a493eac828fe4df2573cbefbb79e4cd%7C/" target="_blank">ja_windows_7_enterprise_x86_dvd_x15-70850.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
<p><strong>意大利语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cit_windows_7_ultimate_x64_dvd_x15-65938.iso%7C3115681792%7C2341fc27b101b164800968bab9e47a5e%7C/" target="_blank">it_windows_7_ultimate_x64_dvd_x15-65938.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cit_windows_7_ultimate_x86_dvd_x15-65937.iso%7C2387083264%7C6bd33859d128d326a326c2ffa38edf9c%7C/" target="_blank">it_windows_7_ultimate_x86_dvd_x15-65937.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cit_windows_7_enterprise_x86_dvd_x15-70842.iso%7C2264743936%7C9c4dc0e4c2f4f33b55581b89105589e3%7C/" target="_blank">it_windows_7_enterprise_x86_dvd_x15-70842.iso</a></td>
<td width="80">2.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cit_windows_7_enterprise_x64_dvd_x15-70846.iso%7C2990690304%7C8262e21bdb2d0fd77812588ca4752bad%7C/" target="_blank">it_windows_7_enterprise_x64_dvd_x15-70846.iso</a></td>
<td width="80">2.8GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cit_windows_7_professional_x86_dvd_x15-65820.iso%7C2387083264%7Ca77f5f8aa0bd05ef449063064a807690%7C/" target="_blank">it_windows_7_professional_x86_dvd_x15-65820.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
<p><strong>法语（法国）</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_ultimate_x64_dvd_x15-65928.iso%7C3176984576%7C6ddd5913d3a72375c683f2f5f60848d2%7C/" target="_blank">fr_windows_7_ultimate_x64_dvd_x15-65928.iso</a></td>
<td width="80">3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_ultimate_x86_dvd_x15-65927.iso%7C2448254976%7C4f8948e33f22dc97bfc7ab0a9e2063bd%7C/" target="_blank">fr_windows_7_ultimate_x86_dvd_x15-65927.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_enterprise_x64_dvd_x15-70814.iso%7C3051106304%7Ccacd6e90a3a719f8d2950fa58c4d55bf%7C/" target="_blank">fr_windows_7_enterprise_x64_dvd_x15-70814.iso</a></td>
<td width="80">2.8GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_home_basic_x86_dvd_x15-65660.iso%7C2448254976%7Cf9c30e143038af33103e5fa8cfbd59c3%7C/" target="_blank">fr_windows_7_home_basic_x86_dvd_x15-65660.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_home_premium_x86_dvd_x15-65738.iso%7C2448254976%7C65d209d71685c2b5d30aab89879f2108%7C/" target="_blank">fr_windows_7_home_premium_x86_dvd_x15-65738.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_professional_x64_dvd_x15-65811.iso%7C3176984576%7Cf04811fb8a07637449b06069061eb437%7C/" target="_blank">fr_windows_7_professional_x64_dvd_x15-65811.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cfr_windows_7_professional_x86_dvd_x15-65810.iso%7C2448254976%7C27995b4c92932c9dd29c89958ed76634%7C/" target="_blank">fr_windows_7_professional_x86_dvd_x15-65810.iso</a></td>
<td width="80">2.3GB</td>
</tr>
</tbody>
</table>
<p><strong>德语（德国）</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cde_windows_7_ultimate_x86_dvd_x15-65929.iso%7C2463242240%7Cf62f4316066e627d8c1a5f363f058ef5%7C/" target="_blank">de_windows_7_ultimate_x86_dvd_x15-65929.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cde_windows_7_enterprise_x64_dvd_x15-70789.iso%7C3066609664%7C5b5f3cb56c932aa5ede7cc1fbcc8585a%7C/" target="_blank">de_windows_7_enterprise_x64_dvd_x15-70789.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cde_windows_7_enterprise_x86_dvd_x15-70785.iso%7C2340208640%7C24db6176b56d0bccd3d5a97ad9e773ab%7C/" target="_blank">de_windows_7_enterprise_x86_dvd_x15-70785.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cde_windows_7_home_premium_x86_dvd_x15-65740.iso%7C2463242240%7C264fb6a9ddf94749e5fac629ba75b6aa%7C/" target="_blank">de_windows_7_home_premium_x86_dvd_x15-65740.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cde_windows_7_ultimate_x64_dvd_x15-66046.iso%7C3192264704%7C09fd97fcb3e6cb4b1c6becb18695c534%7C/" target="_blank">de_windows_7_ultimate_x64_dvd_x15-66046.iso</a></td>
<td>3GB</td>
</tr>
</tbody>
</table>
<p><strong>西班牙语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Ces_windows_7_ultimate_x86_dvd_x15-65959.iso%7C2447534080%7Ca3a91001f5957d3db0f3cb2a9a020fdb%7C/" target="_blank">es_windows_7_ultimate_x86_dvd_x15-65959.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ces_windows_7_ultimate_x64_dvd_x15-65960.iso%7C3176308736%7C16d1c168abda701c29de0cd6526e2da1%7C/" target="_blank">es_windows_7_ultimate_x64_dvd_x15-65960.iso</a></td>
<td>3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ces_windows_7_enterprise_x86_dvd_x15-70801.iso%7C2325080064%7C4b0ae9d4bdb951eb6a287eb12634e54e%7C/" target="_blank">es_windows_7_enterprise_x86_dvd_x15-70801.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
<p><strong>荷兰语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cnl_windows_7_ultimate_x64_dvd_x15-65920.iso%7C3119224832%7C1c8ec24a61024a8c926b3017d865ddf5%7C/" target="_blank">nl_windows_7_ultimate_x64_dvd_x15-65920.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cnl_windows_7_ultimate_x86_dvd_x15-65919.iso%7C2390310912%7C5e4bb589bcbae01620167ca41fb39f94%7C/" target="_blank">nl_windows_7_ultimate_x86_dvd_x15-65919.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
<p><strong>韩国语（韩国）：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_ultimate_k_x64_dvd_x15-65970.iso%7C3181856768%7Cd37b5901e8dac8d533b34096ed47dec4%7C/" target="_blank">ko_windows_7_ultimate_k_x64_dvd_x15-65970.iso</a></td>
<td width="80">3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_enterprise_k_x64_dvd_x15-72824.iso%7C3044374528%7C2725573eca6368427542c96c16f59586%7C/" target="_blank">ko_windows_7_enterprise_k_x64_dvd_x15-72824.iso</a></td>
<td width="80">2.8GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_ultimate_k_x86_dvd_x15-65969.iso%7C2443837440%7C0abda26606e73e08a4119fc94b656850%7C/" target="_blank">ko_windows_7_ultimate_k_x86_dvd_x15-65969.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_enterprise_k_x86_dvd_x15-72823.iso%7C2305773568%7Cbf0e46f1cd402ba971751382b2cece19%7C/" target="_blank">ko_windows_7_enterprise_k_x86_dvd_x15-72823.iso</a></td>
<td width="80">2.1GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_enterprise_kn_x86_dvd_x15-71520.iso%7C2020864000%7C0543dfafcec588968c1da65d9613e4c1%7C/" target="_blank">ko_windows_7_enterprise_kn_x86_dvd_x15-71520.iso</a></td>
<td width="80">1.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_home_premium_k_x86_dvd_x15-65780.iso%7C2443837440%7Cb11ad642bd3db45cb2614e5f15264485%7C/" target="_blank">ko_windows_7_home_premium_k_x86_dvd_x15-65780.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_ultimate_kn_x64_dvd_x15-65972.iso%7C2836623360%7C17e82151c9edd09cd3f2f2816b80f8ba%7C/" target="_blank">ko_windows_7_ultimate_kn_x64_dvd_x15-65972.iso</a></td>
<td width="80">2.6GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cko_windows_7_ultimate_kn_x86_dvd_x15-65971.iso%7C2151153664%7C545e059c5d9b1d29eb2ecc18e95d50df%7C/" target="_blank">ko_windows_7_ultimate_kn_x86_dvd_x15-65971.iso</a></td>
<td>2GB</td>
</tr>
</tbody>
</table>
<p><strong>土耳其语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Ctr_windows_7_ultimate_x86_dvd_x15-65965.iso%7C2382473216%7Cdec31c7787820ef98bd41e62befea944%7C/" target="_blank">tr_windows_7_ultimate_x86_dvd_x15-65965.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Ctr_windows_7_ultimate_x64_dvd_x15-65966.iso%7C3110756352%7Cc9789e78cfa806dcb5ba5d7e923caad6%7C/" target="_blank">tr_windows_7_ultimate_x64_dvd_x15-65966.iso</a></td>
<td width="80">2.9GB</td>
</tr>
</tbody>
</table>
<p><strong>匈牙利语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Chu_windows_7_ultimate_x86_dvd_x15-65935.iso%7C2386423808%7C3c29ae292bb1a2d9f3da5d337c7c8713%7C/" target="_blank">hu_windows_7_ultimate_x86_dvd_x15-65935.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Chu_windows_7_ultimate_x64_dvd_x15-65936.iso%7C3115091968%7Cf35c41d64708a3cf2c2ae07b9ed6d8a9%7C/" target="_blank">hu_windows_7_ultimate_x64_dvd_x15-65936.iso</a></td>
<td width="80">2.9GB</td>
</tr>
</tbody>
</table>
<p><strong>波兰语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cpl_windows_7_ultimate_x86_dvd_x15-65945.iso%7C2395904000%7C6f875e677e5ae3b3242b5b28128d0c9a%7C/" target="_blank">pl_windows_7_ultimate_x86_dvd_x15-65945.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cpl_windows_7_ultimate_x64_dvd_x15-65946.iso%7C3124578304%7Cece8fe536ffe61690b548a834b4652e0%7C/" target="_blank">pl_windows_7_ultimate_x64_dvd_x15-65946.iso</a></td>
<td width="80">2.9GB</td>
</tr>
</tbody>
</table>
<p><strong>俄语（俄罗斯）：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cru_windows_7_professional_x86_dvd_x15-65834.iso%7C2426210304%7C8390113312835fda9d10921c9c973f19%7C/" target="_blank">ru_windows_7_professional_x86_dvd_x15-65834.iso</a></td>
<td width="80">2.3GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cru_windows_7_ultimate_x64_dvd_x15-65952.iso%7C3153283072%7C2b723a953ebca711fe9a4c419d1c81a9%7C/" target="_blank">ru_windows_7_ultimate_x64_dvd_x15-65952.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cru_windows_7_ultimate_x86_dvd_x15-65951.iso%7C2426210304%7Ccea24347613026671a2fe18a3f5f6660%7C/" target="_blank">ru_windows_7_ultimate_x86_dvd_x15-65951.iso</a></td>
<td width="80">2.3GB</td>
</tr>
</tbody>
</table>
<p><strong>乌克兰语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cuk_windows_7_ultimate_x64_dvd_x15-65967.iso%7C3127914496%7C8cbadbffee2fbf49f53bd9fe6d1a5855%7C/" target="_blank">uk_windows_7_ultimate_x64_dvd_x15-65967.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cuk_windows_7_ultimate_x86_dvd_x15-65968.iso%7C2404720640%7C9bb34c2f3debdff02a405c4225d2ab58%7C/" target="_blank">uk_windows_7_ultimate_x86_dvd_x15-65968.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
<p><strong>希伯来语（以色列）：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Che_windows_7_ultimate_x86_dvd_x15-65933.iso%7C2408157184%7C1cc5e4591d9efb27a1afd89b63706d77%7C/" target="_blank">he_windows_7_ultimate_x86_dvd_x15-65933.iso</a></td>
<td width="80">2.2GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Che_windows_7_ultimate_x64_dvd_x15-65934.iso%7C3133542400%7Ca80d9ea9f45b28d16b4758da2b96f515%7C/" target="_blank">he_windows_7_ultimate_x64_dvd_x15-65934.iso</a></td>
<td width="80">2.9GB</td>
</tr>
</tbody>
</table>
<p><strong>葡萄牙语：</strong></p>
<table cellspacing="0">
<tbody>
<tr>
<td><a href="ed2k://%7Cfile%7Cpp_windows_7_ultimate_x64_dvd_x15-65948.iso%7C3115857920%7Ccb55cdd565dfc3a71d78918a283420fc%7C/" target="_blank">pp_windows_7_ultimate_x64_dvd_x15-65948.iso</a></td>
<td width="80">2.9GB</td>
</tr>
<tr>
<td><a href="ed2k://%7Cfile%7Cpp_windows_7_ultimate_x86_dvd_x15-65947.iso%7C2387181568%7C74b24a9e09a827cf68698dd532298f5a%7C/" target="_blank">pp_windows_7_ultimate_x86_dvd_x15-65947.iso</a></td>
<td width="80">2.2GB</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/windows-7-msdn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
