使用Primo Ramdisk内存磁盘软件,配合mklink软链接命令,实现将任意位置文件夹搬到内存磁盘,内存盘加快系统速度

我们假定用 Primo Ramdisk 创建的内存盘的盘符为 M
以Chrome临时文件为例,进行以下操作,创建文件夹及里面的路径,请自行变通

md M:\TEMP\chrome\Cache
md M:\TEMP\chrome\Code Cache

先要关闭chrome

然后删除chrome的临时文件夹
D:\Program Files\Google\User Data\Profile 1\Cache
D:\Program Files\Google\User Data\Profile 1\Code Cache

然后把chrome的临时文件夹,链接到内存盘
mklink /d “D:\Program Files\Google\User Data\Profile 1\Cache” “M:\TEMP\chrome\Cache”
mklink /d “D:\Program Files\Google\User Data\Profile 1\Code Cache” “M:\TEMP\chrome\Code Cache”



发表评论

您的电子邮箱地址不会被公开。

2 + 7 =