@echo off\x0d\\x0d\echo 正在清除系统垃圾文件,请稍等\x0d\\x0d\del /f /s /q %systemdrive%\tmp\x0d\\x0d\del /f /s /q %systemdrive%\_mp\x0d\\x0d\del /f /s /q %systemdrive%\log\x0d\\x0d\del /f /s /q %systemdrive%\gid\x0d\\x0d\del /f /s /q %systemdrive%\chk\x0d\\x0d\del /f /s /q %systemdrive%\old\x0d\\x0d\del /f /s /q %systemdrive%\recycled\\x0d\\x0d\del /f /s /q %windir%\bak\x0d\\x0d\del /f /s /q %windir%\prefetch\\x0d\\x0d\rd /s /q %windir%\temp & md %windir%\temp\x0d\\x0d\del /f /q %userprofile%\s\\x0d\\x0d\del /f /q %userprofile%\recent\\x0d\\x0d\del /f /s /q “%userprofile%\local settings\temporary internet files\”\x0d\\x0d\del /f /s /q “%userprofile%\local settings\temp\”\x0d\\x0d\del /f /s /q “%userprofile%\recent\”\x0d\\x0d\echo 清除系统lj完成!\x0d\\x0d\echo & pause \x0d\\x0d\写好后,另存为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
3
编辑完成保存后,修改名字和后缀名,如 清理系统垃圾bat ,修改完成后,打开后就会自动清理垃圾了。
这里分享下鸿蒙系统清理运行程序的方法。
手机:华为Mate9
系统:安卓901
1、首先打开手机,点击设置,如下图所示。
2、然后在打开的设置页面中,点击存储。
3、接着在打开的页面中,点击清理加速。
4、之后可以看到很多选项,点击选择其中一项后面的去清理。
5、最后点击勾选上这些选项,点击删除,就完成了。
将以下程序保存到记事本中,然后另存为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%\小甜饼s\
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
再配合Windows优化大师挺好用的
这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦
新建一个记事本并输入以下的内容:
@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
打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统LJbat”
ok!你的LJ清除器就这样制作成功了!
以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!
以上就是关于电脑清理系统垃圾文件的文本文件程序是什么全部的内容,包括:电脑清理系统垃圾文件的文本文件程序是什么、如何清理系统进程、制作清理系统垃圾程序的步骤是怎么样的等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)