Windows清理缓存
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\recent\*.*"
rd /q /s "%userprofile%\Local Settings\Application Data\assembly"
rd /q /s "%userprofile%\Local Settings\Application Data\IsolatedStorage"
echo 清除系统垃圾完成!
版权声明:
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自
ZFS的成长之路!
喜欢就支持一下吧