自建清除电脑系统垃圾的文件
yct45[T] 最近弄了一个清除系统垃圾的文件感觉还可以,发出来供大家参考一下yct52[T]
创建步骤如下:
1. 在桌面上创建一个记事本,打开记事本,然后把把下面的这些代码复制粘贴入记事本里。
@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
2. 保存记事本,重新命名记事本名字,比如名字为: 清除垃圾.bat,切记,一定要以.bat为后缀名。
3.命名好后,打开文件,就能很轻松的清除你的系统垃圾,提高电脑的速度。yct34[T] 谢 之前好像已有类似的代码。 行不行? [b]回复 [url=http://bbs.3miao.net/redirect.php?goto=findpost&pid=642833&ptid=54630]3#[/url] [i]biaob[/i] [/b]
是么?没注意看 [b]回复 [url=http://bbs.3miao.net/redirect.php?goto=findpost&pid=642883&ptid=54630]4#[/url] [i]甫圣[/i] [/b]
可以,你试试就知道 [b]回复 [url=http://bbs.3miao.net/redirect.php?goto=findpost&pid=642710&ptid=54630]2#[/url] [i]苗家17妹[/i] [/b]
表客气 **** 作者被禁止或删除 内容自动屏蔽 ****
页:
[1]
