按快捷键win+R(win键为电脑键盘上一个圆圈,圆圈内为window开机标志符)

输入cmd 进入windows终端分别输入以下两条命令:

for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i

for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i

等这两条命令运行完毕,重新启动电脑即可