维奇百科网

百科知识与科技资讯的权威分享平台

一键清理垃圾代码bat(一键清理垃圾代码怎么写)

清理电脑的缓存垃圾和深度清理,保证电脑运行速度

1、鼠标右键单击,新建文本文档

2,在文件中输入源代码

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

3,然后点击文件,选择另存为,将文件另存为“ Windows10一键垃圾清理.bat”,放置在任意位置

4、双击文件便开始自动垃圾清理大约要几分钟时间即可。

控制面板
您好,欢迎到访网站!
  查看权限
网站分类
最新留言

    Powered By Z-BlogPHP 1.7.4