<?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</title>
	<atom:link href="http://liujia.anqun.cn/index.php/archives/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://liujia.anqun.cn</link>
	<description>主机、网站、广告于生活中</description>
	<lastBuildDate>Sun, 08 Jan 2012 17:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>桌面图标被隐藏了吗 &#8211; HideIcons</title>
		<link>http://liujia.anqun.cn/index.php/archives/169</link>
		<comments>http://liujia.anqun.cn/index.php/archives/169#comments</comments>
		<pubDate>Mon, 25 Oct 2010 01:09:23 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[桌面图标]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/169</guid>
		<description><![CDATA[正常的： 
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
&#8220;HideIcons&#8221;=dword:00000000
]]></description>
			<content:encoded><![CDATA[<p>正常的： </p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]</p>
<p>&#8220;HideIcons&#8221;=dword:00000000</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.net 2.0的时间设置 &#8211; Web.config</title>
		<link>http://liujia.anqun.cn/index.php/archives/164</link>
		<comments>http://liujia.anqun.cn/index.php/archives/164#comments</comments>
		<pubDate>Thu, 14 Oct 2010 13:29:15 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/164</guid>
		<description><![CDATA[
globalization culture="zh-CN" uiCulture="zh-CN" /

- 用于强制设置中式时间显示方式。
]]></description>
			<content:encoded><![CDATA[<p><code><br />
globalization culture="zh-CN" uiCulture="zh-CN" /<br />
</code></p>
<p>- 用于强制设置中式时间显示方式。</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>命令行 &#8211; Windows防火墙放行3389的端口</title>
		<link>http://liujia.anqun.cn/index.php/archives/151</link>
		<comments>http://liujia.anqun.cn/index.php/archives/151#comments</comments>
		<pubDate>Tue, 13 Jul 2010 00:22:06 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/151</guid>
		<description><![CDATA[用Netsh命令，设置Windows防火墙例外的端口，如：
1. netsh firewall set opmode enable
2. netsh firewall add portopening TCP 3389 RDP enable any
参考： http://www.windowsnetworking.com/articles_tutorials/Using-Netsh-Windows-Firewall.html
]]></description>
			<content:encoded><![CDATA[<p>用Netsh命令，设置Windows防火墙例外的端口，如：</p>
<p>1. netsh firewall set opmode enable<br />
2. netsh firewall add portopening TCP 3389 RDP enable any</p>
<p>参考： http://www.windowsnetworking.com/articles_tutorials/Using-Netsh-Windows-Firewall.html</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2000 SP4 的下载地址</title>
		<link>http://liujia.anqun.cn/index.php/archives/150</link>
		<comments>http://liujia.anqun.cn/index.php/archives/150#comments</comments>
		<pubDate>Mon, 12 Jul 2010 13:13:37 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/150</guid>
		<description><![CDATA[http://download.microsoft.com/download/9/b/f/9bff6646-2cdb-4069-ada0-548be9cb9338/SQL2000-KB884525-SP4-x86-CHS.EXE
用wget方便了吧？
]]></description>
			<content:encoded><![CDATA[<p>http://download.microsoft.com/download/9/b/f/9bff6646-2cdb-4069-ada0-548be9cb9338/SQL2000-KB884525-SP4-x86-CHS.EXE</p>
<p>用wget方便了吧？</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>设置asp的上传文件大小</title>
		<link>http://liujia.anqun.cn/index.php/archives/149</link>
		<comments>http://liujia.anqun.cn/index.php/archives/149#comments</comments>
		<pubDate>Sun, 11 Jul 2010 14:29:37 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[asp上传大小]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/149</guid>
		<description><![CDATA[问：如果默认限制的200K不够用，怎么办？
答：参考这里的命令用法——
cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 10485760
cscript adsutil.vbs get w3svc/AspMaxRequestEntityAllowed
http://www.banmanpro.com/support2/File_Upload_limits.asp
]]></description>
			<content:encoded><![CDATA[<p>问：如果默认限制的200K不够用，怎么办？</p>
<p>答：参考这里的命令用法——</p>
<p>cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 10485760<br />
cscript adsutil.vbs get w3svc/AspMaxRequestEntityAllowed</p>
<p>http://www.banmanpro.com/support2/File_Upload_limits.asp</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>命令行启动Windows防火墙配置窗口</title>
		<link>http://liujia.anqun.cn/index.php/archives/147</link>
		<comments>http://liujia.anqun.cn/index.php/archives/147#comments</comments>
		<pubDate>Sun, 04 Jul 2010 02:29:47 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/147</guid>
		<description><![CDATA[RunDll32.exe shell32.dll,Control_RunDLL firewall.cpl
]]></description>
			<content:encoded><![CDATA[<p>RunDll32.exe shell32.dll,Control_RunDLL firewall.cpl</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/147/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>不能打开添加删除程序面板 &#8211; appwiz.cpl</title>
		<link>http://liujia.anqun.cn/index.php/archives/123</link>
		<comments>http://liujia.anqun.cn/index.php/archives/123#comments</comments>
		<pubDate>Sun, 02 May 2010 01:58:02 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[appwiz.cpl]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[控制面板]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/123</guid>
		<description><![CDATA[问：打不开添加删除程序面板，怎么办？
答：运行 &#8211; appwiz.cpl
]]></description>
			<content:encoded><![CDATA[<p>问：打不开添加删除程序面板，怎么办？</p>
<p>答：运行 &#8211; appwiz.cpl</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Either_BOF_or_EOF_is_True__or_the_current_record_has_been_deleted._Requested_operation_requires_a_current_record 出错</title>
		<link>http://liujia.anqun.cn/index.php/archives/119</link>
		<comments>http://liujia.anqun.cn/index.php/archives/119#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:48:15 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Either_BOF_or_EOF_is_True]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/119</guid>
		<description><![CDATA[感谢：蓝灵
问：网站报错 &#8211; Either_BOF_or_EOF_is_True__or_the_current_record_has_been_deleted._Requested_operation_requires_a_current_record
答：请填充数据库的内容
]]></description>
			<content:encoded><![CDATA[<p>感谢：蓝灵</p>
<p>问：网站报错 &#8211; Either_BOF_or_EOF_is_True__or_the_current_record_has_been_deleted._Requested_operation_requires_a_current_record</p>
<p>答：请填充数据库的内容</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk的SQL Server数据库管理地址 &#8211; mylittleadmin</title>
		<link>http://liujia.anqun.cn/index.php/archives/115</link>
		<comments>http://liujia.anqun.cn/index.php/archives/115#comments</comments>
		<pubDate>Tue, 27 Apr 2010 01:18:45 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mylittleadmin]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/115</guid>
		<description><![CDATA[感谢：蓝灵
问：Plesk的SQL Server数据库管理地址在哪里？
答：http://mssql.您的域名/mla2005/silentlogon.aspx
]]></description>
			<content:encoded><![CDATA[<p>感谢：蓝灵</p>
<p>问：Plesk的SQL Server数据库管理地址在哪里？</p>
<p>答：http://mssql.您的域名/mla2005/silentlogon.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/115/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACHG.AS_复制出错 &#8211; 不能重装IIS</title>
		<link>http://liujia.anqun.cn/index.php/archives/113</link>
		<comments>http://liujia.anqun.cn/index.php/archives/113#comments</comments>
		<pubDate>Sun, 18 Apr 2010 07:47:19 +0000</pubDate>
		<dc:creator>LiuJia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ACHG.AS_]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://liujia.anqun.cn/index.php/archives/113</guid>
		<description><![CDATA[问：提示ACHG.AS_复制出错，重装不了IIS？
答：找到相应的进程，释放
]]></description>
			<content:encoded><![CDATA[<p>问：提示ACHG.AS_复制出错，重装不了IIS？</p>
<p>答：找到相应的进程，释放</p>
]]></content:encoded>
			<wfw:commentRss>http://liujia.anqun.cn/index.php/archives/113/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

