具体如下:
1、在桌面上创建一个新记事本,也就是文本文档txt.
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% ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir% emp & md %windir% emp
del /f /q %userprofile%cookies*.*
del /f /q %userprofile% ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile% ecent*.*"
echo 清除系统LJ完成!
echo. & pause
3、点"文件"--"另存为". 然后把文件名改为"清除系统LJ.bat" ( 注意后缀名一定是".bat") , 其余的不用管,点保存就可以了.
4、在桌面上打开"清除系统LJ",OK!
综上所述,这就是我关于这个问题的一些回答了,希望上面的回答可以对你有所帮助,当然如果有什么方面不足或者没提及的,欢迎大家多多补充进来,可以在留言中互动,谢谢!