今天上午我还在土豆网看电影可下午为什么就显示...

发布时间:2024-05-13 03:39 发布:上海旅游网

问题描述:

如果你无法播放此视频, 请先确认是否安装了最新的 Flash 播放器
--- 跳转以安装最新的 FlashPlayer 播放器
我下载了可是还不能看

问题解答:

如果排除网络问题和木马病毒问题的话,主要是系统内的垃圾文件太多了,看看C盘是不是占满了,时常清理下会好些的。

简易清理方法:
1桌面右键新建一个文本文档,把“————”内的代码拷贝到里面(————不需拷贝)。
2另存为改名为“清除系统垃圾”后缀名改为.bat格式的保存。
3再双击“清除系统垃圾.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 清除系统垃圾完成!
echo. & pause

——————————————————

热点新闻