如何清理C盘中的垃圾文件?
发布网友
发布时间:2022-03-22 12:14
我来回答
共8个回答
热心网友
时间:2022-03-22 14:00
将下列编码复制到记事本
然后另存为 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
热心网友
时间:2022-03-22 15:35
先用优化大师,
不过就你的情况,点桌面,右击我的电脑--属性--点"系统还原"界面--在"并闭系统还原"前打勾--应用
试试,可以省出一大块空间,嘿嘿:)
热心网友
时间:2022-03-22 17:26
@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
打成BAT
运行
热心网友
时间:2022-03-22 19:34
用 恶意软件清理助手软件清理临时文件
热心网友
时间:2022-03-22 22:16
下个优化大师!
热心网友
时间:2022-03-23 01:14
先磁盘清理如果不行 系统还原 把 .
热心网友
时间:2022-03-23 04:28
下个优化大师
热心网友
时间:2022-03-23 08:00
磁盘清理