This Powershell script executed with the correct rights:

Invoke-Command -ComputerName  -ScriptBlock{Get-Service -Name MapsBroker | Set-Service -StartupType Disabled}

Di paolo