<?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; Vista</title>
	<atom:link href="http://wk32.com/post/tag/vista/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>
		<item>
		<title>给Vista换张脸——安装第三方主题</title>
		<link>http://wk32.com/post/232.html</link>
		<comments>http://wk32.com/post/232.html#comments</comments>
		<pubDate>Sun, 05 Oct 2008 16:10:44 +0000</pubDate>
		<dc:creator>小段段</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[美化]]></category>

		<guid isPermaLink="false">http://wk32.com/?p=232</guid>
		<description><![CDATA[不少人换用Vista是因为看上了Vista漂亮的AERO透明玻璃效果，可是看的时间久了就会觉得有点审美疲劳。

而官方版本的Vista是不能很好的支持第三方的主题的，必须先破解才可以。

网上有很多破解方法，手工破解方法太麻烦，这里介绍一个简单的方法：使用Vista 优化大师直接破解。]]></description>
			<content:encoded><![CDATA[<p>不少人换用Vista是因为看上了Vista漂亮的AERO透明玻璃效果，可是看的时间久了就会觉得有点审美疲劳。</p>
<p>而官方版本的Vista是不能很好的支持第三方的主题的，必须先破解才可以。</p>
<p>网上有很多破解方法，手工破解方法太麻烦，这里介绍一个简单的方法：使用Vista 优化大师直接破解。</p>
<p>首先下载Vista 优化大师，安装以后在主界面选择“系统美化”<br />
<span id="more-232"></span></p>
<p><img src="http://lh3.ggpht.com/wk32admin/SOjgRzsPN2I/AAAAAAAAAy0/hMEIbX716Bw/s800/2008-10-05_233013.jpg" alt="" /></p>
<p>然后在“系统主题设置”里勾选“破解Vista主题”</p>
<p><img src="http://lh3.ggpht.com/wk32admin/SOjgRn8cRgI/AAAAAAAAAys/-b8FvjBvuWE/s800/2008-10-05_233539.jpg" alt="" /></p>
<p>重新启动以后就可以使用第三方的主题了。</p>
<p><img src="http://lh3.ggpht.com/wk32admin/SOji5K_ONfI/AAAAAAAAAzU/fwX2Dyuh4LE/s800/2008-10-05_235142.jpg" alt="" /></p>
<p>这是启用了Aero MaxClear V3主题的桌面效果。</p>
<p>在这里向大家推荐一下“格调网”http://bbs.dzart.net，上面有各种主题。有兴趣的朋友可以去找找，应该会有惊喜的。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>2009年06月9日 -- <a href="http://wk32.com/post/350.html" title="在Windows7中添加右键加密功能">在Windows7中添加右键加密功能</a> (6)</li><li>2008年10月1日 -- <a href="http://wk32.com/post/210.html" title="在Vista彻底关闭自动播放">在Vista彻底关闭自动播放</a> (1)</li><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年12月13日 -- <a href="http://wk32.com/post/277.html" title="安装试用Windows 7 Ultimate（图）">安装试用Windows 7 Ultimate（图）</a> (11)</li><li>2008年11月20日 -- <a href="http://wk32.com/post/265.html" title="Gmail新增主题功能">Gmail新增主题功能</a> (3)</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></ul>]]></content:encoded>
			<wfw:commentRss>http://wk32.com/post/232.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>在Vista彻底关闭自动播放</title>
		<link>http://wk32.com/post/210.html</link>
		<comments>http://wk32.com/post/210.html#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:37:18 +0000</pubDate>
		<dc:creator>小段段</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://wk32.com/?p=210</guid>
		<description><![CDATA[很多病毒都是利用了Windows的自动播放功能在U盘等设备上进行传播，所以关闭系统的自动播放是很必要的。

在Vista中，可以在控制面板经典视图的“自动播放”里设置禁止自动播放。但是更可靠的方法是在组策略里操作。]]></description>
			<content:encoded><![CDATA[<p>很多病毒都是利用了Windows的自动播放功能在U盘等设备上进行传播，所以关闭系统的自动播放是很必要的。</p>
<p>在Vista中，可以在控制面板经典视图的“自动播放”里设置禁止自动播放。但是更可靠的方法是在组策略里操作。</p>
<p>Vista和XP里的设置位置不太一样，首先在运行里输入“gpedit.msc”进入“本地组策略编辑器”在左侧依次选择“本地计算机策略”-“计算机配置”-“管理模板”-“Windows组件”-“自动播放策略”双击“关闭自动播放”<br />
<img src="http://lh4.ggpht.com/wk32admin/SONti1Ztm3I/AAAAAAAAAhs/fsuXVTHbyT4/s800/2008-10-01_202828.jpg" alt="" /></p>
<p>选择“已启用”并且在下面选择“所有驱动器”最后确定即可。</p>
<p>这样就可以完全关闭自动播放功能，配合360安全卫士的“U盘病毒免疫”功能就可以阻止大多数的U盘病毒。</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>2009年06月9日 -- <a href="http://wk32.com/post/350.html" title="在Windows7中添加右键加密功能">在Windows7中添加右键加密功能</a> (6)</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年08月10日 -- <a href="http://wk32.com/post/50.html" title="为什么Windows 2000/XP会蓝屏？">为什么Windows 2000/XP会蓝屏？</a> (0)</li><li>2009年04月21日 -- <a href="http://wk32.com/post/320.html" title="解决飞信2008在Windows 7系统中的兼容性问题">解决飞信2008在Windows 7系统中的兼容性问题</a> (7)</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月30日 -- <a href="http://wk32.com/post/267.html" title="好用的声音截取软件MP3 Sound Cutter">好用的声音截取软件MP3 Sound Cutter</a> (4)</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年10月22日 -- <a href="http://wk32.com/post/234.html" title="在Linux下登陆校园网">在Linux下登陆校园网</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://wk32.com/post/210.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

