清理系统LJ.bat怎么样在桌面形成
求电脑高手帮忙!看下这是什么问题~急!
- 提问者网友:浮克旳回音
- 2021-05-06 17:17
- 五星知识达人网友:第幾種人
- 2021-05-06 17:56
内容程序你应该找的到吧??复制进记事本里面,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“LJ.bat”,就完成了。记住后缀名一定要是.bat
程序内容:@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
- 1楼网友:玩世
- 2021-05-06 18:02
开始》程序》附件》记事本》。。。。》另存为》桌面》保存类型:所有文件
文件名字 按你的脚本复制