总是提问我的C盘满了?也删除不了,并且看不了电影,高手帮帮忙哪!~

来源:百度知道 编辑:UC知道 时间:2024/07/02 05:05:15
现在开机什么都做不了,有没有可能是中病毒了呢?高手帮帮小妹吧!~我该怎么办呢??

C盘属性>>磁盘清理

把扫描出来的全选上,点清理即可

在记事本里面输入以下内容,然后将文件改名为(任意名字)*.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\*.*
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\*.*"
echo 清除系统垃圾完成!

以后只要双击运行该文件,屏幕提示“清除系统LJ完成!<