WSAStartup() 失败,或者您安装的 Winsock 版本不正确

Iss*_*lis 3 windows-7 utorrent netsh

我试着在谷歌上搜索这个问题的答案,但我找不到。所以我在这里发帖寻求帮助。当我尝试打开 uTorrent 时,出现此错误:

WSAStartup() failed, or you have the incorrect version of Winsock installed.

这只是突然发生的。我不知道是什么导致了这种情况。当我尝试在控制台中使用“netsh winsock reset”命令重置 winsock 时,出现此错误:

Initialization Function InitHelperDll in NSHHTTP.DLL failed to start with error code 10107 Access is denied.

是的,我以管理员身份运行了 cmd.exe。

有人可以帮我吗?

Blu*_*303 5

看来您的 winsock 已损坏。一种解决方案是登录到另一台健康的 PC 并仅从以下位置导出 winsock 和 winsock2 注册表项

HKLM/System/CurrentControlSet/Services
Run Code Online (Sandbox Code Playgroud)

到闪存驱动器,将它们导入本地注册表,重新启动机器。否则winsock.dll从另一台健康的 PC复制文件。DLL 位于:

c:/WINNT/system32/winsock.dll
Run Code Online (Sandbox Code Playgroud)

更换您的机器并重新启动它,您的问题将得到解决。