公告:服务器迁移已顺利完成! 网址全面启用 https

服务器2号 服务器3号 服务器4号 服务器5号

申请VIP无广告,支付宝,微信,USDT!
在线客服请尝试以下不同链接如果进不了的话在线客服(1) (2) (3) (4) (5) (6)
(7) (8) (9) 实时开通

查看完整版本: 电脑垃圾清理

hongse250 2011-6-22 11:53

电脑垃圾清理

*** 作者被禁止或删除 内容自动屏蔽 ***

richack526 2011-6-22 12:08

不知道你会不会编程,如果会的话就好了,用c语言就可以编貌似

prtty00111 2011-6-22 12:09

直接用360清除就好了啊。。。进360里面的垃圾清理。。。

xcycy869 2011-6-22 12:17

请楼主去安装个360吧,倒还可以的,我是经常用这玩艺儿搞清理的,再不行,学习学习GHOST吧,那个好用的。

he19778300 2011-6-22 12:25

好多软件都带有清理垃圾文件的,而且有些还是系统自带的。试着用360或者超级兔子清理,连无用的注册表什么的都能帮你清理。

tanyunsong 2011-6-22 12:36

装个360就可以了嘛,方便多了啊,什么都可以搞掂

starstar110 2011-6-22 12:38

装360是一个办法,虽然有的时候有点麻烦,装一个C处理文件也可以,很小的软件

ultraly2010 2011-6-22 12:38

推荐使用360安全卫士之类的软件,金山,qq的也都行。

klose416 2011-6-22 12:42

windows优化大师自带的优化也可以试试

电熊 2011-6-22 12:47

这个去网上搜一下,有不少类似的东西可以用,自己做就不会了.

lilei999 2011-6-22 12:48

现在金山卫士比360的好用多了 很多系统问题都可以解决 推荐安装2.6版本的 很好用

lgc1972 2011-6-22 12:56

我用的是360.天天体检天天有百来兆垃圾,不清理速度就很慢,无奈!

g7410 2011-6-22 13:34

金山卫士什么的软件都有清理功能而且很不错,LZ可以试试。

自己写。。。不用这么生猛吧,这要写需要几周的

ximinga59 2011-6-22 13:35

用360清理就可以了,如果你不想用的话可以试一试这个,我自己一直在用,复制下面代码到txt然后另存为 清除系统LJ.bat就行了。用这种方法清理很快,当然也可以配合360之类的
      
    @echo off
    echo 正在清除系统垃圾文件,请稍等......     

    del /f /s /q %systerive%\*.tmp     

    del /f /s /q %systerive%\*._mp     

    del /f /s /q %systerive%\*.log     

    del /f /s /q %systerive%\*.gid     

    del /f /s /q %systerive%\*.chk     

    del /f /s /q %systerive%\*.old     

    del /f /s /q %systerive%\recycled\*.*     

    del /f /s /q %windir%\*.bak     

    del /f /s /q %windir%\prefetch\*.*     

    rd /s /q %windir%\temp &  %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

[[i] 本帖最后由 ximinga59 于 2011-6-22 13:37 编辑 [/i]]

fortalk126 2011-6-22 13:38

很多电脑辅助软件都有这功能  360  兔子 优化大师 QQ电脑管家 清理专家 数不胜数啊

ycjdixon 2011-6-22 13:40

@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
把上面都复制到TXT文档,保存类型为bat

businiao1 2011-6-22 14:49

网上流传着一个 小文件, 是清理系统的, 一个 几百K的  bat 。自己找找吧。

woshishadan111 2011-6-22 14:53

把下面代码复制用记事本转存为BAT文件
@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 s\*.*   
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\*.*"   
sfc /purgecache '清理系统盘无用文件   
defrag %systemdrive% -b '优化预读信息   
echo 清除系统垃圾完成!
echo 现在大家满足了吧!!!   
echo. & pause

lyd2823 2011-6-22 15:08

*** 作者被禁止或删除 内容自动屏蔽 ***

shc036 2011-6-22 15:12

*** 作者被禁止或删除 内容自动屏蔽 ***
页: [1] 2 3
查看完整版本: 电脑垃圾清理