电脑是不是上网就会产生垃圾文件?怎么清除它?
发布网友
发布时间:2023-04-01 14:27
我来回答
共3个回答
热心网友
时间:2023-11-21 02:02
电脑上网就会因浏览各种网页产生缓存文件,也就是所谓的垃圾文件。可以通过一下方法进行清除。
1、在浏览器上右击选择Internet选项。
2、找到浏览历史记录选择删除按钮,并在弹出的窗口中选中需要删除的缓存如下图所示:
热心网友
时间:2023-11-21 02:03
不是,只要您使用电脑,系统就会产生垃圾文件,一般为缓存文件,文件碎片,错误日志,等等,可以通过以下批处理来解决,实现自动删除系统垃圾的功能。您可以将它放入启动文件夹。这样电脑每次启动后都可以自动删除系统垃圾了。
请把一下代码保存为*.bat
__________________________________________________________________
@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%\cookies\*.*
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 清除系统垃圾完成!
echo. & pause
___________________________________________________________________
从echo off开始至pause结束。
热心网友
时间:2023-11-21 02:03
点击我的电脑,然后右键选择C盘的属性,然后磁盘清理,确定,开始清理,结束了再确定就可以了
建议安装安全卫士360,里面有清除上网记录功能,比较方便.
热心网友
时间:2023-11-21 02:02
电脑上网就会因浏览各种网页产生缓存文件,也就是所谓的垃圾文件。可以通过一下方法进行清除。
1、在浏览器上右击选择Internet选项。
2、找到浏览历史记录选择删除按钮,并在弹出的窗口中选中需要删除的缓存如下图所示:
热心网友
时间:2023-11-21 02:03
不是,只要您使用电脑,系统就会产生垃圾文件,一般为缓存文件,文件碎片,错误日志,等等,可以通过以下批处理来解决,实现自动删除系统垃圾的功能。您可以将它放入启动文件夹。这样电脑每次启动后都可以自动删除系统垃圾了。
请把一下代码保存为*.bat
__________________________________________________________________
@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%\cookies\*.*
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 清除系统垃圾完成!
echo. & pause
___________________________________________________________________
从echo off开始至pause结束。
热心网友
时间:2023-11-21 02:03
点击我的电脑,然后右键选择C盘的属性,然后磁盘清理,确定,开始清理,结束了再确定就可以了
建议安装安全卫士360,里面有清除上网记录功能,比较方便.