日期:2014-05-17  浏览次数:20745 次

大侠们有改过chrome的临时文件夹的吗?我想改到ramdisk盘上去,要怎么改呢?谢谢!
1.网上找了下,有说用chrome便携版的,那如果我电脑上已经安装过了chrome安装版的话是不是要先把安装版的先卸载掉呢?便携版用起来是和安装版一样用的吧?也可以设为默认浏览器什么的吧?
便携版的哪里能下到没毒没木马的?怕中毒
2.有说改注册表就行,代码见下面,我看它这个好像不对吧,文件夹路径怎么是\\啊,应该是\吧
另外它那个C:\Documents and Settings\文件夹,我是win7的管理员账户,我本想自己先打开看下,可是提示我说没权限.到底是不是这个文件夹啊呢?多谢!!
---

Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\http\shell\open\command]

@="\"C:\\Documents and Settings\\用户名\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe\" --user-data-dir=D:\\chrome \"%1\""


[HKEY_CLASSES_ROOT\ftp\shell\open\command]

@="\"C:\\Documents and Settings\\用户名\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe\" --user-data-dir=D:\\chrome \"%1\""


[HKEY_CLASSES_ROOT\https\shell\open\command]

@="\"C:\\Documents and Settings\\用户名\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe\" --user-data-dir=D:\\chrome \"%1\""


[HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]

@="\"C:\\Documents and Settings\\用户名\\Local Settings\\Application Data\\Google\\Chrome\\Application\\chrome.exe\" --user-data-dir=D:\\chrome \"%1\""

------解决方案--------------------
我电脑没安Chrome。如果这个reg文件的设置方法没有错误的话,你需要做的事情如下:
一、在注册表文件.reg里,路径都是要用\\表示的。这个没有问题。但它这个.reg是针对xp系统写的,你需要将里面的xp下的路径C:\\Documents and Settings\\用户名\\Local Settings\\Application Data\\替换成win7的你的用户本地配置路径,即:C:\\Users\\你的用户名\\AppData\\Local\\

(注:你的用户名即换成你登陆的用户名字)
二、它这个.reg应该是将Chrome的数据文件夹放置到D:\\chrome了(这是我个人的理解,你可以打开这个文件夹看是否如此,再照下面的做),你要放到ramdisk上的文件夹,需要将.reg文件里的D:\\chrome替换成你ramdisk虚拟磁盘上的文件夹路径。