> For the complete documentation index, see [llms.txt](https://wiki.bryanpcoleman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bryanpcoleman.com/microsoft-windows/de-bloat-windows-10.md).

# De-Bloat Windows 10

Run Powershell as Administrator and input the following command:

```
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat'))
```

After a few seconds, a window will be displayed with several buttons. The buttons are self-explanatory. Use as many or as little as necessary to clean up your Windows 10 installation.

{% hint style="info" %}
IMPORTANT!

If possible, do not connect a device to the Internet. This will prevent Microsoft Windows from immediately downloading freeware/bloatware on the system.

If the system has already been in use, disconnect from the network/Internet and run this command. Once completed, restart the system, re-connecting to the network during or after reboot.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.bryanpcoleman.com/microsoft-windows/de-bloat-windows-10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
