Disable Downloaded Maps Manager
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script disables the Downloaded Maps Manager (MapsBroker
) service.
This service manages downloaded maps 1.
Disabling this service prevents apps from accessing maps 1, enhancing privacy by limiting access to sensitive location data
This may affect apps that rely on downloaded maps but prioritizes user privacy 1.
Overview of default service statuses
OS Version | Status | Start type |
---|---|---|
Windows 10 (≥ 22H2) | 🔴 Stopped | Automatic |
Windows 11 (≥ 23H2) | 🔴 Stopped | Automatic |
Sources
- Downloaded Maps Manager - Windows 10 Service - batcmd.com. batcmd.com. (2024).
Original: https://batcmd.com/windows/10/services/mapsbroker
Archived: https://web.archive.org/web/20240219135016/https://batcmd.com/windows/10/services/mapsbroker/
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable Downloaded Maps Manager" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable Downloaded Maps Manager" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable Downloaded Maps Manager
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Disable service(s): `MapsBroker`
PowerShell -ExecutionPolicy Unrestricted -Command "$serviceName = 'MapsBroker'; Write-Host "^""Disabling service: `"^""$serviceName`"^""."^""; <# -- 1. Skip if service does not exist #>; $service = Get-Service -Name $serviceName -ErrorAction SilentlyContinue; if(!$service) { Write-Host "^""Service `"^""$serviceName`"^"" could not be not found, no need to disable it."^""; Exit 0; }; <# -- 2. Stop if running #>; if ($service.Status -eq [System.ServiceProcess.ServiceControllerStatus]::Running) { Write-Host "^""`"^""$serviceName`"^"" is running, stopping it."^""; try { Stop-Service -Name "^""$serviceName"^"" -Force -ErrorAction Stop; Write-Host "^""Stopped `"^""$serviceName`"^"" successfully."^""; } catch { Write-Warning "^""Could not stop `"^""$serviceName`"^"", it will be stopped after reboot: $_"^""; }; } else { Write-Host "^""`"^""$serviceName`"^"" is not running, no need to stop."^""; }; <# -- 3. Skip if already disabled #>; $startupType = $service.StartType <# Does not work before .NET 4.6.1 #>; if (!$startupType) { $startupType = (Get-WmiObject -Query "^""Select StartMode From Win32_Service Where Name='$serviceName'"^"" -ErrorAction Ignore).StartMode; if(!$startupType) { $startupType = (Get-WmiObject -Class Win32_Service -Property StartMode -Filter "^""Name='$serviceName'"^"" -ErrorAction Ignore).StartMode; }; }; if ($startupType -eq 'Disabled') { Write-Host "^""$serviceName is already disabled, no further action is needed"^""; Exit 0; }; <# -- 4. Disable service #>; try { Set-Service -Name "^""$serviceName"^"" -StartupType Disabled -Confirm:$false -ErrorAction Stop; Write-Host "^""Disabled `"^""$serviceName`"^"" successfully."^""; } catch { Write-Error "^""Could not disable `"^""$serviceName`"^"": $_"^""; }"
Ijo6IFJlc3RvcmUgc2VydmljZShzKSB0byBkZWZhdWx0IHN0YXRlOiBgTWFwc0Jyb2tlcmBcblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCIkc2VydmljZU5hbWUgPSAnTWFwc0Jyb2tlcic7ICRkZWZhdWx0U3RhcnR1cE1vZGUgPSAnQXV0b21hdGljJzsgJGlnbm9yZU1pc3NpbmdPblJldmVydCA9ICAkZmFsc2U7IFdyaXRlLUhvc3QgXCJeXCJcIlJldmVydGluZyBzZXJ2aWNlIGBcIl5cIlwiJHNlcnZpY2VOYW1lYFwiXlwiXCIgc3RhcnQgdG8gYFwiXlwiXCIkZGVmYXVsdFN0YXJ0dXBNb2RlYFwiXlwiXCIuXCJeXCJcIjsgPCMgLS0gMS4gU2tpcCBpZiBzZXJ2aWNlIGRvZXMgbm90IGV4aXN0ICM+OyAkc2VydmljZSA9IEdldC1TZXJ2aWNlIC1OYW1lICRzZXJ2aWNlTmFtZSAtRXJyb3JBY3Rpb24gU2lsZW50bHlDb250aW51ZTsgaWYgKCEkc2VydmljZSkgeyBpZiAoJGlnbm9yZU1pc3NpbmdPblJldmVydCkgeyBXcml0ZS1PdXRwdXQgXCJeXCJcIlNraXBwaW5nOiBUaGUgc2VydmljZSBgXCJeXCJcIiRzZXJ2aWNlTmFtZWBcIl5cIlwiIGlzIG5vdCBmb3VuZC4gTm8gYWN0aW9uIHJlcXVpcmVkLlwiXlwiXCI7IEV4aXQgMDsgfTsgV3JpdGUtV2FybmluZyBcIl5cIlwiRmFpbGVkIHRvIHJldmVydCBjaGFuZ2VzIHRvIHRoZSBzZXJ2aWNlIGBcIl5cIlwiJHNlcnZpY2VOYW1lYFwiXlwiXCIuIFRoZSBzZXJ2aWNlIGlzIG5vdCBmb3VuZC5cIl5cIlwiOyBFeGl0IDE7IH07IDwjIC0tIDIuIEVuYWJsZSBvciBza2lwIGlmIGFscmVhZHkgZW5hYmxlZCAjPjsgJHN0YXJ0dXBUeXBlID0gJHNlcnZpY2UuU3RhcnRUeXBlIDwjIERvZXMgbm90IHdvcmsgYmVmb3JlIC5ORVQgNC42LjEgIz47IGlmICghJHN0YXJ0dXBUeXBlKSB7ICRzdGFydHVwVHlwZSA9IChHZXQtV21pT2JqZWN0IC1RdWVyeSBcIl5cIlwiU2VsZWN0IFN0YXJ0TW9kZSBGcm9tIFdpbjMyX1NlcnZpY2UgV2hlcmUgTmFtZT0nJHNlcnZpY2VOYW1lJ1wiXlwiXCIgLUVycm9yQWN0aW9uIElnbm9yZSkuU3RhcnRNb2RlOyBpZiAoISRzdGFydHVwVHlwZSkgeyAkc3RhcnR1cFR5cGUgPSAoR2V0LVdtaU9iamVjdCAtQ2xhc3MgV2luMzJfU2VydmljZSAtUHJvcGVydHkgU3RhcnRNb2RlIC1GaWx0ZXIgXCJeXCJcIk5hbWU9JyRzZXJ2aWNlTmFtZSdcIl5cIlwiIC1FcnJvckFjdGlvbiBJZ25vcmUpLlN0YXJ0TW9kZTsgfTsgfTsgaWYgKCRzdGFydHVwVHlwZSAtZXEgXCJeXCJcIiRkZWZhdWx0U3RhcnR1cE1vZGVcIl5cIlwiKSB7IFdyaXRlLUhvc3QgXCJeXCJcImBcIl5cIlwiJHNlcnZpY2VOYW1lYFwiXlwiXCIgaGFzIGFscmVhZHkgZXhwZWN0ZWQgc3RhcnR1cCBtb2RlOiBgXCJeXCJcIiRkZWZhdWx0U3RhcnR1cE1vZGVgXCJeXCJcIi4gTm8gYWN0aW9uIHJlcXVpcmVkLlwiXlwiXCI7IH0gZWxzZSB7IHRyeSB7IFNldC1TZXJ2aWNlIC1OYW1lIFwiXlwiXCIkc2VydmljZU5hbWVcIl5cIlwiIC1TdGFydHVwVHlwZSBcIl5cIlwiJGRlZmF1bHRTdGFydHVwTW9kZVwiXlwiXCIgLUNvbmZpcm06JGZhbHNlIC1FcnJvckFjdGlvbiBTdG9wOyBXcml0ZS1Ib3N0IFwiXlwiXCJSZXZlcnRlZCBgXCJeXCJcIiRzZXJ2aWNlTmFtZWBcIl5cIlwiIHdpdGggYFwiXlwiXCIkZGVmYXVsdFN0YXJ0dXBNb2RlYFwiXlwiXCIgc3RhcnQsIHRoaXMgbWF5IHJlcXVpcmUgcmVzdGFydGluZyB5b3VyIGNvbXB1dGVyLlwiXlwiXCI7IH0gY2F0Y2ggeyBXcml0ZS1FcnJvciBcIl5cIlwiRmFpbGVkIHRvIGVuYWJsZSBgXCJeXCJcIiRzZXJ2aWNlTmFtZWBcIl5cIlwiOiAkX1wiXlwiXCI7IEV4aXQgMTsgfTsgfTsgPCMgLS0gNC4gU3RhcnQgaWYgbm90IHJ1bm5pbmcgKG11c3QgYmUgZW5hYmxlZCBmaXJzdCkgIz47IGlmICgkZGVmYXVsdFN0YXJ0dXBNb2RlIC1lcSAnQXV0b21hdGljJyAtb3IgJGRlZmF1bHRTdGFydHVwTW9kZSAtZXEgJ0Jvb3QnIC1vciAkZGVmYXVsdFN0YXJ0dXBNb2RlIC1lcSAnU3lzdGVtJykgeyBpZiAoJHNlcnZpY2UuU3RhdHVzIC1uZSBbU3lzdGVtLlNlcnZpY2VQcm9jZXNzLlNlcnZpY2VDb250cm9sbGVyU3RhdHVzXTo6UnVubmluZykgeyBXcml0ZS1Ib3N0IFwiXlwiXCJgXCJeXCJcIiRzZXJ2aWNlTmFtZWBcIl5cIlwiIGlzIG5vdCBydW5uaW5nLCBzdGFydGluZyBpdC5cIl5cIlwiOyB0cnkgeyBTdGFydC1TZXJ2aWNlICRzZXJ2aWNlTmFtZSAtRXJyb3JBY3Rpb24gU3RvcDsgV3JpdGUtSG9zdCBcIl5cIlwiU3RhcnRlZCBgXCJeXCJcIiRzZXJ2aWNlTmFtZWBcIl5cIlwiIHN1Y2Nlc3NmdWxseS5cIl5cIlwiOyB9IGNhdGNoIHsgV3JpdGUtV2FybmluZyBcIl5cIlwiRmFpbGVkIHRvIHN0YXJ0IGBcIl5cIlwiJHNlcnZpY2VOYW1lYFwiXlwiXCIsIHJlcXVpcmVzIHJlc3RhcnQsIGl0IHdpbGwgYmUgc3RhcnRlZCBhZnRlciByZWJvb3QuYHJgbiRfXCJeXCJcIjsgfTsgfSBlbHNlIHsgV3JpdGUtSG9zdCBcIl5cIlwiYFwiXlwiXCIkc2VydmljZU5hbWVgXCJeXCJcIiBpcyBhbHJlYWR5IHJ1bm5pbmcsIG5vIG5lZWQgdG8gc3RhcnQuXCJeXCJcIjsgfTsgfVwiIg==
Help
How to apply or restore "Disable Downloaded Maps Manager" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable non-essential services
- Remove bloatware
This category contains scripts designed to enhance privacy by disabling system services that are not essential for your operating system's core functions...
Same Goal
Other guides in Disable non-essential services See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 7 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.