每次用360清除垃圾文件后,开机分辨率总是变低,这是怎么回事,如何解决

来源:百度知道 编辑:UC知道 时间:2024/06/22 13:36:13
分辨率被改后,显卡驱动我都重新装过的,但再次清除垃圾文件后,这种情况又会出现 ,360的设置都恢复了,还是这样
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\*.*"