Windows Server 2016

Nice to Know – Download Maps Manager (MapBroker) is annoying, very annoying

Sometimes you need to run the full UI of Windows Server 2016 and when you do you get the extremely annoying Download Maps Manager error in Server Manager. First of all, you don’t need it, and even if you did need it, it does not work anyway. So, what to do then? Disable it using PowerShell or use GPO’s

Issue:

Download Maps Manager MapBroker Stopped Automatic (Delayed Start)

image

Fix:

Use PowerShell:

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

image

Use GPO:

Create a policy, configure it to affect all Windows Server 2016, set the Download Maps Manager to Disabled, save, done

image

/mike

Categories: Windows Server 2016

Tagged as:

3 replies »

  1. You can also just go into services.msc and set the startup type to disabled from in there as well.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.