<?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; win7</title>
	<atom:link href="http://nneedd.com/tag/win7/feed" rel="self" type="application/rss+xml" />
	<link>http://nneedd.com</link>
	<description>无乃尔是过与</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>获得WIN7所有文件夹权限</title>
		<link>http://nneedd.com/569</link>
		<comments>http://nneedd.com/569#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:57:11 +0000</pubDate>
		<dc:creator>漩渦 眸</dc:creator>
				<category><![CDATA[彪悍日志不分类]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://nneedd.com/?p=569</guid>
		<description><![CDATA[好长时间不写how to……的日志了，言归正传。 win7中有很多带锁的文件夹，即使用管理员账户登入也打不开，比如file:///C:/Documents and Settings/ 首先：注册表导入如下内容： Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\runas] @=&#8221;管理员取得所有权&#8221; &#8220;NoWorkingDirectory&#8221;=&#8221;" [HKEY_CLASSES_ROOT\*\shell\runas\command] @=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &#38;&#38; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221; &#8220;IsolatedCommand&#8221;=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &#38;&#38; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221; [HKEY_CLASSES_ROOT\exefile\shell\runas2] @=&#8221;管理员取得所有权&#8221; &#8220;NoWorkingDirectory&#8221;=&#8221;" [HKEY_CLASSES_ROOT\exefile\shell\runas2\command] @=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &#38;&#38; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221; &#8220;IsolatedCommand&#8221;=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &#38;&#38; [...]]]></description>
			<content:encoded><![CDATA[<p>好长时间不写how to……的日志了，言归正传。</p>
<p>win7中有很多带锁的文件夹，即使用管理员账户登入也打不开，比如<a href="file:///C:/Documents%20and%20Settings/">file:///C:/Documents and Settings/</a><br />
<a href="http://nneedd.com/wp-content/uploads/2010/02/daisuo.jpg"><img class="size-medium wp-image-570 alignnone" title="daisuo" src="http://nneedd.com/wp-content/uploads/2010/02/daisuo-300x51.jpg" alt="" width="300" height="51" /></a><br />
<span style="color: #ff0000;"> </span></p>
<p><span style="color: #ff0000;">首先：注册表导入如下内容：</span></p>
<blockquote><p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\*\shell\runas]</p>
<p>@=&#8221;管理员取得所有权&#8221;</p>
<p>&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\*\shell\runas\command]</p>
<p>@=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221;</p>
<p>&#8220;IsolatedCommand&#8221;=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas2]</p>
<p>@=&#8221;管理员取得所有权&#8221;</p>
<p>&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas2\command]</p>
<p>@=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221;</p>
<p>&#8220;IsolatedCommand&#8221;=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F&#8221;</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\runas]</p>
<p>@=&#8221;管理员取得所有权&#8221;</p>
<p>&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\runas\command]</p>
<p>@=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; /r /d y &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F /t&#8221;</p>
<p>&#8220;IsolatedCommand&#8221;=&#8221;cmd.exe /c takeown /f \&#8221;%1\&#8221; /r /d y &amp;&amp; icacls \&#8221;%1\&#8221; /grant administrators:F /t&#8221;</p></blockquote>
<p><span style="color: #ff0000;">右键单击文件夹，会出现“管理员取得所有权”选项，执行之，解决。</span></p>
<h3  class="related_post_title">最多留言日志</h3><ul class="related_post"><li>2008年09月10日 -- <a href="http://nneedd.com/145" title="真相-本人长相">真相-本人长相</a> (5)</li><li>2008年06月11日 -- <a href="http://nneedd.com/281" title="new theme">new theme</a> (3)</li><li>2008年05月13日 -- <a href="http://nneedd.com/266" title="誌四川汶川地震">誌四川汶川地震</a> (2)</li><li>2008年06月29日 -- <a href="http://nneedd.com/288" title="网页免费发短信(支持移动)">网页免费发短信(支持移动)</a> (2)</li><li>2008年07月16日 -- <a href="http://nneedd.com/291" title="wordpress中的twitter插件">wordpress中的twitter插件</a> (2)</li><li>2008年07月28日 -- <a href="http://nneedd.com/293" title="漩涡眸解梦">漩涡眸解梦</a> (2)</li><li>2008年09月26日 -- <a href="http://nneedd.com/175" title="dedecms+phpwind vs discuz+supesite">dedecms+phpwind vs discuz+supesite</a> (2)</li><li>2008年11月4日 -- <a href="http://nneedd.com/195" title="山寨机引发的血案">山寨机引发的血案</a> (2)</li><li>2009年07月6日 -- <a href="http://nneedd.com/401" title="新疆乌鲁木齐事件？">新疆乌鲁木齐事件？</a> (2)</li><li>2010年02月14日 -- <a href="http://nneedd.com/586" title="过大年，换主题">过大年，换主题</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://nneedd.com/569/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
