Not legal advice

Legal & FAQ

This page explains the reasoning behind how the toolkit is built and distributed. It's a summary for users and contributors, not a legal opinion. The full internal notes live in docs/LEGAL.md in the repository.

Why we don't host modified Windows ISOs

Windows is copyrighted software licensed to you under Microsoft's EULA, not sold outright. Taking an official Windows image, modifying it, and distributing the result to other people creates and distributes a derivative work — something the EULA doesn't give anyone permission to do, free or not. That's true even for projects with good intentions (privacy, low-end hardware support, etc.); several long-running community "debloated Windows" projects have run into exactly this issue, get DMCA takedowns, or operate in a legal gray zone their own maintainers openly acknowledge.

Running admin tools against a copy of Windows you already hold a valid license for is a different situation: you're changing configuration on software you're licensed to use, with tools Microsoft ships and documents for exactly that purpose (DISM, the Appx PowerShell module, Group Policy). That's the model this project uses.

AD SLOT — in-article native unit

What the toolkit will and won't do

WillWon't
Remove provisioned Appx packages via Remove-AppxProvisionedPackageBypass or patch Windows activation/licensing
Disable promo/telemetry scheduled tasks via documented cmdletsDisable Windows Update, Defender, or SmartScreen
Flip policy toggles that Microsoft's own admx templates exposeHost, mirror, or link to Windows install media
Operate on an ISO/WIM you mounted from your own official downloadBundle or fetch someone else's modified image

FAQ

Can I use this on a Windows install I'm not licensed for?

No — that's between you and Microsoft's licensing terms regardless of this tool. The script assumes a validly licensed installation.

Can you add an option to remove activation checks / add a KMS key / etc.?

No. That's outside what this project does, full stop — see the "won't" column above.

Is this endorsed by Microsoft?

No. Debloat Toolkit is an independent, unaffiliated project. Windows and related marks are trademarks of Microsoft Corporation, used here only to describe compatibility.

Can I redistribute an image I built with this?

We'd recommend against it for the same reason we don't host one ourselves — see the first section above. Share the script, not the resulting image.

Not a law firm. None of this is legal advice. If you're building something similar commercially, or at any real scale, talk to an actual IP/software licensing attorney before you publish.