发布网友 发布时间:2022-04-23 02:27
共6个回答
热心网友 时间:2023-10-23 20:51
用一键清理系统垃圾
用金山清理专家或windows优化大师
开始菜单-设置-控制面板-文件夹选项-查看然后你就看到隐藏文件夹 显示所有文件夹上面打钩。然后去删掉你
热心网友 时间:2023-10-23 20:52
把下面代码复制到记事本里,另存为 clock.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
热心网友 时间:2023-10-23 20:52
开始菜单-设置-控制面板-文件夹选项-查看然后你就看到隐藏文件夹 显示所有文件夹上面打钩。然后去删掉你耀删的文件夹就可以了。
回答完毕
热心网友 时间:2023-10-23 20:53
用金山清理专家或windows优化大师
热心网友 时间:2023-10-23 20:53
电脑永久了,会产生很多的垃圾文件,而且影响电脑的上网速度,现在教大家一个方法,自己制作清楚系统垃圾的可执行文件:
新建一个记事本并输入以下的内容:(红色的部分)
@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 清除系统LJ完成!
echo. & pause
然后保存,保存文件类型为“所有文件”,名字为“清除系统LJ.bat”点击确定!系统垃圾文件清除器制作完成了.
双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!
该方法比优化大师好用,不会损坏系统文件,只删除系统盘C盘的垃圾文件!
参考资料:http://hi.baidu.com/haiyang0616/blog/item/060bb7b3cad59ea2d8335a36.html
热心网友 时间:2023-10-23 20:54
用(清除系统)