<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>“砼砼&#039;s  Blog”的评论</title>
	<atom:link href="http://tossp.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://tossp.com</link>
	<description>砼&#60;-这个字读tong，男人是泥做的，女人是水做的，我是混凝土做的。</description>
	<lastBuildDate>Fri, 20 Jan 2012 18:09:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>砼砼 对《Windows:Users,Program Files,ProgramData等目录大挪移》的评论</title>
		<link>http://tossp.com/windows-users-program-files-programdata-directory-big-diversion.html/comment-page-1#comment-6457</link>
		<dc:creator>砼砼</dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=1881#comment-6457</guid>
		<description>太过奖了，哈哈</description>
		<content:encoded><![CDATA[<p>太过奖了，哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>edge 对《Windows:Users,Program Files,ProgramData等目录大挪移》的评论</title>
		<link>http://tossp.com/windows-users-program-files-programdata-directory-big-diversion.html/comment-page-1#comment-6413</link>
		<dc:creator>edge</dc:creator>
		<pubDate>Thu, 19 Jan 2012 02:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=1881#comment-6413</guid>
		<description>@&lt;a href=&quot;#comment-6393&quot; rel=&quot;nofollow&quot;&gt;砼砼:&lt;/a&gt;
最后补一句，党和国家需要你这样的好青年呀！！</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-6393" rel="nofollow">砼砼:</a><br />
最后补一句，党和国家需要你这样的好青年呀！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>edge 对《Windows:Users,Program Files,ProgramData等目录大挪移》的评论</title>
		<link>http://tossp.com/windows-users-program-files-programdata-directory-big-diversion.html/comment-page-1#comment-6412</link>
		<dc:creator>edge</dc:creator>
		<pubDate>Thu, 19 Jan 2012 01:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=1881#comment-6412</guid>
		<description>@&lt;a href=&quot;#comment-6393&quot; rel=&quot;nofollow&quot;&gt;砼砼:&lt;/a&gt;
灰常感谢。。。我走了个本办法，把挪不了的文件夹权限改成everyone，然后再WinPE里面操作，现在C盘那个干净啊，舒坦啊。。。</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-6393" rel="nofollow">砼砼:</a><br />
灰常感谢。。。我走了个本办法，把挪不了的文件夹权限改成everyone，然后再WinPE里面操作，现在C盘那个干净啊，舒坦啊。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>砼砼 对《Windows:Users,Program Files,ProgramData等目录大挪移》的评论</title>
		<link>http://tossp.com/windows-users-program-files-programdata-directory-big-diversion.html/comment-page-1#comment-6393</link>
		<dc:creator>砼砼</dc:creator>
		<pubDate>Wed, 18 Jan 2012 06:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=1881#comment-6393</guid>
		<description>@&lt;a href=&quot;#comment-6382&quot; rel=&quot;nofollow&quot;&gt;edge:&lt;/a&gt;@&lt;a href=&quot;#comment-6382&quot; rel=&quot;nofollow&quot;&gt;edge:&lt;/a&gt;
ProgramData 目录有两个目录的所有权貌似是system的。
具体取得所有权，请参见&lt;a href=&quot;http://technet.microsoft.com/zh-cn/library/cc780020(WS.10).aspx&quot; rel=&quot;nofollow&quot;&gt;取得文件或文件夹的所有权&lt;/a&gt;
或者，导入这个注册表，添加鼠标右键的功能菜单
&lt;code&gt;Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT*shellrunas]
@=&quot;管理员取得所有权&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
[HKEY_CLASSES_ROOT*shellrunascommand]
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;
[HKEY_CLASSES_ROOTexefileshellrunas2]
@=&quot;管理员取得所有权&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
[HKEY_CLASSES_ROOTexefileshellrunas2command]
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;
[HKEY_CLASSES_ROOTDirectoryshellrunas]
@=&quot;管理员取得所有权&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
[HKEY_CLASSES_ROOTDirectoryshellrunascommand]
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; /r /d y &amp; icacls &quot;%1&quot; /grant administrators:F /t&quot;
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; /r /d y &amp; icacls &quot;%1&quot; /grant administrators:F /t&quot;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-6382" rel="nofollow">edge:</a>@<a href="#comment-6382" rel="nofollow">edge:</a><br />
ProgramData 目录有两个目录的所有权貌似是system的。<br />
具体取得所有权，请参见<a href="http://technet.microsoft.com/zh-cn/library/cc780020(WS.10).aspx" rel="nofollow">取得文件或文件夹的所有权</a><br />
或者，导入这个注册表，添加鼠标右键的功能菜单</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Windows Registry Editor Version 5.00<br />
[HKEY_CLASSES_ROOT*shellrunas]<br />
@=&quot;管理员取得所有权&quot;<br />
&quot;NoWorkingDirectory&quot;=&quot;&quot;<br />
[HKEY_CLASSES_ROOT*shellrunascommand]<br />
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;<br />
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;<br />
[HKEY_CLASSES_ROOTexefileshellrunas2]<br />
@=&quot;管理员取得所有权&quot;<br />
&quot;NoWorkingDirectory&quot;=&quot;&quot;<br />
[HKEY_CLASSES_ROOTexefileshellrunas2command]<br />
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;<br />
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; &amp; icacls &quot;%1&quot; /grant administrators:F&quot;<br />
[HKEY_CLASSES_ROOTDirectoryshellrunas]<br />
@=&quot;管理员取得所有权&quot;<br />
&quot;NoWorkingDirectory&quot;=&quot;&quot;<br />
[HKEY_CLASSES_ROOTDirectoryshellrunascommand]<br />
@=&quot;cmd.exe /c takeown /f &quot;%1&quot; /r /d y &amp; icacls &quot;%1&quot; /grant administrators:F /t&quot;<br />
&quot;IsolatedCommand&quot;=&quot;cmd.exe /c takeown /f &quot;%1&quot; /r /d y &amp; icacls &quot;%1&quot; /grant administrators:F /t&quot;</div></div>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>edge 对《Windows:Users,Program Files,ProgramData等目录大挪移》的评论</title>
		<link>http://tossp.com/windows-users-program-files-programdata-directory-big-diversion.html/comment-page-1#comment-6382</link>
		<dc:creator>edge</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=1881#comment-6382</guid>
		<description>第四步，删除 C:\ProgramData 目录

其中有两个无法直接删除的文件要先取得所有权，添加改写权限后才可以删除。

还是搞不明白这句话应该怎么完成，取得所有权明白修改reg，但是添加改写权限就不知道该怎么搞了

望老板明示</description>
		<content:encoded><![CDATA[<p>第四步，删除 C:\ProgramData 目录</p>
<p>其中有两个无法直接删除的文件要先取得所有权，添加改写权限后才可以删除。</p>
<p>还是搞不明白这句话应该怎么完成，取得所有权明白修改reg，但是添加改写权限就不知道该怎么搞了</p>
<p>望老板明示</p>
]]></content:encoded>
	</item>
	<item>
		<title>砼砼 对《新年，2011祭》的评论</title>
		<link>http://tossp.com/new-year-the-2011-festival.html/comment-page-1#comment-6315</link>
		<dc:creator>砼砼</dc:creator>
		<pubDate>Fri, 13 Jan 2012 08:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=3257#comment-6315</guid>
		<description>@&lt;a href=&quot;#comment-6307&quot; rel=&quot;nofollow&quot;&gt;ted:&lt;/a&gt;(3).比喻主意、办法、手段。 克非 《春潮急》八：“看不出你个老实人，还会耍这个板眼儿。”</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-6307" rel="nofollow">ted:</a>(3).比喻主意、办法、手段。 克非 《春潮急》八：“看不出你个老实人，还会耍这个板眼儿。”</p>
]]></content:encoded>
	</item>
	<item>
		<title>ted 对《新年，2011祭》的评论</title>
		<link>http://tossp.com/new-year-the-2011-festival.html/comment-page-1#comment-6307</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Fri, 13 Jan 2012 03:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=3257#comment-6307</guid>
		<description>这个娃娃现在有伴了，有伴好啊！
