> 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

Powershell Script to remove Windows 10 bloatware

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 %}
