清除系统LJ.bat
解决时间 2021-06-05 05:54
- 提问者网友:锁深秋
- 2021-06-04 21:22
我在贴吧里看到一个叫清除系统LJ.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
我想问一下,安全吗.?
谢谢回答...
最佳答案
- 五星知识达人网友:蕴藏春秋
- 2021-06-04 22:51
这个安全,我呢给一个具体解释,希望采纳,谢谢
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp 清除系统中*.TMP的垃圾(临时文件)
del /f /s /q %systemdrive%\*._mp 和上面一样
del /f /s /q %systemdrive%\*.log 清除系统中的LOGO日志
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 快速清除
反正没害,建议吧
del /f /s /q %windir%\prefetch\*.* 清除系统预启动程序文件
rd /s /q %windir%\temp & md %windir%\temp 垃圾文件
del /f /q %userprofile%\cookies\*.* 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文件必须具备的命令行
全部回答
- 1楼网友:人间朝暮
- 2021-06-05 03:21
- 2楼网友:撞了怀
- 2021-06-05 03:14
安全你可以放心使用,删除的都是一些临时、备份文件。
- 4楼网友:归鹤鸣
- 2021-06-05 01:05
这是给系统瘦身用的,只是清除些历史痕迹、废弃文件、缓存等,对电脑没危害
- 5楼网友:春色三分
- 2021-06-04 23:46
不用这么麻烦的,给你介绍一个安全的,用无影无踪系统垃圾清理软件,或者用360安全卫士里的系统垃圾清理也可以.
我要举报
大家都在看
推荐资讯