# C盘日益吃紧,将缓存数据移至其他盘符 **Published by:** [yang](https://paragraph.com/@369989/) **Published on:** 2022-12-05 **URL:** https://paragraph.com/@369989/c ## Content Chrome浏览器会默认的将用户的缓存是数据存放于 C:\Users\你的用户名\AppData\Local\Google\Chrome\User Data文件夹内。用久了之后,就会积攒大量缓存数据与C盘内。尤其在Win 10系统 C盘日益吃紧的前提下,将缓存数据移至其他盘符很有必要。 1、进入 C:\Users\Administrator\AppData\Local\Google\Chrome (我这里的用户是Administrator) 2、将User Data文件剪切到其他盘符,我这是在D盘内创建了一个叫做Chrome的文件夹。 3、打开cmd 用管理员身份运行 mklink /j C:\Users\Administrator\AppData\Local\Google\Chrome"User Data" "D:\chrome\User Data" ## Publication Information - [yang](https://paragraph.com/@369989/): Publication homepage - [All Posts](https://paragraph.com/@369989/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@369989): Subscribe to updates - [Twitter](https://twitter.com/hanjiyang1): Follow on Twitter