二级网页连接打不开如何解决

首先按Win+R打开运行,输入cmd进入命令提示符。

接着在命令提示符中输入for %1 in (%windir%system32*.dll) do regsvr32.exe /s %1回车,等待注册完毕即可解决问题。