<?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; 清理</title>
	<atom:link href="http://zu-yin.com/blog/tag/%e6%b8%85%e7%90%86/feed" rel="self" type="application/rss+xml" />
	<link>http://zu-yin.com</link>
	<description>末月淡淡，那时的年少……</description>
	<lastBuildDate>Fri, 21 Oct 2011 04:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Win7 右键加入清除临时文件</title>
		<link>http://zu-yin.com/blog/331.html</link>
		<comments>http://zu-yin.com/blog/331.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:43:56 +0000</pubDate>
		<dc:creator>无念</dc:creator>
				<category><![CDATA[系统美化]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[右键]]></category>
		<category><![CDATA[清理]]></category>

		<guid isPermaLink="false">http://zu-yin.com/blog/331.html</guid>
		<description><![CDATA[　　win7 的稳定性还算好，经常清理一下速度还是可以保证的。但是对于喜欢 easy 的筒子，让他深入系统文件夹寻找临时文件并清除是大不可能的。任务是相当的枯燥而繁重。 　　那么我们就找个超 easy 的解决方法，在右键菜单里加入清除临时文件的选项，让清理随时随地无所不在（额，我又想起了窗口系统使用者的通病，习惯性地右键刷新……） 实现方法：打开记事本，粘贴以下代码，另存为 ClearSystemTemp.reg 然后运行导入注册表即可。 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Temp]@=”&#38;Clear System Temp” [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Temp\Command]@=hex(2):43,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,25,\&#160; 00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,65,00,25,00,\&#160; 20,00,26,00,26,00,20,00,63,00,64,00,20,00,25,00,53,00,79,00,73,00,74,00,65,\&#160; 00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,54,00,65,00,6d,00,70,00,5c,00,\&#160; 20,00,26,00,26,00,20,00,64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,\&#160; 00,66,00,20,00,2f,00,71,00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,\&#160; 20,00,2f,00,64,00,20,00,25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,\&#160; 00,29,00,20,00,64,00,6f,00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,\&#160; 22,00,20,00,2f,00,71,00,20,00,2f,00,73,00,29,00,20,00,26,00,26,00,20,00,63,\&#160; 00,64,00,20,00,25,00,54,00,45,00,4d,00,50,00,25,00,20,00,26,00,26,00,20,00,\&#160; 64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,00,66,00,20,00,2f,00,71,\&#160; 00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,20,00,2f,00,64,00,20,00,\&#160; 25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,00,29,00,20,00,64,00,6f,\&#160; 00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,22,00,20,00,2f,00,71,00,\&#160; 20,00,2f,00,73,00,29,00,00,00 [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Disk Cleanup] [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Disk Cleanup\command]@=”C:\\Windows\\System32\\cleanmgr.exe” [HKEY_CLASSES_ROOT\Directory\Background\shell\Clear System Temps] [HKEY_CLASSES_ROOT\Directory\Background\shell\Clear System Temps\command]@=hex(2):43,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,25,\&#160; 00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,65,00,25,00,\&#160; 20,00,26,00,26,00,20,00,63,00,64,00,20,00,25,00,53,00,79,00,73,00,74,00,65,\&#160; 00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,54,00,65,00,6d,00,70,00,5c,00,\&#160; 20,00,26,00,26,00,20,00,64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,\&#160; 00,66,00,20,00,2f,00,71,00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,\&#160; 20,00,2f,00,64,00,20,00,25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,\&#160; 00,29,00,20,00,64,00,6f,00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,\&#160; 22,00,20,00,2f,00,71,00,20,00,2f,00,73,00,29,00,20,00,26,00,26,00,20,00,63,\&#160; 00,64,00,20,00,25,00,54,00,45,00,4d,00,50,00,25,00,20,00,26,00,26,00,20,00,\&#160; 64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,00,66,00,20,00,2f,00,71,\&#160; 00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,20,00,2f,00,64,00,20,00,\&#160; 25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,00,29,00,20,00,64,00,6f,\&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zu-yin.com/wp-content/uploads/2010/02/Win7_F93C/20348f7ffdd0.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="右键菜单" border="0" alt="右键菜单" align="left" src="http://zu-yin.com/wp-content/uploads/2010/02/Win7_F93C/_thumb.png" width="128" height="128"></a>　　win7 的稳定性还算好，经常清理一下速度还是可以保证的。但是对于喜欢 easy 的筒子，让他深入系统文件夹寻找临时文件并清除是大不可能的。任务是相当的枯燥而繁重。</p>
<p>　　那么我们就找个超 easy 的解决方法，在右键菜单里加入清除临时文件的选项，让清理随时随地无所不在（额，我又想起了窗口系统使用者的通病，习惯性地右键刷新……）</p>
<p><span id="more-331"></span>
</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="右键清除临时文件" border="0" alt="右键清除临时文件" src="http://zu-yin.com/wp-content/uploads/2010/02/Win7_F93C/c87874a3add6.jpg" width="400" height="305"></p>
<p>实现方法：打开记事本，粘贴以下代码，另存为 ClearSystemTemp.reg 然后运行导入注册表即可。</p>
<blockquote><p>Windows Registry Editor Version 5.00
<p>[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Temp]<br />@=”&amp;Clear System Temp”
<p>[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Temp\Command]<br />@=hex(2):43,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,25,\<br />&nbsp; 00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,65,00,25,00,\<br />&nbsp; 20,00,26,00,26,00,20,00,63,00,64,00,20,00,25,00,53,00,79,00,73,00,74,00,65,\<br />&nbsp; 00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,54,00,65,00,6d,00,70,00,5c,00,\<br />&nbsp; 20,00,26,00,26,00,20,00,64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,\<br />&nbsp; 00,66,00,20,00,2f,00,71,00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,\<br />&nbsp; 20,00,2f,00,64,00,20,00,25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,\<br />&nbsp; 00,29,00,20,00,64,00,6f,00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,\<br />&nbsp; 22,00,20,00,2f,00,71,00,20,00,2f,00,73,00,29,00,20,00,26,00,26,00,20,00,63,\<br />&nbsp; 00,64,00,20,00,25,00,54,00,45,00,4d,00,50,00,25,00,20,00,26,00,26,00,20,00,\<br />&nbsp; 64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,00,66,00,20,00,2f,00,71,\<br />&nbsp; 00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,20,00,2f,00,64,00,20,00,\<br />&nbsp; 25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,00,29,00,20,00,64,00,6f,\<br />&nbsp; 00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,22,00,20,00,2f,00,71,00,\<br />&nbsp; 20,00,2f,00,73,00,29,00,00,00
<p>[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Disk Cleanup]
<p>[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Disk Cleanup\command]<br />@=”C:\\Windows\\System32\\cleanmgr.exe”
<p>[HKEY_CLASSES_ROOT\Directory\Background\shell\Clear System Temps]
<p>[HKEY_CLASSES_ROOT\Directory\Background\shell\Clear System Temps\command]<br />@=hex(2):43,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,25,\<br />&nbsp; 00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,65,00,25,00,\<br />&nbsp; 20,00,26,00,26,00,20,00,63,00,64,00,20,00,25,00,53,00,79,00,73,00,74,00,65,\<br />&nbsp; 00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,54,00,65,00,6d,00,70,00,5c,00,\<br />&nbsp; 20,00,26,00,26,00,20,00,64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,\<br />&nbsp; 00,66,00,20,00,2f,00,71,00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,\<br />&nbsp; 20,00,2f,00,64,00,20,00,25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,\<br />&nbsp; 00,29,00,20,00,64,00,6f,00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,\<br />&nbsp; 22,00,20,00,2f,00,71,00,20,00,2f,00,73,00,29,00,20,00,26,00,26,00,20,00,63,\<br />&nbsp; 00,64,00,20,00,25,00,54,00,45,00,4d,00,50,00,25,00,20,00,26,00,26,00,20,00,\<br />&nbsp; 64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,00,66,00,20,00,2f,00,71,\<br />&nbsp; 00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,20,00,2f,00,64,00,20,00,\<br />&nbsp; 25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,00,29,00,20,00,64,00,6f,\<br />&nbsp; 00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,22,00,20,00,2f,00,71,00,\<br />&nbsp; 20,00,2f,00,73,00,29,00,00,00</p>
</blockquote>
<p>　　若需卸载直接保存下面代码为XX.reg文件直接运行即可</p>
<blockquote><p>Windows Registry Editor Version 5.00
<p>[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Temp]
<p>[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Disk Cleanup]
<p>[-HKEY_CLASSES_ROOT\Directory\Background\shell\Clear System Temps] </p>
</blockquote>

				<br/>
		<p style="text-indent:2em">
			© <a target="_blank"  href="http://zu-yin.com">无念</a> for 
			<a target="_blank"  href="http://zu-yin.com"><strong>空谷足音</strong></a>：
		<a  target="_blank"  href="http://zu-yin.com/blog/331.html" title="Permanent Link to Win7 右键加入清除临时文件">Win7 右键加入清除临时文件</a>
		</p>
		<p style="text-indent:2em">※ <a target="_blank" href="http://zu-yin.com/blog/331.html#respond">去凑个热闹</a> | <a target="_blank" href="http://zu-yin.com/guestbook">留言</a> | <a target="_blank" href="http://zu-yin.com/viewer">相册</a> | 本文地址:<a target="_blank" href="http://zu-yin.com/blog/331.html">http://zu-yin.com/blog/331.html</a>
		</p>
				<p> <strong>声明:</strong> 本站遵循 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh">署名-非商业性使用-相同方式共享</a> 协议. 转载请注明转自 <a href="http://zu-yin.com">zu-yin.com</a>
		</p><h3>相关日志</h3><ul><li><a href="http://zu-yin.com/blog/346.html" title="右键增强 | 适用于vista win7 的右键增强软件 (2010年02月25日)">右键增强 | 适用于vista win7 的右键增强软件</a> (7)</li><li><a href="http://zu-yin.com/blog/424.html" title="在 win7 计算机（我的电脑）里添加回收站 (2010年09月1日)">在 win7 计算机（我的电脑）里添加回收站</a> (27)</li><li><a href="http://zu-yin.com/blog/398.html" title="Win7 开始按钮制作 Windows 7 Start Button Creator (2010年07月4日)">Win7 开始按钮制作 Windows 7 Start Button Creator</a> (17)</li><li><a href="http://zu-yin.com/blog/394.html" title="关于开始按钮的另类折腾方法 (2010年06月4日)">关于开始按钮的另类折腾方法</a> (12)</li><li><a href="http://zu-yin.com/blog/393.html" title="关闭 Win7 显示桌面按钮的小工具 (2010年06月3日)">关闭 Win7 显示桌面按钮的小工具</a> (4)</li><li><a href="http://zu-yin.com/blog/389.html" title="QTTabBar 终于也 win7 了 (2010年05月31日)">QTTabBar 终于也 win7 了</a> (12)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://zu-yin.com/blog/331.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

