⑴ 找一個日常清理電腦垃圾小軟體

系統垃圾清理:
金山清理專家
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就行了

⑼ 如何清理電腦里不需要的應用程序

在設置的控制面板裡面,點擊刪除試試吧。