电脑使用一段时间后会有很多垃圾,影响电脑运行速度。昌轮制作“.bat”windows批处理文件,可以一键彻底清除系统垃圾,具体制瞎敬作方法是:
1、在电脑桌面空白处,右键点击,新建一个“文本文档”;
2、复制以下源代码:
@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
粘贴到文本文档里,保存为“.bat”文件,这就是windows批处理文件;
3、为了今后方便使用,可以将其改名为“清除系统垃圾”;
4、双击该文件,即可自动彻底清除电脑系统垃圾,直至完成,按任意键退出。