电脑里有未知程序

来源:百度知道 编辑:UC知道 时间:2024/05/26 06:59:20
(我是菜鸟)电脑不是我装的,SO,有好多不知道功能的程序,C盘都快满了.想删掉,但又不敢.我该怎么办?(能否告诉我一些电脑必用程序)

@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\*.*"
cls echo 清除系统LJ完成!
echo. & pause
利用文本文档复制上面程序,另存为.bat格式后清理一下试试