设置电脑自动清理需要如何操作
1、 对于电脑的清理垃圾我们可以使用自动设置来完成清理,首先我们可以进入到电脑的菜单栏。
2、 通过电脑的菜单栏找到电脑的所有属性然后点击打开,找到蚊栗注附件排新里面的文本文档,然后侮盆打开。
3、在文本文档中输入@echo off
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\*.*"
4、 在文本文档输入以上的自动清理程序后,我们可以另存为在我们的电脑中,然后就可以清理。
1、 对于不善于电脑操作的电脑用户,我们可以使用腾讯电脑管家对电脑的清理进行自动设置,首先进入到腾讯电脑管家的清理界面中
2、 我们可以在腾讯电脑管家的清理设置中,设置自动清理功能,开启扫一扫设置,然后设置每隔多久清理一次。