- One-Click Setup — Download and run the debloat script in a single step.
- Debloat — Remove Xbox app packages from Windows 10/11.
- MSP Optimized — Parameterized for technician workflows (
-ScriptUrl,-SkipDeploy,-TempPath,-ExecutionPolicy).
More modules (hardening, network, drivers, software, updates) are planned — see ROADMAP.md.
git clone https://github.com/OneByJorah/MSPEngine.git
cd MSPEngine
# Run as Administrator (PowerShell 5.1+)
.\install.ps1Download only, without executing:
.\install.ps1 -SkipDeploy| Component | Description |
|---|---|
| install.ps1 | Entry point — downloads and executes the debloat script |
| debloat/MSP-Ultra-Debloat.ps1 | Debloat module — removes Xbox packages, configures services/power |
| Parameter | Default | Description |
|---|---|---|
-ScriptUrl |
MSPEngine raw URL | Debloat script source |
-SkipDeploy |
off | Download only, skip execution |
-TempPath |
$env:TEMP\debloat.ps1 |
Download location |
-ExecutionPolicy |
RemoteSigned |
Execution policy for the child process |
MSPEngine/
├── install.ps1 # Main entry point
├── debloat/
│ └── MSP-Ultra-Debloat.ps1 # Debloat module
├── docs/assets/ # Banner & screenshot
└── README.md
For security concerns, see SECURITY.md. Please report vulnerabilities to security@jorahone.com — do not use public issues.
MIT © Jhonattan L. Jimenez (OneByJorah)
Built with 🌴 by OneByJorah · jorahone.com
