提示在活动的激活上下文中没有找到任何查找密钥的解决方法[已测]

  @echo off

  :reply

  echo 修复网络无响应

  ipconfig /release

  arp -d *

  nbtstat -r

  ipconfig /flushdns

  nbtstat -rr

  ipconfig /registerdns

  net start

  echo 操作结束

  pause >nul

  goto aa

  :aa

  cls

  echo 解决激活上下文中没有找到任何查找密钥弹

  netsh winsock reset

  echo 操作结束

  pause

  goto final

  :final

  echo 重新加载上网调用所有动链接库(终级解决)

  regsvr32 /s Shdocvw.dll

  echo 重新加载WIN32目录下Shdocvw.dll成功!!!

  regsvr32 /s Oleaut32.dll

  echo 重新加载WIN32目录下Oleaut32.dll成功!!!

  regsvr32 /s Actxprxy.dll

  echo 重新加载WIN32目录下Actxprxy.dll成功!!!

  regsvr32 /s Mshtml.dll

  echo 重新加载WIN32目录下Mshtml.dll成功!!!

  regsvr32 /s Urlmon.dll

  echo 重新加载WIN32目录下Urlmon.dll成功!!!

  regsvr32 /s Msjava.dll

  echo 重新加载WIN32目录下Msjava.dll成功!!!

  regsvr32 /s Browseui.dll

  echo 重新加载WIN32目录下Browseui.dll成功!!!

  regsvr32 /s Shell32.dll

  echo 重新加载WIN32目录下Shell32.dll成功!!!

  echo.

  echo 操作结束,请按任意键退出!

  pause >nul