<?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>AgilePHP &#187; Vista</title>
	<atom:link href="http://www.agilephp.net/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilephp.net</link>
	<description>开发可以敏捷，人生需要慢慢体味</description>
	<lastBuildDate>Thu, 03 Nov 2011 11:53:07 +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>使用mklink或junction后Chrome无法安装扩展的解决办法</title>
		<link>http://www.agilephp.net/2010/01/fix-chrome-to-add-extensions-in-a-junction-folder/</link>
		<comments>http://www.agilephp.net/2010/01/fix-chrome-to-add-extensions-in-a-junction-folder/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 13:30:58 +0000</pubDate>
		<dc:creator>bbiao</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[mklink]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[无法安装]]></category>

		<guid isPermaLink="false">http://www.agilephp.net/2010/01/%e4%bd%bf%e7%94%a8mklink%e6%88%96junction%e5%90%8echrome%e6%97%a0%e6%b3%95%e5%ae%89%e8%a3%85%e6%89%a9%e5%b1%95%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/</guid>
		<description><![CDATA[Chrome官方的扩展中心已经上线了，现在有相当多的扩展开用。之前一直不愿意放弃Firefox使用Google Chrome，有一大部分原因是因为Firefox上的一些扩展。之前我也尝试过在Chrome上安装扩展，但是每次都在“加载中”便没有反应了。今天下了功夫搜索了一下，发现所有使用过mklink或是junction，把User Profile从默认位置移出来的同学都有这个问题，而且最后把问题归结到TEMP和TMP这两个变量指向的位置上，所以我想了个办法，写了个简单的脚本， 1: @echo off 2: set TEMP=C:\Users\Google\Temp 3: set TMP=C:\Users\Google\Temp 4: C:\Users\Talent\AppData\Local\Google\Chrome\Application\chrome.exe 5: exit 按这个思路，只要把TEMP跟TMP设置到非mklink或是junciton后的位置，再启动Chrome就可以了。 另外，确实发现了一大批好用的扩展，与Google功能集成的扩展我基本上都装了，来让他们亮个相： 有空我再把每一个扩展都写一下介绍和安装地址。 此法同样适用于解决无法安装主题的问题。 UPDATE:只需要在启动Chrome的快捷方式上加上参数 &#8211;user-data-dir=D:\Test\GoogleChromeDir 把蓝色的那部分改成你文件系统中的一个非junction的目录即可，不用那么麻烦再写脚本了。 相关文章 mklink.exe Firefox 3.6使用Firefox 4.0的主题 加农炮打豆豆 &#8211; 午休的时候玩的小游戏<h3>相关文章</h3>
<ol>
		<li><a href="http://www.agilephp.net/2009/08/mklink-exe/" rel="bookmark">mklink.exe</a><!-- (9.5)--></li>
		<li><a href="http://www.agilephp.net/2010/01/make-firefox-3-6-a-ff4-style/" rel="bookmark">Firefox 3.6使用Firefox 4.0的主题</a><!-- (4.5)--></li>
		<li><a href="http://www.agilephp.net/2009/05/cannon/" rel="bookmark">加农炮打豆豆 &#8211; 午休的时候玩的小游戏</a><!-- (3.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Chrome官方的扩展中心已经上线了，现在有相当多的扩展开用。之前一直不愿意放弃Firefox使用Google Chrome，有一大部分原因是因为Firefox上的一些扩展。之前我也尝试过在Chrome上安装扩展，但是每次都在“加载中”便没有反应了。今天下了功夫搜索了一下，发现所有使用过mklink或是junction，把User Profile从默认位置移出来的同学都有这个问题，而且最后把问题归结到TEMP和TMP这两个变量指向的位置上，所以我想了个办法，写了个简单的脚本，</p>
<div id="codeSnippetWrapper" style="text-align: left; padding: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New',courier,monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text; border: 1px solid silver;">
<div id="codeSnippet" style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;">
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: white; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;"><span id="lnum1" style="color: #606060;">   1:</span> @<span style="color: #0000ff;">echo</span> off</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;"><span id="lnum2" style="color: #606060;">   2:</span> set TEMP=C:\Users\Google\Temp</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: white; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;"><span id="lnum3" style="color: #606060;">   3:</span> set TMP=C:\Users\Google\Temp</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;"><span id="lnum4" style="color: #606060;">   4:</span> C:\Users\Talent\AppData\Local\Google\Chrome\Application\chrome.exe</pre>
<p><!--CRLF--></p>
<pre style="border-style: none; text-align: left; padding: 0px; line-height: 12pt; background-color: white; margin: 0em; width: 100%; font-family: 'Courier New',courier,monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible;"><span id="lnum5" style="color: #606060;">   5:</span> exit</pre>
<p><!--CRLF--></p>
</div>
</div>
<p>按这个思路，只要把TEMP跟TMP设置到非mklink或是junciton后的位置，再启动Chrome就可以了。</p>
<p>另外，确实发现了一大批好用的扩展，与Google功能集成的扩展我基本上都装了，来让他们亮个相：</p>
<p><a href="http://www.agilephp.net/wp-content/uploads/2010/01/image1.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.agilephp.net/wp-content/uploads/2010/01/image_thumb1.png" border="0" alt="image" width="681" height="57" /></a></p>
<p>有空我再把每一个扩展都写一下介绍和安装地址。</p>
<p>此法同样适用于解决无法安装主题的问题。</p>
<p><span style="color: #ff0000;">UPDATE</span>:只需要在启动Chrome的快捷方式上加上参数 &#8211;user-data-dir=<span style="color: #0000ff;">D:\Test\GoogleChromeDir</span></p>
<p>把蓝色的那部分改成你文件系统中的一个非junction的目录即可，不用那么麻烦再写脚本了。</p>
<h3>相关文章</h3>
<ol>
		<li><a href="http://www.agilephp.net/2009/08/mklink-exe/" rel="bookmark">mklink.exe</a><!-- (9.5)--></li>
		<li><a href="http://www.agilephp.net/2010/01/make-firefox-3-6-a-ff4-style/" rel="bookmark">Firefox 3.6使用Firefox 4.0的主题</a><!-- (4.5)--></li>
		<li><a href="http://www.agilephp.net/2009/05/cannon/" rel="bookmark">加农炮打豆豆 &#8211; 午休的时候玩的小游戏</a><!-- (3.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.agilephp.net/2010/01/fix-chrome-to-add-extensions-in-a-junction-folder/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>mklink.exe</title>
		<link>http://www.agilephp.net/2009/08/mklink-exe/</link>
		<comments>http://www.agilephp.net/2009/08/mklink-exe/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 11:12:52 +0000</pubDate>
		<dc:creator>bbiao</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[mklink]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.agilephp.net/?p=142</guid>
		<description><![CDATA[使用Windows Vista做开发环境，虽然刚开始安装的时候占用的C盘空间并不大，但是随着安装了Visual Studio、SQL Server，即使你选择了将它们不装在C盘，C盘的空间还是一点点小了，再加上装了Vista SP1，Vista SP2，我30个G的空间剩得越来越少，然后我发现另一家吃C盘的大户，Google，Chrome，Picasa都是默认装在C盘，而且还没有办法更改安装目录，嗯，我的C:\Users\Biao文件夹有3个多G，有没有什么办法呢？嗯，我使用的是NTFS作为文件系统，OK，咱们也可以像在Linux里一样建立符号链接的方式，把C:\Users\Biao移出去。 你如果要想做同样的事情，请确保： 你使用的文件系统是NTFS 你的操作系统是Windows Vista/Windows 7 并按照以下步骤，并请不要自作聪明，跳过某些步骤 在“计算机管理”里启用Administrator用户 重启计算机 将C:\Users\用户名拷贝到一个非C盘的位置，我们假设是D:\Users\用户名 删除C:\Users\用户名 在命令行里运行 mklink /D C:\Users\用户名 D:\Users\用户名 相关文章 无法将此图像设置为墙纸，出现了一个内部错误。 使用mklink或junction后Chrome无法安装扩展的解决办法 Portable Firefox中安装Flash插件<h3>相关文章</h3>
<ol>
		<li><a href="http://www.agilephp.net/2010/08/windows-7-can-not-change-wallpaper/" rel="bookmark">无法将此图像设置为墙纸，出现了一个内部错误。</a><!-- (7)--></li>
		<li><a href="http://www.agilephp.net/2010/01/fix-chrome-to-add-extensions-in-a-junction-folder/" rel="bookmark">使用mklink或junction后Chrome无法安装扩展的解决办法</a><!-- (4.1)--></li>
		<li><a href="http://www.agilephp.net/2009/10/install-flash-plugin-on-portable-firefox/" rel="bookmark">Portable Firefox中安装Flash插件</a><!-- (3.4)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>使用Windows Vista做开发环境，虽然刚开始安装的时候占用的C盘空间并不大，但是随着安装了Visual Studio、SQL Server，即使你选择了将它们不装在C盘，C盘的空间还是一点点小了，再加上装了Vista SP1，Vista SP2，我30个G的空间剩得越来越少，然后我发现另一家吃C盘的大户，Google，Chrome，Picasa都是默认装在C盘，而且还没有办法更改安装目录，嗯，我的C:\Users\Biao文件夹有3个多G，有没有什么办法呢？嗯，我使用的是NTFS作为文件系统，OK，咱们也可以像在Linux里一样建立符号链接的方式，把C:\Users\Biao移出去。</p>
<p>你如果要想做同样的事情，请确保：</p>
<ul>
<li>你使用的文件系统是NTFS</li>
<li>你的操作系统是Windows Vista/Windows 7</li>
</ul>
<p>并按照以下步骤，并请不要自作聪明，跳过某些步骤</p>
<ol>
<li>在“计算机管理”里启用Administrator用户</li>
<li>重启计算机</li>
<li>将C:\Users\用户名拷贝到一个非C盘的位置，我们假设是D:\Users\用户名</li>
<li>删除C:\Users\用户名</li>
<li>在命令行里运行 mklink /D C:\Users\用户名 D:\Users\用户名</li>
</ol>
<h3>相关文章</h3>
<ol>
		<li><a href="http://www.agilephp.net/2010/08/windows-7-can-not-change-wallpaper/" rel="bookmark">无法将此图像设置为墙纸，出现了一个内部错误。</a><!-- (7)--></li>
		<li><a href="http://www.agilephp.net/2010/01/fix-chrome-to-add-extensions-in-a-junction-folder/" rel="bookmark">使用mklink或junction后Chrome无法安装扩展的解决办法</a><!-- (4.1)--></li>
		<li><a href="http://www.agilephp.net/2009/10/install-flash-plugin-on-portable-firefox/" rel="bookmark">Portable Firefox中安装Flash插件</a><!-- (3.4)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.agilephp.net/2009/08/mklink-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

