<?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; EFS加密</title>
	<atom:link href="http://wk32.com/post/tag/efs%e5%8a%a0%e5%af%86/feed" rel="self" type="application/rss+xml" />
	<link>http://wk32.com</link>
	<description>记录学习生活的点点滴滴</description>
	<lastBuildDate>Tue, 10 Jan 2012 16:47:32 +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>在Windows7中添加右键加密功能</title>
		<link>http://wk32.com/post/350.html</link>
		<comments>http://wk32.com/post/350.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 17:53:23 +0000</pubDate>
		<dc:creator>小段段</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[EFS加密]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://wk32.com/post/350.html</guid>
		<description><![CDATA[用过EFS加密的朋友都知道EFS加密很方便，可以在不影响自己使用的情况下达到禁止其他用户访问你的文件。 通常我们可以在文件夹或者文件属性里勾选“加密内容以便保护数据”，这样文件和文件夹都会变成绿色。这时其他用户就没有办法访问你的文件了，双击系统会报错。 对于有很多需要保密数据的计算机，经常会用到加密的操作，这时候在右键菜单里添加一个加密/解密的项目就有必要了。 通过编辑注册表可以添加，下面介绍两种方法。 一是直接到注册表里添加。运行regedit，依次进入HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced 新建一个DWORD值EncryptionContextMenu，并且将其值改为1。 还有一种方法是新建一个文本文档，输入以下内容，保存为reg格式，双击导入系统。 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] &#34;EncryptionContextMenu&#34;=dword:00000001 这样就可以方便的使用右键调用系统提供的加密解密功能了。 这种方法Windows7和Windows Vista通用的。 相关文章2009年04月21日 -- 解决飞信2008在Windows 7系统中的兼容性问题 (7)2009年04月21日 -- 关闭Windows 7 的靠近边缘自动最大化功能 (2)2008年10月6日 -- 给Vista换张脸——安装第三方主题 (2)2008年10月1日 -- 在Vista彻底关闭自动播放 (1)2008年12月13日 -- 安装试用Windows 7 Ultimate（图） (11)2008年11月5日 -- 在U盘中安装Windows PE系统 (5)2008年10月23日 -- 不用盗版？那我用什么？ (1)2008年08月10日 -- 为什么Windows 2000/XP会蓝屏？ (0)2007年10月19日 -- 安装Windows2008过程和自己的截图 (2)2007年09月13日 -- 试用Windows Live [...]]]></description>
			<content:encoded><![CDATA[<p>用过EFS加密的朋友都知道EFS加密很方便，可以在不影响自己使用的情况下达到禁止其他用户访问你的文件。</p>
<p><img src="http://lh6.ggpht.com/_4YcZRnKgDyk/Si1N31Yp4UI/AAAAAAAABzA/ul3xce4vKiE/s800/2009-06-09_012038.jpg" /> </p>
<p>通常我们可以在文件夹或者文件属性里勾选“加密内容以便保护数据”，这样文件和文件夹都会变成绿色。这时其他用户就没有办法访问你的文件了，双击系统会报错。</p>
<p><img src="http://lh5.ggpht.com/_4YcZRnKgDyk/Si1N4E0zyRI/AAAAAAAABzE/evNyzb9qe8w/s800/2009-06-09_012418.jpg" /> <img src="http://lh6.ggpht.com/_4YcZRnKgDyk/Si1N4ajLaAI/AAAAAAAABzI/wVYiL5VyQQo/s800/2009-06-09_012439.jpg" /></p>
<p>对于有很多需要保密数据的计算机，经常会用到加密的操作，这时候在右键菜单里添加一个加密/解密的项目就有必要了。</p>
<p>通过编辑注册表可以添加，下面介绍两种方法。</p>
<p> <span id="more-350"></span>
</p>
<p>一是直接到注册表里添加。运行regedit，依次进入HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced    <br />新建一个DWORD值EncryptionContextMenu，并且将其值改为1。</p>
<p><img src="http://lh4.ggpht.com/_4YcZRnKgDyk/Si1N5RTVaNI/AAAAAAAABzM/lfZIpLEYieI/s800/2009-06-09_013027.jpg" /></p>
<p>还有一种方法是新建一个文本文档，输入以下内容，保存为reg格式，双击导入系统。</p>
<blockquote><p>Windows Registry Editor Version 5.00 </p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]      <br />&quot;EncryptionContextMenu&quot;=dword:00000001</p>
</blockquote>
<p><img src="http://lh5.ggpht.com/_4YcZRnKgDyk/Si1N6Qt-SdI/AAAAAAAABzQ/8yft_rTLigo/s800/2009-06-09_013356.jpg" /></p>
<p>这样就可以方便的使用右键调用系统提供的加密解密功能了。</p>
<p>这种方法Windows7和Windows Vista通用的。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>2009年04月21日 -- <a href="http://wk32.com/post/320.html" title="解决飞信2008在Windows 7系统中的兼容性问题">解决飞信2008在Windows 7系统中的兼容性问题</a> (7)</li><li>2009年04月21日 -- <a href="http://wk32.com/post/318.html" title="关闭Windows 7 的靠近边缘自动最大化功能">关闭Windows 7 的靠近边缘自动最大化功能</a> (2)</li><li>2008年10月6日 -- <a href="http://wk32.com/post/232.html" title="给Vista换张脸——安装第三方主题">给Vista换张脸——安装第三方主题</a> (2)</li><li>2008年10月1日 -- <a href="http://wk32.com/post/210.html" title="在Vista彻底关闭自动播放">在Vista彻底关闭自动播放</a> (1)</li><li>2008年12月13日 -- <a href="http://wk32.com/post/277.html" title="安装试用Windows 7 Ultimate（图）">安装试用Windows 7 Ultimate（图）</a> (11)</li><li>2008年11月5日 -- <a href="http://wk32.com/post/258.html" title="在U盘中安装Windows PE系统">在U盘中安装Windows PE系统</a> (5)</li><li>2008年10月23日 -- <a href="http://wk32.com/post/242.html" title="不用盗版？那我用什么？">不用盗版？那我用什么？</a> (1)</li><li>2008年08月10日 -- <a href="http://wk32.com/post/50.html" title="为什么Windows 2000/XP会蓝屏？">为什么Windows 2000/XP会蓝屏？</a> (0)</li><li>2007年10月19日 -- <a href="http://wk32.com/post/14.html" title="安装Windows2008过程和自己的截图">安装Windows2008过程和自己的截图</a> (2)</li><li>2007年09月13日 -- <a href="http://wk32.com/post/4.html" title="试用Windows Live Writer">试用Windows Live Writer</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wk32.com/post/350.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

