Windows Server 2016在服務器管理器儀表板中下載Maps Manager延遲啟動紅色


https://interactivewebs.com/server-tips/windows-server-2016-download-maps-manager-delayed-start/

 

 ts kind of annoying to find that after a fresh install of Windows 2016 Server you have a service that fails to behave correctly.And it is because your MapsBroker stopped or never started to work. The good news for users of a system that ships in a state that throws an error is that the fix is quite simple. 

全新安裝Windows 2016 Server后,您的服務無法正常運行,這很煩人,這是因為您的MapsBroker停止或從未開始工作。對於處於拋出錯誤狀態的系統用戶而言,好消息是修復非常簡單。 

下載Maps Manager延遲啟動

When you click on the service, you will see something like this.

當您單擊該服務時,您將看到類似這樣的內容。

屏幕截圖2017 08 02 22 40 27

 

Even if you attempt to force a start, it does not resolve this issue.

即使您嘗試強制啟動,它也不能解決此問題。

 

The good news is that this service is really not something you want anyway if you have a windows server doing actual server functions.

好消息是,如果您有Windows服務器來執行實際的服務器功能,則無論如何實際上都不需要此服務。

The Fix 修復

The simple fix is to disable this service. The easy way to do this is to:

簡單的解決方法是禁用此服務。執行此操作的簡單方法是:

 

Open Windows Powershell

Be sure to open this by right clicking on PowerShell and select Execute as Admin. This is necessary even if you are logged in as an admin.

確保通過右鍵單擊PowerShell並選擇“以管理員身份執行”來打開它。即使您以管理員身份登錄,這也是必需的。

Windows 2016 Server Power Shell

Windows Powershell

Type this command:

Get-Service -Name MapsBroker | Set-Service -StartupType Disabled -Confirm:$false

 

Enter 輸入

在Powershell中停用MapsBroker

Problem is now fixed, and this annoying service is off and will not bother you again.

現在,問題已解決,此煩人的服務已關閉,不會再打擾您。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM