这个东西能用吗 会编程的人来看一下

来源:百度知道 编辑:UC知道 时间:2024/06/19 02:40:51
在网上看到的这个东西 http://cache1.club.6.cn/topic/10/626717/1.html
不知道用了过后电脑会不会出问题

@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

如国没记错的话,这个应该是网易首发的,放心用吧,这是个批处理文件,清除垃圾的,比如删除IE的临时文件....功效还不错.

清除临时文件的,能用

那是批处理文件,复制后粘贴到记事本,保存为.bat或.cmd作扩展名的文件,双击就可以运行.无非是清垃圾文件的

批处理文件