mp3语音芯片:一个清理系统垃圾的批处理命令,不会对系统造成破坏吧?

来源:百度文库 编辑:神马品牌网 时间:2024/05/06 19:05:28
@echo off
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 %windir%\*.bak
del /f /q %systemdrive%\recycled*.*
rd /s /q %windir%\temp & md %windir%temp
rd /s /q %temp% & md %temp%
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
rd /s /q "%userprofile%\Local Settin gs\Tempporary Interent Files"
cls & echo 清除垃圾成功完成!
echo. & pause

此批处理分别为:
删除临时文件夹的内容;
删除磁盘中安装过程中的临时文件;
删除垃圾桶里的内容;
清除当前用户的COOKIES文件;
删除“开始”菜单“文档”中的内容;
删除IE浏览器打开网页后遗留下的内容;

对系统完全没有破坏。

这个一般不会,因为系统只会对临时文件在生成这种文件名。所以你放心删就OK了!

不会的 放心吧

没事