清除系统垃圾.bat,怎样把预读文件夹里面内容放到bat一键垃圾清理下?
清除系统垃圾.bat,怎样把预读文件夹里面内容放到bat一键垃圾清理下?
1、在“桌面”上新建一个“记事本”,然后我们打开记事本,在记事本中,输入以下代码:
@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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清除系统垃圾完成!
echo. & pause
2、在输入代码之后,我们保存退出,并将文件重命名,名字随便取,但是后缀名一定要是“.bat”,例如“学无忧.bat”。然后直接双击打开运行就可以了。
大家还利用一些电脑管理软件进行清理吗?掌握此方法,能够一键清理系统垃圾文件,十分的实用便捷!
华为widow怎么清内存?
1、右键桌面空白处,选择“新建”-“文本文档”并双击打开。
2、然后将以下源代码放入记事本文本文档中:
@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、将以上源代码放入记事本文本文档后,点击“文件”-“另存为”。
4、弹出另存窗口时,选择保存在桌面,重命名为“一键清理系统垃圾.bat”,保存类型选择“所有文件”,点击“保存”,之后再关闭记事本。
5、回到桌面那就可以看见“一键清理系统垃圾.bat”,双击打开即可运行。
6、会自动进行系统垃圾清理。
7、清理完毕之后,你可以按键盘任意键即可结束,完成一键清理系统垃圾。
8、最后,你的电脑就会恢复良好的运行速度了,操作流畅。
怎么清理电脑垃圾?
方法一:
鼠标在桌面右键“新建”--文本文件(txt后缀),输入以下内容后保存,然后将后缀txt改为bat。进行系统清理时,双击此文件即可。
以下内容:
@echo off
echo 正在清除系统垃圾文件,请稍等......
pause
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
方法二:
运行磁盘清理:
运用C盘属性中的磁盘清理程序对C盘垃圾进行清理。方法:右键点击C盘→属性→常规→磁盘清理→选择要清理的垃圾文件→确定。
方法三:
使用第三方软件进行清理,如360安全卫士、百度管家、金山管家等。
清理系统垃圾命令?
电脑清理系统垃圾命令:
@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、首先在桌面bai新建一个txt文件,右键空白处打开菜单,选择“新建--文本文档”;
2、打开新建的txt文件,复制系统清理命令代码到txt文件中;
3、然后点击“文件”打开菜单,选择“另存为”;
4、打开“另存为”窗口后,把“保存类型”更改为“所有文件”,将“文件名”改为“文件名.bat”的形式,然后点击“保存”;
5、然后桌面出现了一个bat格式的文件;
6、点击“一键清理.bat”即可开始清理系统垃圾,等待清理完成后按任意键退出。
华为win10家庭版如何一键清理功能?
1、右键桌面空白处,选择“新建”-“文本文档”并双击打开。
2、然后将以下源代码放入记事本文本文档中:@echo offecho 正在清除系统垃圾文件,请稍等......del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mpdel /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /f /s /q %systemdrive%\*.olddel /f /s /q %systemdrive%\recycled\*.*del /f /s /q %windir%\*.bakdel /f /s /q %windir%\prefetch\*.*rd /s /q %windir%\temp & md %windir%\tempdel /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. & pause3、将以上源代码放入记事本文本文档后,点击“文件”-“另存为”。4、弹出另存窗口时,选择保存在桌面,重命名为“一键清理系统垃圾.bat”,保存类型选择“所有文件”,点击“保存”,之后再关闭记事本。5、回到桌面那就可以看见“一键清理系统垃圾.bat”,双击打开即可运行。6、会自动进行系统垃圾清理。7、清理完毕之后,你可以按键盘任意键即可结束,完成一键清理系统垃圾。8、最后,你的电脑就会恢复良好的运行速度了,操作流畅。