我acidentially在我的cmd:sc删除WSUSService键入。 现在,我的WSUS出现错误: One or more Updates Service components could not be contacted. Check your server status and ensure that Windows Server Update Services is running. Non-running services: WSUSService One or more Updates Service components could not be contacted. Check your server status and ensure that Windows Server Update Services is running. Non-running services: WSUSService One or more Updates Service components could not be contacted. Check your server status and ensure that Windows Server Update Services is running. Non-running services: WSUSService 。 我仍然可以看到我的所有更新和电脑寿。 我怎样才能重新获得WSUSService?
编辑:另一个问题(或者可能是相同的):在我的服务器pipe理器@服务它告诉我WSUSService已停止。 当我尝试启动时,它告诉我: Failed, one or more services cannot be started
编辑2:尝试启动services WSUSService后。 我得到了错误: Error 2: the system cannot find the file specified 。 我的wsuscontent文件夹在c:
提前致谢
我真的不知道这是否会工作,但欢迎您尝试。
您可以尝试使用以下方法重新创build服务:
sc create WSUSService binpath= "C:\Program Files\Update Services\Service\bin\WsusService.exe" start= auto
我会确保networking服务是login帐户,并将其设置为“重新启动失败”。
我不知道你为什么执行sc delete WSUSService但无论如何:你有检查sc命令 ? sc create ...应该解决你的问题。 另一方面,你可以像在Technet上描述的那样修复WSUS(Long articel – 我不会复制和粘贴整篇文章)。 而另一方面:你是否试图修复软件或重新安装?