<?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; Windows 7</title>
	<atom:link href="http://www.oswhy.com/archives/tag/windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oswhy.com</link>
	<description>专注XP,WIN7,WIN8系统之家官网</description>
	<lastBuildDate>Mon, 09 Jan 2012 03:17:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>QQ和360软件共存同时使用的方法</title>
		<link>http://www.oswhy.com/archives/911</link>
		<comments>http://www.oswhy.com/archives/911#comments</comments>
		<pubDate>Thu, 04 Nov 2010 05:31:22 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[软件技术]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[SafeBase]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[共存]]></category>
		<category><![CDATA[用户权限]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=911</guid>
		<description><![CDATA[暂且不说腾讯QQ和360的这场互联网战争，我们网民是这场战争最大的受害者。QQ相信是大多数网民在用的聊天软件，由于积累了不少好友，所以很难一下就放弃QQ。替代360的软件还是可以找到的，但是如果你实在不想二者选其一，想要QQ和360同时正常使用，其实并不难，方法如下： 最简单的方法是先关闭360软件，然后运行登录QQ后，再开启360软件即可。 还有一种方法是屏蔽掉QQ的安全验证，打开文件夹选项，把使用简单文件共享前面勾去掉，Windows XP打开C:\Documents and Settings\Administrator\Application Data\Tencent\QQ这个目录，把SafeBase这个文件夹的所有用户权限设置为完全拒绝。Windows 7打开C:\Users\用户名\AppData\Roaming\Tencent\QQ目录，把SafeBase这个文件夹的所有用户权限设置为完全拒绝。]]></description>
			<content:encoded><![CDATA[<p>暂且不说腾讯QQ和360的这场互联网战争，我们网民是这场战争最大的受害者。QQ相信是大多数网民在用的聊天软件，由于积累了不少好友，所以很难一下就放弃QQ。替代360的软件还是可以找到的，但是如果你实在不想二者选其一，想要QQ和360同时正常使用，其实并不难，方法如下：<br />
最简单的方法是先关闭360软件，然后运行登录QQ后，再开启360软件即可。<br />
还有一种方法是屏蔽掉QQ的安全验证，打开文件夹选项，把使用简单文件共享前面勾去掉，Windows XP打开C:\Documents and Settings\Administrator\Application Data\Tencent\QQ这个目录，把SafeBase这个文件夹的所有用户权限设置为完全拒绝。Windows 7打开C:\Users\用户名\AppData\Roaming\Tencent\QQ目录，把SafeBase这个文件夹的所有用户权限设置为完全拒绝。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/911/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C盘根目录hiberfil.sys文件解析及如何删除</title>
		<link>http://www.oswhy.com/archives/856</link>
		<comments>http://www.oswhy.com/archives/856#comments</comments>
		<pubDate>Fri, 13 Aug 2010 06:14:40 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[hiberfil.sys]]></category>
		<category><![CDATA[powercfg]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[休眠]]></category>
		<category><![CDATA[根目录]]></category>
		<category><![CDATA[解析]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=856</guid>
		<description><![CDATA[具有SRT功能的主板，在安装了Windows XP或者Windows 7后，会在系统根目录产生hiberfil.sys文件，这个文件大小和物理内存一致，它的功能就是在系统休眠的时候把内存中的所有信息保存到硬盘中的hiberfil.sys文件中。在Windows XP中通过控制面板关闭休眠功能后，这个文件就会自动删除。但是在Windows 7中，关闭了休眠和睡眠后这个文件还是存在，通过下面方法就可以删除掉这个hiberfil.sys文件。 开始-运行-输入cmd 回车-输入powercfg -h off 回车，这样就删除了hiberfil.sys文件。（建议在管理员权限下执行CMD）]]></description>
			<content:encoded><![CDATA[<p>具有SRT功能的主板，在安装了Windows XP或者Windows 7后，会在系统根目录产生hiberfil.sys文件，这个文件大小和物理内存一致，它的功能就是在系统休眠的时候把内存中的所有信息保存到硬盘中的hiberfil.sys文件中。在Windows XP中通过控制面板关闭休眠功能后，这个文件就会自动删除。但是在Windows 7中，关闭了休眠和睡眠后这个文件还是存在，通过下面方法就可以删除掉这个hiberfil.sys文件。<br />
开始-运行-输入cmd 回车-输入powercfg -h off 回车，这样就删除了hiberfil.sys文件。（建议在管理员权限下执行CMD）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/856/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP SP3过正版验证序列号KEY</title>
		<link>http://www.oswhy.com/archives/838</link>
		<comments>http://www.oswhy.com/archives/838#comments</comments>
		<pubDate>Sat, 07 Aug 2010 16:18:49 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[SP3]]></category>
		<category><![CDATA[VOL]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[正版验证]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/archives/838</guid>
		<description><![CDATA[虽然现在Windows 7是微软最新的操作系统，但是经典的Windows XP一直成为网友的最爱，相比Windows 7过正版验证，XP就稍微简单一些，不用刷BIOS到SLIC2.1即可。最安全最有效的过微软正版验证的方法还是用替换序列号的方法来实现。序列号如下： MRX3F-47B9T-2487J-KWKMF-RPWBY QC986-27D34-6M3TY-JJXP9-TBGMD CM3HY-26VYW-6JRYC-X66GX-JVY2D DP7CM-PD6MC-6BKXT-M8JJ6-RPXGJ 适用Windows XP SP3 VOL版，替换方法和工具可以参考这里：http://www.dxztc.com/thread-6454-1-1.html]]></description>
			<content:encoded><![CDATA[<p>虽然现在Windows 7是微软最新的操作系统，但是经典的Windows XP一直成为网友的最爱，相比Windows 7过正版验证，XP就稍微简单一些，不用刷BIOS到SLIC2.1即可。最安全最有效的过微软正版验证的方法还是用替换序列号的方法来实现。序列号如下：<br />
MRX3F-47B9T-2487J-KWKMF-RPWBY<br />
QC986-27D34-6M3TY-JJXP9-TBGMD<br />
CM3HY-26VYW-6JRYC-X66GX-JVY2D<br />
DP7CM-PD6MC-6BKXT-M8JJ6-RPXGJ<br />
适用Windows XP SP3 VOL版，替换方法和工具可以参考这里：<a href="http://www.dxztc.com/thread-6454-1-1.html">http://www.dxztc.com/thread-6454-1-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/838/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装Windows 7不产生100M分区的方法</title>
		<link>http://www.oswhy.com/archives/821</link>
		<comments>http://www.oswhy.com/archives/821#comments</comments>
		<pubDate>Sat, 07 Aug 2010 16:05:03 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[100M]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[分区]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=821</guid>
		<description><![CDATA[在新硬盘或者重新分区安装Windows 7系统会自动产生100M的系统保留分区，这个分区的作用就是启动引导系统，里面是启动管理（Boot Manager）代码和启动配置数据（Boot Configuration Data），类似Linux的boot分区；还有一个作用就是为BitLocker磁盘加密提供空间。不让系统产生这个100M分区的方法如下： 安装Windows 7到把Windows安装到那里的时候，按快捷键“Shift+F10”打开CMD命令行，输入diskpart，然后执行以下命令： list disk * 查看硬盘编号，大小。 select disk 0 *选择硬盘编号。 create partition primary size=20000 *创建主分区，单位MB。 format fs=ntfs quick *格式化主分区，格式为ntfs格式。 create partition extended *创建扩展分区。 exit *退出程序 关闭CMD后，刷新界面就不会产生100M分区了。这样就可以正常安装系统了。]]></description>
			<content:encoded><![CDATA[<p>在新硬盘或者重新分区安装Windows 7系统会自动产生100M的系统保留分区，这个分区的作用就是启动引导系统，里面是启动管理（Boot Manager）代码和启动配置数据（Boot Configuration Data），类似Linux的boot分区；还有一个作用就是为BitLocker磁盘加密提供空间。不让系统产生这个100M分区的方法如下：<br />
安装Windows 7到把Windows安装到那里的时候，按快捷键“Shift+F10”打开CMD命令行，输入diskpart，然后执行以下命令：<br />
list disk * 查看硬盘编号，大小。<br />
select disk 0 *选择硬盘编号。<br />
create partition primary size=20000 *创建主分区，单位MB。<br />
format fs=ntfs quick *格式化主分区，格式为ntfs格式。<br />
create partition extended *创建扩展分区。<br />
exit *退出程序<br />
关闭CMD后，刷新界面就不会产生100M分区了。这样就可以正常安装系统了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/821/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7用bcdedit添加删除XP引导的方法</title>
		<link>http://www.oswhy.com/archives/770</link>
		<comments>http://www.oswhy.com/archives/770#comments</comments>
		<pubDate>Sun, 04 Jul 2010 08:11:34 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[boot.ini]]></category>
		<category><![CDATA[NTDETECT.COM]]></category>
		<category><![CDATA[ntldr]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=770</guid>
		<description><![CDATA[原来是Windows 7系统，想再安装一个XP系统，但是引导是一定要用Windows 7的，所以在Windows 7系统引导中加入了XP的引导文件，将XP分区中的“ntldr”，“boot.ini”，“NTDETECT.COM”三个文件拷贝到Windows 7的分区中，然后CMD执行： bcdedit /create {ntldr} -d “Windows XP” bcdedit /set {ntldr} device partition=D: bcdedit /set {ntldr} path \ntldr bcdedit /displayorder {ntldr} /addlast 这样就成功在Windows 7引导中加入了XP，如果要删除XP的引导，在CMD下执行： bcdedit /delete {ntldr} /f]]></description>
			<content:encoded><![CDATA[<p>原来是Windows 7系统，想再安装一个XP系统，但是引导是一定要用Windows 7的，所以在Windows 7系统引导中加入了XP的引导文件，将XP分区中的“ntldr”，“boot.ini”，“NTDETECT.COM”三个文件拷贝到Windows 7的分区中，然后CMD执行：<br />
bcdedit /create {ntldr} -d “Windows XP”<br />
bcdedit /set {ntldr} device partition=D:<br />
bcdedit /set {ntldr} path \ntldr<br />
bcdedit /displayorder {ntldr} /addlast<br />
这样就成功在Windows 7引导中加入了XP，如果要删除XP的引导，在CMD下执行：<br />
bcdedit /delete {ntldr} /f</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/770/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7开机出现abnormal termination的解决方法</title>
		<link>http://www.oswhy.com/archives/757</link>
		<comments>http://www.oswhy.com/archives/757#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:43:36 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[abnormal termination]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[解决方法]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=757</guid>
		<description><![CDATA[Windows XP下最常用的分区软件当然是PQ了，但是PQ并不支持Windows 7系统，Windows 7下常用的分区软件为Acronis disk director suite，功能和PQ差不多，但是在调整完分区之后，重启系统在开机过程中会出现abnormal termination这行提示，有的可以进入系统，有些直接无法进入系统，分区操作也没有生效，卸载Acronis disk director suite后这行开机提示还是存在，解决方法就是修改注册表键值。方法如下： 打开注册表，找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager然后右边BootExecute的键值，双击打开后删除partnt的这行，只保留autocheck autochk *即可。重启系统后正常。]]></description>
			<content:encoded><![CDATA[<p>Windows XP下最常用的分区软件当然是PQ了，但是PQ并不支持Windows 7系统，Windows 7下常用的分区软件为Acronis disk director suite，功能和PQ差不多，但是在调整完分区之后，重启系统在开机过程中会出现abnormal termination这行提示，有的可以进入系统，有些直接无法进入系统，分区操作也没有生效，卸载Acronis disk director suite后这行开机提示还是存在，解决方法就是修改注册表键值。方法如下：<br />
打开注册表，找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager然后右边BootExecute的键值，双击打开后删除partnt的这行，只保留autocheck autochk *即可。重启系统后正常。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7显卡驱动停止响应解决方法</title>
		<link>http://www.oswhy.com/archives/743</link>
		<comments>http://www.oswhy.com/archives/743#comments</comments>
		<pubDate>Wed, 19 May 2010 08:00:35 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[停止响应]]></category>
		<category><![CDATA[显卡驱动]]></category>
		<category><![CDATA[解决方法]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=743</guid>
		<description><![CDATA[在使用Windows 7的时候，偶尔会黑屏2秒钟，然后恢复，在任务栏右下角会弹出提示，类似“显卡驱动停止响应并已成功恢复”的提示，有时候并无法恢复到正常状态，系统桌面显示画面会有轻微花屏现象，重启系统后才正常。安装的Windows 7驱动是用Windows Update自动更新安装的。这个想象在XP系统下没有，所以排除硬件问题，最后发现是显卡驱动问题，Windows Update安装的显卡驱动并不是最新的驱动，虽然通过了微软认证，但是难免存在一个BUG，解决方法最好还是到显卡厂商的官方网站下载最新的驱动安装即可。]]></description>
			<content:encoded><![CDATA[<p>在使用Windows 7的时候，偶尔会黑屏2秒钟，然后恢复，在任务栏右下角会弹出提示，类似“显卡驱动停止响应并已成功恢复”的提示，有时候并无法恢复到正常状态，系统桌面显示画面会有轻微花屏现象，重启系统后才正常。安装的Windows 7驱动是用Windows Update自动更新安装的。这个想象在XP系统下没有，所以排除硬件问题，最后发现是显卡驱动问题，Windows Update安装的显卡驱动并不是最新的驱动，虽然通过了微软认证，但是难免存在一个BUG，解决方法最好还是到显卡厂商的官方网站下载最新的驱动安装即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/743/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7配置文件SOURCES\EI.CFG解析</title>
		<link>http://www.oswhy.com/archives/732</link>
		<comments>http://www.oswhy.com/archives/732#comments</comments>
		<pubDate>Sat, 15 May 2010 13:51:48 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[EditionID]]></category>
		<category><![CDATA[EI.cfg]]></category>
		<category><![CDATA[OEM]]></category>
		<category><![CDATA[Ultimate]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=732</guid>
		<description><![CDATA[EI.CFG位于Windows 7安装光盘SOURCES目录。EI.cfg是特定于Windows安装程序的配置文件，用于确定在安装过程中应该使用哪种版本和许可证。配置文件内容如下： [EditionID] Ultimate [Channel] OEM [VL] 0 即表明当前安装源是 Ultimate 旗舰版、OEM版、非 VL 版。 [EditionID]：必须为有效的 Windows 版本 ID，且具有唯一性。留空或者填写多个，将等同于删除EI.cfg文件。在安装时会被写入注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion的EditionID之中。 [Channel]： OEM 或者 Retail [VL]：Volume License是批量许可标志。1为 (True)， 0为 (False)。 安装程序可以自动读取 EI.CFG 并判断用户购买的是什么版本，然后将其它版本的选择列表屏蔽。 EI.cfg只要内容或格式有错，安装程序都会列出所有版本的选择列表的。例如[VL]不存在或者填写上非0非1的数字，就会出现版本选择列表。]]></description>
			<content:encoded><![CDATA[<p>EI.CFG位于Windows 7安装光盘SOURCES目录。EI.cfg是特定于Windows安装程序的配置文件，用于确定在安装过程中应该使用哪种版本和许可证。配置文件内容如下：<br />
[EditionID]<br />
Ultimate<br />
[Channel]<br />
OEM<br />
[VL]<br />
0<br />
即表明当前安装源是 Ultimate 旗舰版、OEM版、非 VL 版。<br />
[EditionID]：必须为有效的 Windows 版本 ID，且具有唯一性。留空或者填写多个，将等同于删除EI.cfg文件。在安装时会被写入注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion的EditionID之中。<br />
[Channel]： OEM 或者 Retail<br />
[VL]：Volume License是批量许可标志。1为 (True)， 0为 (False)。<br />
安装程序可以自动读取 EI.CFG 并判断用户购买的是什么版本，然后将其它版本的选择列表屏蔽。<br />
EI.cfg只要内容或格式有错，安装程序都会列出所有版本的选择列表的。例如[VL]不存在或者填写上非0非1的数字，就会出现版本选择列表。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/732/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7进程audiodg.exe占CPU解析</title>
		<link>http://www.oswhy.com/archives/729</link>
		<comments>http://www.oswhy.com/archives/729#comments</comments>
		<pubDate>Tue, 11 May 2010 05:27:46 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[audiodg.exe]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[解析]]></category>
		<category><![CDATA[进程]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/archives/729</guid>
		<description><![CDATA[Windows 7进程audiodg.exe文件路径C:\Windows\System32\audiodg.exe。它是Windows音频设备管理程序，这个进程在Windows 7下可以对扬声器音质进行大幅度的提升，具体设置如下：点击声音，进入播放，右键扬声器属性，选择增强功能，内有三项设置：低音管理、虚拟环绕、房间修正、响度均衡，可以根据需要选择适合你的选项，更改后audiodg.exe会比平时占用更多CPU，但是音质也会得到提升。]]></description>
			<content:encoded><![CDATA[<p>Windows 7进程audiodg.exe文件路径C:\Windows\System32\audiodg.exe。它是Windows音频设备管理程序，这个进程在Windows 7下可以对扬声器音质进行大幅度的提升，具体设置如下：点击声音，进入播放，右键扬声器属性，选择增强功能，内有三项设置：低音管理、虚拟环绕、房间修正、响度均衡，可以根据需要选择适合你的选项，更改后audiodg.exe会比平时占用更多CPU，但是音质也会得到提升。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/729/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7更换序列号和导入OEM证书的方法</title>
		<link>http://www.oswhy.com/archives/727</link>
		<comments>http://www.oswhy.com/archives/727#comments</comments>
		<pubDate>Thu, 06 May 2010 13:27:15 +0000</pubDate>
		<dc:creator>好好</dc:creator>
				<category><![CDATA[系统技术]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[OEM]]></category>
		<category><![CDATA[slmgr.vbs]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XRM-MS]]></category>
		<category><![CDATA[序列号]]></category>
		<category><![CDATA[证书]]></category>

		<guid isPermaLink="false">http://www.oswhy.com/?p=727</guid>
		<description><![CDATA[Windows 7导入OEM版本序列号的方法，在CMD下执行下面命令： slmgr.vbs -ipk 22TKD-F8XX6-YG69F-9M66D-PMJBM （自己需要更换的序列号） Windows 7导入各OEM品牌证书文件的方法，在CMD下执行下面命令： slmgr.vbs -ilc d:\***.XRM-MS （***.XRM-MS即为相应OEM品牌的证书） 惠普，联想，戴尔Windows 7 OEM KEY+证书下载 http://bbs.dxztc.com/thread-9773-1-1.html]]></description>
			<content:encoded><![CDATA[<p>Windows 7导入OEM版本序列号的方法，在CMD下执行下面命令：<br />
slmgr.vbs -ipk 22TKD-F8XX6-YG69F-9M66D-PMJBM （自己需要更换的序列号）<br />
Windows 7导入各OEM品牌证书文件的方法，在CMD下执行下面命令：<br />
slmgr.vbs -ilc d:\***.XRM-MS<br />
（***.XRM-MS即为相应OEM品牌的证书）</p>
<p>惠普，联想，戴尔Windows 7 OEM KEY+证书下载<br />
<a href="http://bbs.dxztc.com/thread-9773-1-1.html">http://bbs.dxztc.com/thread-9773-1-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.oswhy.com/archives/727/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

