VX截图_20240807204853.png (81.72 KB, 下载次数: 1)
Suky 发表于 2024-8-8 08:03
我设置的Q不自动更新只提醒的
但是早上强制自动更新了
然后多了这个
动画.gif (902.59 KB, 下载次数: 0)
@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\*.*"
for /f "delims=" %%a in ('dir /ad /b /s "%userprofile%\Local Settings\Temp\*.*" ^|sort /r') do (
rd "%%a">nul 2>nul &&echo 空目录"%%a"自定义成功删除!
)
echo 清除系统垃圾完成!
echo. & pause
欢迎光临 精易论坛 (https://125.confly.eu.org/) | Powered by Discuz! X3.4 |