作者:尚伦旺 | 来源:互联网 | 2023-09-24 18:49
电脑本身应该不能的怎样清理设置,可以做做磁盘清理,要定时清理的话得下专门的软件,像我现在用的电脑管家就可以设置自动清理,我设置的是三天扫描一次,因为使用比较频繁
电脑本身应该不能的怎样清理设置,可以做做磁盘清理,要定时清理的话得下专门的软件,像我现在用的电脑管家就可以设置自动清理,我设置的是三天扫描一次,因为使用比较频繁~到时就自动扫描提醒你清理啦~
不用这么麻烦
我建议你安装个360安全卫士怎样清理设置,
他会帮你在适当的时候提示你清理怎样清理设置,并告诉你哪些需要清理?哪些可以清理
360就可以啊
把下面的代码 在桌面新建一个txt 文件怎样清理设置,在重命名把txt文件改为bat文件
@echo offecho -----------------------------------------------------------------------------
echo 清空IE临时文件目录怎样清理设置。
怎样清理设置。。
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*怎样清理设置。*"
del /f /s /q "%userprofile%\Local Settings\Temp\*怎样清理设置。
echo 正在清除系统临时文件 *怎样清理设置。tmp *。_tmp *。log *。chk *。old ,请稍等。。。
del /f /s /q %systemdrive%\*怎样清理设置。tmp
del /f /s /q %systemdrive%\*怎样清理设置。
_mp
rem 怎样清理设置。log大部分有可能有用
rem del /f /s /q %systemdrive%\*怎样清理设置。log
del /f /s /q %systemdrive%\*怎样清理设置。gid
del /f /s /q %systemdrive%\*怎样清理设置。
chk
del /f /s /q %systemdrive%\*怎样清理设置。old
echo 清空垃圾箱,备份文件和预缓存脚本怎样清理设置。。。
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
rem cooke和最近历史还是保留吧怎样清理设置。。。
rem del /f /q %userprofile%\COOKIES s\*怎样清理设置。
rem del /f /q %userprofile%\recent\*怎样清理设置。*
echo 清理系统盘无用文件怎样清理设置。。。
%windir%\system32\sfc怎样清理设置。exe /purgecacheecho
优化预读信息怎样清理设置。。。
%windir%\system32\defrag怎样清理设置。
exe %systemdrive% -b
echo 清除系统完成怎样清理设置!
echo -----------------------------------------------------------------------------
将上面的文件存为“一键清理系统垃圾怎样清理设置。
bat”,然后双击运行即可怎样清理设置。
建议:最好是一周运行一次清理怎样清理设置。