Disable MapsBroker service using PowerShell

Get-Service -Name MapsBroker | Set-Service -StartupType Disabled