<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[WIN7系统分区没有D盘直接出来E盘？Windows下所有的软件默认安装路径都在E盘的原理及修改方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sun, 02 Feb 2014 03:47:31 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我的笔记本新做的WIN7系统就一个盘符C：，和光驱D：。后来我用系统自带的功能从C：又分出来个盘，结果是E：，我想把它变成D：怎么做？<br/>满意答案：<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;因为你的D已经被光驱的盘符占用了，先右键光驱D，选择更改驱动器路径，改成其他的盘符，然后再把E用同样的办法改成D<br/><br/>来自：http://wenwen.soso.com/z/q274630387.htm<br/><br/>Windows下所有的软件默认安装路径都在E盘的原理及修改方法:<br/>更改软件默认安装路径的方法<br/><br/>默认安装路径C:&#92;Program Files的更改~！！<br/><br/>一般安装软件默认都是安装这个，要不想安装在这个目录在安装的时候就要手动去必动路径。。<br/><br/>你要是懒得改下面有几种一劳永逸的方法。。<br/><br/>方法一：运行输入regedit打开注册表编辑器，展开注册表“HKEY_LOCAL_MACHINE&#92;Software&#92;Microsoft&#92; Windows&#92; CurrentVersion”分支，在窗口的右侧区域找到名为“ProgramFilesDir”和“ProgramFilesPath”的键值，将其原键值“C:&#92;Program Files”改为“D:&#92;Program Files”，关闭注册表。<br/><br/>方法二：用DOS命令即可实现。<br/><br/>① 点击“开始”→“运行”。<br/><br/>② 输入“cmd”，回车。<br/><br/>提示符后输入“set ProgramFiles=D:&#92;Program Files”，回车即可。<br/><br/>方法三：下载默认路径修改器<br/><br/>改了后还是会有一些在安装文件在：CommonFilesDir 文件夹中。。如这个文件夹里的软件文件你也想转动可以同样改下路径如改默认的：C:&#92;Program Files&#92;Common Files 为 D:&#92;&#92;Program Files&#92;&#92;Common Files。<br/><br/>又附：把 Program Files 目录移动到非系统盘的方法<br/><br/>本文只讨论系统正常安装后的移动，另外一种方案是使用&quot;unattend 无人值守&quot;安装系统，可以自行搜索。<br/><br/>本文方案适用的系统为：Windows Server 2008，Vista、Windows 7应该（可能）也有效。之前的系统也类似，可以参考《[系统优化] 用 Junction 自定义“顽固”系统文件夹的路径》。<br/><br/>第零步，确定系统是刚刚安装好的，这样比较不会出现意外，也更有效优化；确定是用 Administrator 登录。<br/><br/>第一步，复制 Program Files 目录，但不能直接用资源管理器复制，我们需要保留此目录的所有权限设置，假设要从 C 盘移动到 D 盘：<br/><br/>xcopy &quot;C:&#92;Program Files&quot; &quot;D:&#92;Program Files&#92;&quot; /E /H /K /X /Y<br/><br/>第二步，修改注册表：<br/><br/>Windows Registry Editor Version 5.00<br/><br/>[HKEY_LOCAL_MACHINE&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion]<br/><br/>&quot;ProgramFilesDir&quot;=&quot;D:&#92;&#92;Program Files&quot;<br/><br/>&quot;CommonFilesDir&quot;=&quot;D:&#92;&#92;Program Files&#92;&#92;Common Files&quot;<br/><br/>第三步，重启，注意不是注销，因为 Program Files 里有很多文件是被系统服务使用的，注销并不能重启服务。<br/><br/>第四步，关闭 iphlpsvc 服务，因为它使用到了 &quot;C:&#92;Program Files&#92;Internet Explorer&#92;sqmapi.dll&quot;：<br/><br/>net stop iphlpsvc<br/><br/>第五步，删除 &quot;C:&#92;Program Files&quot; 目录，要先取得所有权，添加改写权限后才可以删除。<br/><br/>第六步，创建 Junction 文件夹映射，把 &quot;C:&#92;Program Files&quot; 指向 &quot;D:&#92;Program Files&quot;，这是为了防止一些硬编码的 SB 程序不由分说地往 &quot;C:&#92;Program Files&quot; 里写东西。<br/><br/>mklink /J &quot;C:&#92;Program Files&quot; &quot;D:&#92;Program Files&quot;<br/><br/>大功告成。 <br/><br/>来自：http://www.jb51.net/os/Vista/15969.html
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] WIN7系统分区没有D盘直接出来E盘？Windows下所有的软件默认安装路径都在E盘的原理及修改方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>