⑴ 找一个日常清理电脑垃圾小软件

系统垃圾清理:
金山清理专家
2.75
Build
20100118|文件和
IE
插件..
http://www.ly910.com/download/bencandy-htm-fid-41-id-25982-page-1.htm

360系统垃圾清理
1.0|在安全卫士中提取、方便进行..
http://www.ly910.com/download/bencandy-htm-fid-41-id-39672-page-1.htm

恶意软件清理助手2010
3.5.4.2(0405)|全新清理引擎..
http://www.ly910.com/download/bencandy-htm-fid-41-id-24387-page-1.htm

一键清除垃圾
V2.86|可以删除系统中的不必要的垃圾..
http://www.ly910.com/download/bencandy-htm-fid-41-id-25749-page-1.htm

超级兔子清理天使
V1.31|清除无用的注册表键值和文..
http://www.ly910.com/download/bencandy-htm-fid-41-id-29445-page-1.htm

Windows清理专家2009
1.0.1.9323|简单易用电脑清理..
http://www.ly910.com/download/bencandy-htm-fid-41-id-28571-page-1.htm

鲁大师:
http://www.ly910.com/download/bencandy-htm-fid-34-id-22391-page-1.htm

⑵ 电脑后台自动运行的程序太多 怎么清理 最好有个什么软件

可以使用360安全卫士或者腾讯电脑卫士中的一个就可以了...

⑶ 怎么制作清除电脑里垃圾的小程序

建一个批处理文件,内容如下,每次要用的时修双击就可以了
@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
清理系统垃圾完成!
echo.
&
pause

⑷ 如何自己制作清理系统垃圾的小程序

如下(比较经典的一个)
@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
清除系统垃圾完容成!
echo.
&
pause

⑸ 格子啦教您怎样制作电脑垃圾清理小程序

不建议,清理不干净还怕异常
试试腾讯电脑管家,带清理垃圾功能,提供多达十种系统级别和应用级别垃圾清理
在电脑管家主界面上点击"清理垃圾",确认相关垃圾类型被勾选后,点击"开始扫描",然后点击"立即清理",如果有需要确认才能清理的垃圾,会您确认后再进行深度清理,以实现快速、安全地清理掉电脑中的垃圾文件。

⑹ 30秒清除电脑垃圾的小程序对电脑会有害吗

没有,删除的都是些没有用的东西,都是些系统产生,或者上网产生的临时文件!

⑺ 如何自己制作一个专门清理系统垃圾的小软件!

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

将上面的代码用记事保存,文件名为: 清除系统垃圾.bat

即可清除系统垃圾 保存好之后去我的文档移到桌面

⑻ 清理垃圾的小程序

@echo off
title 清理系统垃圾工具
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 清除系统垃圾完成!感谢您的使用!
echo. & pause 新建文本文档,把上面这段复制进去,然后另存为XXX.bat就行了

⑼ 如何清理电脑里不需要的应用程序

在设置的控制面板里面,点击删除试试吧。