清除文件清除完了就会自动关闭吗?就是那个清除系统LJ.bat格式的。

2024-12-15 16:00:23
推荐回答(3个)
回答1:

说明你的代码打错了
这是正确的
新建一个记事本并输入以下的内容:

@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

打开还是记事本另存为这里最后将它保存,然后更名为“清除系统LJ.bat”

回答2:

你已经成功了、只不过你复制的垃圾清理 没有暂停 回显就是啦、 其实是一样的!

你也可以自己加么? 就如 楼上的一样!

回答3:

不会的。你可以查看LJ.bat是否有shutdown 相关的项。