<?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; IE8</title>
	<atom:link href="http://cnzhx.net/blog/tag/ie8/feed/" rel="self" type="application/rss+xml" />
	<link>http://cnzhx.net</link>
	<description>Just notes about something I&#039;m interested in</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:52:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>修改注册表手动将Google添加为IE的默认搜索提供商</title>
		<link>http://cnzhx.net/blog/articles/add-google-search-to-ie-default-by-registry/</link>
		<comments>http://cnzhx.net/blog/articles/add-google-search-to-ie-default-by-registry/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 12:16:31 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">http://cnzhx.net/?p=1989</guid>
		<description><![CDATA[有时候IE浏览器的默认搜索提供商Google会莫名其妙的被替换成百度，这人很恼火。并且尝试通过正常的添加途径将它添加回去都不成，所以干脆就修改注册表来实现这一目的了。]]></description>
			<content:encoded><![CDATA[<p>有时候IE浏览器的默认搜索提供商Google会莫名其妙的被替换成百度，这人很恼火。并且尝试通过正常的添加途径将它添加回去都不成，所以干脆就修改注册表来实现这一目的了。</p>
<p><span id="more-1989"></span>正常的方法当然是用IE搜索框旁边那个向下的小箭头里的“<strong>查找更多提供程序&#8230;</strong>”来打开IE的官方页面“<a title="IE加载资源库，中文" href="http://www.ieaddons.com/cn/searchproviders"><strong>加载项资源库</strong></a>”来添加了。可恨的是该中文官方页面上居然什么乱七八糟的提供程序都有唯独没有Google的。所以就费事点吧：</p>
<ol>
<li>打开IE浏览器，找到右上角的那个搜索框，单击放大镜旁边那个向下的小箭头里的“<strong>查找更多提供程序&#8230;</strong>”，可以打开IE的官方页面“<a title="IE加载资源库，中文" href="http://www.ieaddons.com/cn/searchproviders"><strong>加载项资源库</strong></a>”；</li>
<li>不幸的是在这个页面你使劲儿往下翻也找不到Goolge，所以还是在上面“加载项语言”那里选择第一个“English”打开英文页面吧，好在虽然加载项语言变成英文了，但是页面还是中文页面（佩服微软一下:-)），往下翻，找到“<a id="ctl00_Main_GalleryList_ctl00_ResourceThumbnailItem_ItemTitleLink" href="http://www.ieaddons.com/cn/Details.aspx?Id=813">Google Search Suggestions</a>”，单击图标旁边的“添加到Internet Explorer”即可进行安装。</li>
</ol>
<p>但是这样并不凑效，居然改不过来。所以就在注册表里翻来翻去，找到了Google搜索的注册表项，仿照默认搜索的样子写了个注册表导入文件，如下。</p>
<p>At last, I have to manually add Google search provider by editing the windows registry. Here is the way, in case someone need it.</p>
<p>复制并粘贴下面的文本到记事本中，保存为 <strong>google.reg</strong> ，然后双击该文件。有提示的话单击确定：</p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]<br />
&#8220;DefaultScope&#8221;=&#8221;Google&#8221;<br />
&#8220;UpgradeTime&#8221;=hex:60,f3,af,58,06,48,ca,01<br />
&#8220;ShowSearchSuggestionsGlobal&#8221;=dword:00000001<br />
&#8220;DisplayQuickPick&#8221;=dword:00000001<br />
&#8220;DownloadUpdates&#8221;=dword:00000001<br />
&#8220;Version&#8221;=dword:00000002</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]<br />
&#8220;DisplayName&#8221;=&#8221;Google Search&#8221;<br />
&#8220;SortIndex&#8221;=dword:00000001<br />
&#8220;URL&#8221;=&#8221;http://www.google.com/search?hl=en&amp;source=hp&amp;q={searchTerms}&amp;aq=f&amp;oq=&amp;aqi=&#8221;<br />
&#8220;Codepage&#8221;=dword:0000fde9<br />
&#8220;SuggestionsURLFallback&#8221;=<br />
&#8220;FaviconURLFallback&#8221;=&#8221;http://www.google.com/favicon.ico&#8221;<br />
&#8220;FaviconPath&#8221;=</p></blockquote>
<p>如果你嫌麻烦，这里有个编辑好的文件，下载后双击导入注册表即可：</p>
<p><a title="将Google搜索添加为默认搜索提供商的注册表文件" href="http://cnzhx.net/wp-content/uploads/2009/10/add-google-search-provider-as-default-one.reg">将 google 添加为默认搜索提供商的注册表文件</a></p>
<p>但是这种方法<strong>不能启用搜索提示功能</strong>，不知道为什么。有人知道的话麻烦知会一声，先谢了！</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/add-google-search-to-ie-default-by-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>图文详解通过IE8下载保存优酷网/土豆网视频的方法</title>
		<link>http://cnzhx.net/blog/articles/get-and-save-the-video-from-tudou-and-youku/</link>
		<comments>http://cnzhx.net/blog/articles/get-and-save-the-video-from-tudou-and-youku/#comments</comments>
		<pubDate>Sun, 23 May 2010 14:54:23 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://cnzhx.net/blog/?p=1811</guid>
		<description><![CDATA[之前写了一篇关于从IE6 中下载保存优酷网/土豆网视频的文章，可随着计算机技术的发展，大家已经渐渐抛弃 Windows XP 和 Internet Explorer 6 而改用 Windows 7 和Internet Explorer 8 了。今天就再写一篇文章，通过图示详细说明一下在 Windows 7 系统中使用 IE8 下载保存土豆网视频的方法。当然，这样的方法也可以用于其它的Flash视频网站，如优酷网、六间房、56、YouTube等。]]></description>
			<content:encoded><![CDATA[<p>之前写了一篇<a href="http://cnzhx.net/blog/articles/download-videos-from-tudou-youkuetc/">关于从IE6 中下载保存优酷网/土豆网视频的文章</a>，可随着计算机技术的发展，大家已经渐渐抛弃 Windows XP 和 Internet Explorer 6 而改用 Windows 7 和Internet Explorer 8 了。今天就再写一篇文章，通过图示详细说明一下在 Windows 7 系统中使用 IE8 下载保存土豆网视频的方法。当然，这样的方法也可以用于其它的Flash视频网站，如优酷网、六间房、56、YouTube等。</p>
<p><span id="more-1811"></span>下面就以土豆网上一个较新的视频为例说明保存视频的方法和步骤。</p>
<p>1、首先打开要下载的视频，任其播放到结束。结束之后我们才能得到完整的文件。</p>
<p>2、然后依次点击IE8浏览器的菜单（如果没看到这个菜单就按一下键盘上的&#8221;<strong>Alt</strong>&#8220;键）上的“<strong>工具——Internet选项</strong>”，打开Internet选项对话框，如图1、图2。并且单击图2中红框处的“<strong>设置</strong>”，打开如图3所示的“Internet临时文件和历史记录设置”界面。</p>
<p>或者，你也可以直接使用快捷键：<strong>按着Alt，再按 O，再按 O，再按S</strong> 来直接打开如图3所示的“Internet临时文件和历史记录设置”界面。（一直<strong>按着Alt不放</strong>）（是<strong>字母O</strong>而不是数字0）</p>
<p style="text-align: center;">
<div id="attachment_1812" class="wp-caption aligncenter" style="width: 484px"><a href="http://cnzhx.net/wp-content/uploads/2010/05/tudou_1.png"><img class="size-full wp-image-1812 " title="Internet option of IE8" src="http://cnzhx.net/wp-content/uploads/2010/05/tudou_1.png" alt="" width="474" height="508" /></a><p class="wp-caption-text">图1 打开IE8的Internet选项卡</p></div>
<div id="attachment_1813" class="wp-caption aligncenter" style="width: 428px"><a href="http://cnzhx.net/wp-content/uploads/2010/05/2_Internet_Option.png"><img class="size-full wp-image-1813" title="2_Internet_Option" src="http://cnzhx.net/wp-content/uploads/2010/05/2_Internet_Option.png" alt="" width="418" height="495" /></a><p class="wp-caption-text">图2 Internet 选项（IE8）</p></div>
<div id="attachment_1814" class="wp-caption aligncenter" style="width: 381px"><a href="http://cnzhx.net/wp-content/uploads/2010/05/3_Internet_Option_Settings.png"><img class="size-full wp-image-1814" title="3_Internet_Option_Settings" src="http://cnzhx.net/wp-content/uploads/2010/05/3_Internet_Option_Settings.png" alt="" width="371" height="439" /></a><p class="wp-caption-text">图3 Internet临时文件和历史记录设置</p></div>
<p>3、在上图3所示的界面上单击“<strong>查看文件</strong>”，可以打开Internet临时文件夹，如图4所示。</p>
<p>如果你看到的界面跟图中不一样，可以单击图中红框1处的小三角并选择“<strong>详细信息</strong>”来将视图调整为图示的样子。</p>
<p>然后单击红框2处的“<strong>上次访问时间</strong>”让最新访问的文件排在最上面。</p>
<p>接着就可以根据红框3处显示的<strong>文件类型图标</strong>，或者是红框4处的<strong>文件类型</strong>和大小来找到我们刚才看完的那个视频的临时文件，图4中红线上方的那个。根据视频时间1分多钟可以判断大致文件大小就是两三MB。将找到的这个文件复制到别的地方就可以了，这就是我们要下载的那个视频。</p>
<p style="text-align: center;">
<div id="attachment_1815" class="wp-caption aligncenter" style="width: 531px"><a href="http://cnzhx.net/wp-content/uploads/2010/05/4_Temporary_Internet_Files.png"><img class="size-full wp-image-1815 " title="4_Temporary_Internet_Files" src="http://cnzhx.net/wp-content/uploads/2010/05/4_Temporary_Internet_Files.png" alt="" width="521" height="243" /></a><p class="wp-caption-text">图4 Windows 7 中的Internet临时文件夹</p></div>
<p>现在是个多媒体的时代，很多地方可能会用到这样一些视频，了解一下这样的保存方法还是很有用的。</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/get-and-save-the-video-from-tudou-and-youku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>浦发银行网银IE8安全控件会导致SEP 11.0.5002.333的smc.exe进程出现内存占用问题</title>
		<link>http://cnzhx.net/blog/articles/spdbank-net-bank-ie8-security-controls-lead-to-ram-problem-of-smc-exe-process-of-sep-11-0-5002-333/</link>
		<comments>http://cnzhx.net/blog/articles/spdbank-net-bank-ie8-security-controls-lead-to-ram-problem-of-smc-exe-process-of-sep-11-0-5002-333/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 02:11:53 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[安全]]></category>
		<category><![CDATA[网上银行]]></category>
		<guid isPermaLink="false">http://cnzhx.net/blog/?p=931</guid>
		<description><![CDATA[上海浦东发展银行的网上银行几周前更新了用于IE的安全控件，避免用户在输入网上银行登录密码的时候被间谍软件记录。但是昨天我发现这个控件会导致 Symantec Endpoint Protection 11.0.5002.333的smc.exe进程瞬间占用大量内存（超过1G），同时导致系统反应变慢。]]></description>
			<content:encoded><![CDATA[<p>上海浦东发展银行的网上银行几周前更新了用于IE的安全控件，避免用户在输入网上银行登录密码的时候被间谍软件记录。但是昨天我发现这个控件会导致Symantec Endpoint Protection 11.0.5002.333的smc.exe进程瞬间占用大量内存（超过1G），同时导致系统反应变慢。</p>
<p><span id="more-931"></span>我是在Windows 7，IE8环境下发现这个问题的。系统因为smc.exe要占用大量内存而不得不进行虚拟内存调配，导致此时系统对硬盘的疯狂读写，使得系统几乎停止响应。不过勉强还是可以登录网上银行并安全使用的。</p>
<p>另外，如果使用Firefox浏览器（我的是3.5.6版本）则可以避免出现这个问题。估计是因为Firefox浏览器没有用到这个专门为Internet Explore设计的安全控件。</p>
<p>不知道这样的问题该找谁，浦发银行还是Symantec公司？先记录下来，暂时用Firefox就行了。</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/spdbank-net-bank-ie8-security-controls-lead-to-ram-problem-of-smc-exe-process-of-sep-11-0-5002-333/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7和IE8下使用交通银行网银</title>
		<link>http://cnzhx.net/blog/articles/windows-7-and-ie8-bank-of-communication/</link>
		<comments>http://cnzhx.net/blog/articles/windows-7-and-ie8-bank-of-communication/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:48:42 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[互联网]]></category>
		<category><![CDATA[社会人生]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[网上银行]]></category>
		<guid isPermaLink="false">http://cnzhx.net/blog/?p=715</guid>
		<description><![CDATA[网上银行要求很高的安全性，这是对的，不过很多银行使用复杂的登录机制来代替安全性，这样就不太好了。复杂就安全了吗？恐怕未必。使用者因为复杂而感到困惑才是真的。在Windows 7和IE8下使用交通银行网上银行的“代理缴费”服务时就会碰到很麻烦的问题。下面根据我的经验说明一下解决方法，供大家参考。]]></description>
			<content:encoded><![CDATA[<p>网上银行要求很高的安全性，这是对的，不过很多银行使用复杂的登录机制来代替安全性，这样就不太好了。复杂就安全了吗？恐怕未必。使用者因为复杂而感到困惑才是真的。在Windows 7和IE8下使用交通银行网上银行的“代理缴费”服务时就会碰到很麻烦的问题。下面根据我的经验说明一下<strong>交通银行网上银行代理缴费安全控件安装问题的解决方法</strong>，供大家参考。</p>
<p><span id="more-715"></span>交通银行的新版个人网上银行在使用中就有这样的问题。登录的时候要安装控件，而且是好几个控件，这也就算了，登录进去之后在使用“代理缴费”功能的时候还被要求安装控件，并且这个控件是没有签名的，也就是说微软的Windows和IE都默认为这样的控件是不安全的所以默认不让你安装。使用网银的并不都懂计算机，交行这不是给用户找麻烦吗？</p>
<p>不过这个问题处理起来也简单：</p>
<p>1、先将交通银行网上银行加入到受信任站点列表。在Windows 7中，依次打开<em>开始</em>——〉<em>控制面板</em>——〉<em>网络和Internet</em>——〉<em>Internet选项</em><br />
2、在弹出的对话框中选择“<em>安全</em>”选项卡，然后单击“<em>可信站点</em>”，如图1。</p>
<div id="attachment_717" class="wp-caption aligncenter" style="width: 264px"><a href="http://cnzhx.net/wp-content/uploads/2009/11/TrustedSite1.png"><img class="size-medium wp-image-717 " title="TrustedSite" src="http://cnzhx.net/wp-content/uploads/2009/11/TrustedSite1-254x300.png" alt="图1 将交通银行个人网银加入受信任站点列表" width="254" height="300" /></a><p class="wp-caption-text">图1 将交通银行个人网银加入信任站点列表</p></div>
<p>3、单击“信任站点”，将交通银行个人网银的网址输入，并单击“<em>添加</em>”，如图2。</p>
<div id="attachment_718" class="wp-caption aligncenter" style="width: 310px"><a href="http://cnzhx.net/wp-content/uploads/2009/11/TrustedSite2.png"><img class="size-medium wp-image-718" title="TrustedSite2" src="http://cnzhx.net/wp-content/uploads/2009/11/TrustedSite2-300x247.png" alt="图2 加入信任地址，注意前面的https://" width="300" height="247" /></a><p class="wp-caption-text">图2 加入信任地址，注意前面的https://</p></div>
<p>4、将“启用保护模式”前面的选择框里的勾去掉，然后单击“<em>自定义级别</em>”，如图3，将“<em>下载未签名的ActiveX控件</em>”下面的“<em>提示</em>”前面的圆圈选中。然后确定，再确定。</p>
<div id="attachment_719" class="wp-caption aligncenter" style="width: 294px"><a href="http://cnzhx.net/wp-content/uploads/2009/11/UnsignedActiveX.png"><img class="size-medium wp-image-719" title="UnsignedActiveX" src="http://cnzhx.net/wp-content/uploads/2009/11/UnsignedActiveX-284x300.png" alt="图3 更改信任站点的安全级别，启用未签名的ActiveX控件" width="284" height="300" /></a><p class="wp-caption-text">图3 更改信任站点安全级别，启用未签名的ActiveX控件</p></div>
<p>5、关闭IE8然后重新打开，登录交行网银，单击“代理缴费”，在弹出安装提示的时候安装它，这样就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/windows-7-and-ie8-bank-of-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>鲁大师会偷偷更改Internet Explorer 8的搜索程序</title>
		<link>http://cnzhx.net/blog/articles/ludashi-changes-search-provider-of-internet-explorer-8/</link>
		<comments>http://cnzhx.net/blog/articles/ludashi-changes-search-provider-of-internet-explorer-8/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 09:50:04 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[流氓软件]]></category>
		<guid isPermaLink="false">http://cnzhx.net/blog/?p=555</guid>
		<description><![CDATA[打着“开启鲁大师，让自己电脑稳定工作在最佳状态”口号的鲁大师系统优化软件，本来是为了替代“优化大师”而生，却抛弃了优化大师本来的清纯，开始在用户的系统中偷偷做手脚了。我认为，由此可以将它判为流氓软件。]]></description>
			<content:encoded><![CDATA[<p>打着“开启鲁大师，让自己电脑稳定工作在最佳状态”口号的鲁大师系统优化软件，本来是为了替代“优化大师”而生，却抛弃了优化大师本来的清纯，开始在用户的系统中偷偷做手脚了。我认为，由此可以将它判为流氓软件。</p>
<p><span id="more-555"></span>我喜欢用Google搜索，并将它设为了IE8和Firefox的默认搜索程序。前些天突然发现IE8的搜索栏返回的搜索结果总是打不开网页，并不知道为什么打不开。显示的还是Google的搜索图标，打不开的搜索页面的地址开头却是“&#8230;lianmeng&#8230;”折腾了好半天，最后只好通过<a title="通过修改注册表手动添加搜索提供商" href="http://cnzhx.net/blog/articles/manually-add-search-provider-by-editing-the-registry/">直接修改注册表将Google搜索恢复</a>。</p>
<p>昨天用了一下鲁大师来清理注册表，之后IE的搜索栏又变回到打不开的状态，才发现罪魁祸首就是它。它甚至让我无法从IE官网直接添加搜索程序到IE。</p>
<p>我一直使用优化大师作为清理系统注册表的帮手，前些天经不住它的提示的诱惑，更新到了鲁大师，却没想到鲁大师原来是个流氓软件。</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/ludashi-changes-search-provider-of-internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually add google search provider as default one through registry</title>
		<link>http://cnzhx.net/blog/articles/manually-add-search-provider-by-editing-the-registry/</link>
		<comments>http://cnzhx.net/blog/articles/manually-add-search-provider-by-editing-the-registry/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:49:00 +0000</pubDate>
		<dc:creator>lonelicloud</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 7]]></category>
		<guid isPermaLink="false">http://cnzhx.net/blog/?p=493</guid>
		<description><![CDATA[For an unknown reason, the default search provider Google of my Internet Explorer 8 on Windows XP had been tampered. At last, I have to manually add Google search provider by editing the windows registry. Here is the way, in case someone need it.]]></description>
			<content:encoded><![CDATA[<p>For an unknown reason, the default search provider Google of my Internet Explorer 8 on Windows XP had been tampered. I tried the following ways to recovery it but in vain:</p>
<ol>
<li>tried to <em>Find More Providers&#8230;</em> through <a href="http://www.ieaddons.com/cn/searchproviders" target="_blank">http://www.ieaddons.com/cn/searchproviders</a> and clicked on the <em>Add to Internet Explorer </em>button;</li>
<li>also tried to follow the instruction at the bottom of  the above-mentioned <strong></strong> web page<em> <a title="Create your own Search Provider" href="http://www.ieaddons.com/CreateSearch.aspx">Create your  own Search Provider</a>;</em></li>
<li><em>Reset Internet Explorer Settings </em>on Internet Explorer &#8211;&gt; Tools &#8211;&gt;Internet Options &#8211;&gt; Advanced.</li>
</ol>
<p>At last, I have to manually add Google search provider by editing the windows registry. Here is the way, in case someone need it. <span id="more-493"></span>Copy the following text and paste to a new <em>Text Document</em>, then save as <strong>google.reg</strong> and double click to run it.</p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]<br />
&#8220;DefaultScope&#8221;=&#8221;Google&#8221;<br />
&#8220;UpgradeTime&#8221;=hex:60,f3,af,58,06,48,ca,01<br />
&#8220;ShowSearchSuggestionsGlobal&#8221;=dword:00000001<br />
&#8220;DisplayQuickPick&#8221;=dword:00000001<br />
&#8220;DownloadUpdates&#8221;=dword:00000001<br />
&#8220;Version&#8221;=dword:00000002</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Google]<br />
&#8220;DisplayName&#8221;=&#8221;Google Search&#8221;<br />
&#8220;SortIndex&#8221;=dword:00000001<br />
&#8220;URL&#8221;=&#8221;http://www.google.com/search?hl=en&amp;source=hp&amp;q={searchTerms}&amp;aq=f&amp;oq=&amp;aqi=&#8221;<br />
&#8220;Codepage&#8221;=dword:0000fde9<br />
&#8220;SuggestionsURLFallback&#8221;=<br />
&#8220;FaviconURLFallback&#8221;=&#8221;http://www.google.com/favicon.ico&#8221;<br />
&#8220;FaviconPath&#8221;=</p></blockquote>
<p>Or you can just download the following file and double click to run it:</p>
<p><a title="add google search provider as default one" href="http://cnzhx.net/wp-content/uploads/2009/10/add-google-search-provider-as-default-one.reg">add google search provider as default one</a></p>
<p>But the <strong>deficiency</strong> is it can&#8217;t enable the <em>Search Suggestions</em> function. It&#8217;s nice of you to add a supplementary.</p>
]]></content:encoded>
			<wfw:commentRss>http://cnzhx.net/blog/articles/manually-add-search-provider-by-editing-the-registry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
