<?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>IT狂人的博客 &#187; Windows 7</title>
	<atom:link href="http://www.yinzhili.com/tag/windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yinzhili.com</link>
	<description>世界上有10种人:一种是懂二进制的，另一种是不懂的。</description>
	<lastBuildDate>Tue, 20 Dec 2011 04:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>为右键菜单增加“以管理员身份运行命令提示符”</title>
		<link>http://www.yinzhili.com/2011/07/add-run-cmd-as-administrator-in-context-menu.html</link>
		<comments>http://www.yinzhili.com/2011/07/add-run-cmd-as-administrator-in-context-menu.html#comments</comments>
		<pubDate>Fri, 15 Jul 2011 02:24:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[命令提示符]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=414</guid>
		<description><![CDATA[说明： 此方法适用于Windows 7。有时候需要以管理员身份运行命令提示符，而要在开始菜单里打开有些麻烦，因此就有了这么个方法，非常方便。

编辑以下内容：

<pre lang="C">
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Dire[......]</pre><p class='read-more'><a href='http://www.yinzhili.com/2011/07/add-run-cmd-as-administrator-in-context-menu.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>说明： 此方法适用于Windows 7。有时候需要以管理员身份运行命令提示符，而要在开始菜单里打开有些麻烦，因此就有了这么个方法，非常方便。</p>
<p>编辑以下内容：</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">Windows Registry Editor Version <span style="color:#800080;">5.00</span>
&nbsp;
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\Directory\shell\runas<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;在此处以管理员身份运行命令提示符&quot;</span>
<span style="color: #ff0000;">&quot;NoWorkingDirectory&quot;</span><span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;&quot;</span>
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\Directory\shell\runas\command<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;cmd.exe /k <span style="color: #000099; font-weight: bold;">\&quot;</span>pushd %L &amp;&amp; title 命令提示符<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span>
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\Drive\shell\runas<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;在此处以管理员身份运行命令提示符&quot;</span>
<span style="color: #ff0000;">&quot;NoWorkingDirectory&quot;</span><span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;&quot;</span>
<span style="color: #009900;">&#91;</span>HKEY_CLASSES_ROOT\Drive\shell\runas\command<span style="color: #009900;">&#93;</span>
@<span style="color: #339933;">=</span><span style="color: #ff0000;">&quot;cmd.exe /k <span style="color: #000099; font-weight: bold;">\&quot;</span>pushd %L &amp;&amp; title 命令提示符<span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span></pre></div></div>

<p>将这些注册表内容保存为*.reg然后双击导入即可。[......]
<p class='read-more'><a href='http://www.yinzhili.com/2011/07/add-run-cmd-as-administrator-in-context-menu.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2011/07/add-run-cmd-as-administrator-in-context-menu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升级到Windows 7 Ultimate</title>
		<link>http://www.yinzhili.com/2009/09/upgrade-to-windows-7-ultimate.html</link>
		<comments>http://www.yinzhili.com/2009/09/upgrade-to-windows-7-ultimate.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 02:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[RC410]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.yinzhili.com/?p=89</guid>
		<description><![CDATA[昨天闲着无聊，下载了Windows 7 Ultimate的镜像文件，原本是打算今后买了新电脑再安装的。但是突然想起来我现在这台式机也曾安装过Win7的测试版，感觉还行，就是驱动不好找，运行倒是很流畅。我就想试试看正式版的Win7是不是会自带大部分的驱动，对旧硬件的识别是否有所改进，但结果是很伤心的。[......]<p class='read-more'><a href='http://www.yinzhili.com/2009/09/upgrade-to-windows-7-ultimate.html'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>昨天闲着无聊，下载了Windows 7 Ultimate的镜像文件，原本是打算今后买了新电脑再安装的。但是突然想起来我现在这台式机也曾安装过Win7的测试版，感觉还行，就是驱动不好找，运行倒是很流畅。我就想试试看正式版的Win7是不是会自带大部分的驱动，对旧硬件的识别是否有所改进，但结果是很伤心的。[......]
<p class='read-more'><a href='http://www.yinzhili.com/2009/09/upgrade-to-windows-7-ultimate.html'>继续阅读</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinzhili.com/2009/09/upgrade-to-windows-7-ultimate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

