怎么清除电脑中隐藏的垃圾文件和垃圾程序
发布网友
发布时间:2022-06-06 15:14
我来回答
共3个回答
热心网友
时间:2023-10-10 07:38
如果是清理垃圾文件可以用 windows优化大师 或者也可以用下面的代码 做成BAT程序 也可以
@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 s\*.*
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\*.*"
sfc /purgecache '清理系统盘无用文件
defrag %systemdrive% -b '优化预读信息
echo 清除系统LJ完成!
echo. & pause
如果是流氓软件的话 就用360安全卫士
热心网友
时间:2023-10-10 07:38
搜索一下:快速清除电脑垃圾.bat 才及K的批处理文件。
windows优化大师
超级兔子 都有此功能。
手动查找起来太麻烦了。
热心网友
时间:2023-10-10 07:39
下载个优化大师或者超级兔子就行