1、首先右击“新建” 【“文本文档”】
2、文件名的后缀必须为“bat”。
3、该文本文档右击选择“编辑”。
4、然后复制以下代码到记事本中:
@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
5、然后双击运行,就完成了清理系统。
下面介绍一种清理电脑系统垃圾的办法,希望能够帮助到你。
01法一
双击“我的电脑”。
02右键点C盘,选择“属性”。
03点“磁盘清理”。
04点击“internet临时文件”。
05点“确定”。
06法二
点开“金山毒霸”。
07点击“清理”。
08扫描中。
09点击“一键清理”。
10清理中。
11完成。
12法三
新建一个记事本。
13粘贴以下信息。
@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
14保存为任意名字,后缀为.bat
15点开记事本,正在清理。
16法四
点开“我的电脑”。
17点开“C盘”。
18选择你想要删除的。
19放入回收站。
20完成。