如何清除c:\Documents and Settings\Administrator\Local Settings\Temp...
发布网友
发布时间:2024-10-08 13:51
我来回答
共5个回答
热心网友
时间:2024-10-11 18:43
这是IE浏览器缓存,可以使用金山清理大师帮你自动清理,或者从IE浏览器打开这个文件夹,手动删除具体操作如下:
热心网友
时间:2024-10-11 18:46
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\小甜饼s\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
把以上文件复制到记事本中,后改名为"LJ.bat"
热心网友
时间:2024-10-11 18:43
这里面的东西,都是上网时临时缓存的一些文件。
从开始IE图标,右键,选择Internet属性,里选择“删除Cookies”和“删除文件”。
或者,可以下载一个优化大师,里面系统清理-磁盘文件管理,扫描后删除,就可以把临时缓存和一些垃圾文件删除。
优化大师下载地址:http://www.newhua.com/soft/3829.htm
安装后注册码,可以在这里问一下,还可以下载一个优化大师的注册机。
热心网友
时间:2024-10-11 18:47
打开IE,工具->Internet选项,常规,internet临时文件,删除文件试试,或者点设置,修改使用的磁盘空间大小,查看文件,转到该文件夹,删里面的东西
热心网友
时间:2024-10-11 18:42
打开ie浏览器
点击
工具
internet选项
删除文件
删除所有脱机文件
确定
确定