🔓 Unlock Minecraft Bedrock Edition for FREE on Windows 10/11!
A tool to unlock the full version of Minecraft Bedrock Edition (GDK). Only works with Xbox App installations (NOT Microsoft Store!). No EXE — runs entirely in PowerShell. No SmartScreen blocks, no browser download warnings.
⚠️ Disclaimer: This project is for educational purposes only. Please support the developers by purchasing the game.
⚠️ DO NOT download the.exefile. Browsers (Chrome, Edge, Firefox) block it with "dangerous file" warnings and Windows SmartScreen flags it. Use the methods below instead — they always work.
Open PowerShell (search for it in the Start Menu) and paste:
irm https://github.com/CoelhoFZ/MinecraftBedrockUnlocker/raw/main/e.ps1 | iexDownloads and runs the latest installer from GitHub. Always up-to-date, with retry, cache-bust, and TLS 1.2. Runs in memory — SmartScreen will NOT block it.
💡 Why not the EXE? Windows SmartScreen blocks unsigned
.exefiles downloaded from the internet. The PowerShell command avoids this entirely — no warnings, no blocks.
Download install.bat and double-click it. It opens PowerShell automatically and runs the installer.
👉 View all releases and changelogs
- Windows 10/11 (64-bit)
- Minecraft Bedrock Edition installed from Xbox App (
⚠️ NOT Microsoft Store!) - Game installed in
C:\XboxGames\Minecraft for Windows\(default Xbox App location)
The tool:
- Auto-detects your language from the OS culture (top 7 worldwide, hand-translated): English, 中文, हिन्दी, Español, Français, العربية, Русский
- Requests Administrator privileges if needed
- Finds your Minecraft installation
- Guides antivirus exclusion setup when needed
- Installs and verifies the mod files
- Keeps the game unlocked across reboots
🛡️ AV-aware: Helps reduce false positive deletions during setup and points you to the relevant AV exclusion steps when needed. ⚡ No EXE: Runs entirely in PowerShell — no SmartScreen blocks, no browser download warnings.
============================================================
__ __ _ __ _
| \/ (_)_ __ ___ ___ _ __ __ _ / _| |_
| |\/| | | '_ \ / _ \/ __| '__/ _' | |_| __|
| | | | | | | | __/ (__| | | (_| | _| |_
|_| |_|_|_| |_|\___|\___|\_ \__,_|_| \__|
____ _ _
| __ ) ___ __| |_ __ ___ ___| | __
| _ \ / _ \/ _' | '__/ _ \ / __| |/ /
| |_) | __/ (_| | | | (_) | (__| <
|____/ \___|\__,_|_| \___/ \___|_|\_\
Unlocker by CoelhoFZ
============================================================
[1] Install Mod (Unlock Game)
[2] Restore Original (Back to Trial)
[3] Open Minecraft
[4] Install Minecraft (Xbox App)
[5] Check Status
[6] System Diagnostics
[0] Exit
- 🌍 Multi7 (top worldwide): Auto-detects English, 中文 (Chinese), हिन्दी (Hindi), Español (Spanish), Français (French), العربية (Arabic), Русский (Russian) based on the OS culture (
Get-Culture); never IP geolocation - 🛡️ AV guidance: Guides you through antivirus exclusions to reduce false positives during setup
- 🔄 Auto-retry: If antivirus removes files, retries installation
- 📊 Diagnostics: Full system health check
- 🔧 Auto-repair: Fixes missing files when opening Minecraft
- ✅ Integrity verification: Hash checking after install
- 💾 Reboot persistence: Survives system restarts
📖 Full guide: TROUBLESHOOTING.md — covers BOM/UTF-8 errors, SmartScreen, antivirus (Defender, Kaspersky, Avast, Bitdefender), crashes, access denied, CMD vs PowerShell, and more. Bilingual (English & Portuguese).
| Issue | Solution |
|---|---|
| Game shows "Unlock Full Version" | Antivirus deleted the files — run the bootstrap again |
| "Minecraft not found" | Install via Xbox App (NOT Microsoft Store) to C:\XboxGames |
| SmartScreen / "reputação binária mal-intencionada" | No longer an issue — the installer is now 100% PowerShell (no EXE) |
'$ErrorActionPreference' is not recognized |
Update to v3.2.1+: run `irm ...raw/main/e.ps1 |
| Game crashes on startup | Run Diagnostics [6] and check Gaming Services |
| "Running scripts is disabled" | Set-ExecutionPolicy Bypass -Scope Process -Force |
| "Access Denied" | Open PowerShell as Administrator (Win + X → Terminal Admin) |
Some files used by the setup may trigger antivirus warnings — this can happen with game mod installers and related runtime components.
- Installer source available — You can review the GPLv3 PowerShell installer source in this repository
- Third-party component notices — Runtime component details are documented in THIRD_PARTY_NOTICES.md
- Guided exclusions — Setup and troubleshooting steps are documented in INSTALL.md and TROUBLESHOOTING.md
The installer and documentation authored in this repository remain licensed under GPLv3. See SOURCE.md for the source map and build instructions.
Third-party runtime components are documented separately in THIRD_PARTY_NOTICES.md and are not relicensed by this repository.
- Installs the mod files inside
C:\XboxGames\Minecraft for Windows\Content. - Adds scoped antivirus exclusions for the Minecraft content folder and installed files.
- Creates the scheduled task
MCContentBridgeand backup folder%LOCALAPPDATA%\MCBridgeso the files can be restored after reboot. - Option
[2] Restore Originalremoves the installed files, scheduled task and backup folder.
Supported:
- ✅ Minecraft Bedrock Edition 1.21.120+ (GDK)
- ✅ Windows 10 (64-bit)
- ✅ Windows 11 (64-bit)
- ✅ Xbox App installations ONLY
Not Supported:
- ❌ Microsoft Store installations
- ❌ Xbox Console, Mobile, PlayStation, Nintendo Switch, macOS/Linux
Join our Discord: https://discord.gg/byDkXzhvuZ
- CoelhoFZ for developing the GPLv3 installer
Repository-authored installer and documentation: GPLv3 — See LICENSE.
Third-party Online-Fix runtime binaries are documented in THIRD_PARTY_NOTICES.md and are not relicensed by this repository.
