优艾设计网

自做清理系统垃圾文件代码??

优艾设计网 https://www.uibq.com 2022-12-13 17:39 出处:网络 作者:电脑技术
自做清理系统垃圾文件代码优艾设计网_Photoshop交流?杨华毅 2021-04-07 09:13 优艾设计网_设计
自做清理系统垃圾文件代码优艾设计网_Photoshop交流
杨华毅 2021-04-07 09:13

优艾设计网_设计 新建记事本。复制以下内容。另存为*.bat文件。运行。

用空间来记一下。。发现空间存这种东西简直方便哦。免得重装系统就丢了。弄了几个U盘又太麻烦了。

!要删除系统文件。

@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 清除系统垃圾完成!

echo. & pause


邓磊 2021-04-07 09:16

自动清理垃圾的话 我直接用腾讯电脑管家清理

建议不要去手动用代码去弄

一般电脑浏览网页或者下载东西会产生垃圾文件

垃圾文件积累多了就会导致电脑变卡

电脑突然蓝屏、游戏变卡、网页变卡等等优艾设计网_设计百科

【腾讯电脑管家】首页就可以看见:【清理垃圾】,可以设置成自动扫一扫

我至少一周要清理1次。


李辉 2021-04-07 09:21

在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat。

OK!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。

@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%prefe优艾设计网_在线设计tch*.*

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


0

精彩评论

暂无评论...
验证码 换一张
取 消