为啥我重装系统后,一点右键就出现错误.

来源:百度知道 编辑:UC知道 时间:2024/06/07 03:56:05
就出现错误的对话框,在别的地方没啥,就是在桌面上右击回出现,还有我的电脑里面...咋办呢

你安装的系统有问题,换一张系统盘重装。

解决方案重启系统F8进入安全模式:
一、运行 输入cmd
回车在命令提示符下输入;
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
二、将以下命令存成一个yf.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 "%userprof