顺便问哈，“板眼儿王”是啥子？</description>
		<content:encoded><![CDATA[<p>这个娃娃现在有伴了，有伴好啊！<br />
顺便问哈，“板眼儿王”是啥子？</p>
]]></content:encoded>
	</item>
	<item>
		<title>A.shun 对《新年，2011祭》的评论</title>
		<link>http://tossp.com/new-year-the-2011-festival.html/comment-page-1#comment-6275</link>
		<dc:creator>A.shun</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=3257#comment-6275</guid>
		<description>2012这么快就来了</description>
		<content:encoded><![CDATA[<p>2012这么快就来了</p>
]]></content:encoded>
	</item>
	<item>
		<title>Ansonyi 对《男人帮经典台词》的评论</title>
		<link>http://tossp.com/fhm-classic-lines.html/comment-page-1#comment-5901</link>
		<dc:creator>Ansonyi</dc:creator>
		<pubDate>Mon, 28 Nov 2011 07:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=3226#comment-5901</guid>
		<description>断断续续的看了几集，没有多大意思，幽默剧！！！</description>
		<content:encoded><![CDATA[<p>断断续续的看了几集，没有多大意思，幽默剧！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>zwwooooo 对《Postgresql4Windows.ZIP版的安装》的评论</title>
		<link>http://tossp.com/postgresql4windows-zip-version-of-the-installation.html/comment-page-1#comment-5638</link>
		<dc:creator>zwwooooo</dc:creator>
		<pubDate>Tue, 01 Nov 2011 04:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://tossp.com/?p=3036#comment-5638</guid>
		<description>好吧，我不知道这是神马，坐板凳。</description>
		<content:encoded><![CDATA[<p>好吧，我不知道这是神马，坐板凳。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

