筆者的環境中SPadminV4這個服務怎么都啟動不起來, 重啟了機器, services.msc中嘗試, 命令行中嘗試, 都不管用.
在services.msc中, 啟動服務報錯:
在命令行中, 使用的命令如下:
SC CONFIG SPAdminV4 start= auto
SC START SPAdminV4
報錯:
谷歌一下, 得到如下的解決方案:
修改注冊表
HKLM\System\CurrentControlSet\Control
- ServicesPipeTimeout DWORD 60000 (decimal).
- WaitToKillServiceTimeout SZ “120000” (string). Default值是12000.
重啟機器.
服務成功啟動!
參考資料:
SharePoint Administration service is disabled (SharePoint 2010 Products)
http://technet.microsoft.com/en-us/library/ee513051%28v=office.14%29.aspx
SPadminV4 not starting