可删除文件夹:
C:\Users\用户名\AppData\Roaming\Adobe\Common\Media Cache
C:\Users\用户名\AppData\Roaming\Adobe\Common\Media Cache Files
C:\Users\用户名\AppData\Roaming\Tencent
C:\Users\用户名\AppData\Local\Temp
使用Wise Care 365
将微信文件管理位置改为其他盘。
将C盘分页文件pagefile.sys移到其他盘符。
可删除的应用文件/文件夹:
Python, Pip
modify Windows in pip Cache location and deletion pip cache
1. Change pip The cache location
WIN+R Command line window
pip config set global.cache-dir "G:\pipCache"
notes : The folder path address should be an absolute address like me .
If the statement on the second line appears , Description change succeeded .
Then you can delete the previous pip Cached , You can also copy it to this new address .
2. Delete pip cache
Enter the following statement in the file explorer and press enter .
%LocalAppData%
find pip Just delete the folder
VScode,cpptools
删除Microsoft\vscode-cpptools\ipch文件夹并修改Intelli Sense Cache Path默认路径
在vscode的设置中搜索C_Cpp.intelliSenseCache
, 把目录改到其他盘, 而在c盘中的缓存可以直接删除;
如果不想使用智能感知缓存功能,可以通过将缓存大小设置设置为 0(或在 JSON 设置编辑器中)来禁用该功能。"C_Cpp.intelliSenseCacheSize": 0"
Pycharm, AppData\Local\JetBrains\PyCharm2021.1
修改默认AppData\Local\JetBrains\PyCharm2021.1路径