微软自己出的电脑管家不错,MJJ可以试试

查看 80|回复 8
作者:ouou8   
微软win系统的优势,早就应该出了。最近这两年才想起搞这个。

微软, 出了, 管家

louiejordan   
都2024年了,为什么还要用各种电脑管家?
ouou8
OP
  

louiejordan 发表于 2024-2-6 12:41
都2024年了,为什么还要用各种电脑管家?

清理垃圾,换成不错啊。难不成大佬你手动清理这些东西
msn   
纯净吗?有国内的影子吗
飞翔的石头   
   
都用这个代码清理
[ol]@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[/ol]复制代码
louiejordan   

ouou8 发表于 2024-2-6 12:42
清理垃圾,换成不错啊。难不成大佬你手动清理这些东西

无非就是一些浏览器缓存,这东西还需要借助工具清理?升级安装文件借助everything搜一下就能删了。
ouou8
OP
  

MSN 发表于 2024-2-6 12:44
纯净吗?有国内的影子吗

官网下载的应该没有多余的东西。
ouou8
OP
  

飞翔的石头 发表于 2024-2-6 12:45
都用这个代码清理

win7及以前用过这类代码清理过垃圾,有时会出问题。后来不用了
魔法师   
其实最好的用是弹窗管理 国产软件广告太多,以前用火绒现在用微软
您需要登录后才可以回帖 登录 | 立即注册

返回顶部