我已经删徐了风行,但是为什么C盘的空间跟未删徐的时候一样

来源:百度知道 编辑:UC知道 时间:2024/06/10 10:33:59
为什么会这样,
是风行网络电影

风行软件不大虽然删除了,但是在显示的时候几乎未变很正常。若想清理系统垃圾又不想安装软件,你看下面:

用我这个批处理清理系统的垃圾文件很方便,我用几年了!
把下面的东西复制到空白文档后把文档名字保存的为“一键清理系统垃圾.bat”
然后双击即可清理系统的垃圾。

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 清理系统垃圾完成!

<