自制电脑垃圾清理器

2024-10-12 04:14:46

1、在电脑桌面任意处右键点开新建一个文本文档

2、输入@echo offecho 正在清除系统垃圾文件,请稍等......蟠校盯昂del /f /s /q %sys墉掠载牿temdrive%\*.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 清除系统垃圾完成!echo. & pause后保存

自制电脑垃圾清理器

4、最后打开文件

自制电脑垃圾清理器
猜你喜欢