多语言展示
当前在线:1166今日阅读:176今日分享:34

psv怎么清理系统垃圾

电脑用久了会产生很多系统垃圾 如何清理呢介绍几种方法
工具/原料

上网电脑一台

方法/步骤
1

下载杀毒软件 里面有清理系统个垃圾的选项

2

系统管理软件来清理垃圾

3

一键清理系统垃圾bat新建记事本文件把代码@echo offecho 正在清除系统垃圾文件,请稍等......del /f /s /q  %systemdrive%\*.tmpdel /f /s /q  %systemdrive%\*._mpdel /f /s /q  %systemdrive%\*.logdel /f /s /q  %systemdrive%\*.giddel /f /s /q  %systemdrive%\*.chkdel /f /s /q  %systemdrive%\*.olddel /f /s /q  %systemdrive%\recycled\*.*del /f /s /q  %windir%\*.bakdel /f /s /q  %windir%\prefetch\*.*rd /s /q %windir%\temp & md  %windir%\tempdel /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存为后缀为.BAT的文件运行即可清除系统垃圾

注意事项

电脑最少3天清理一次垃圾以保证系统健康运行

推荐信息