The Windows EULA
| | | |

How to Debloat Windows 10 (Tutorial)

NOTE: This uses an outdated and no longer supported tool. The tool is still available, but has been marked as archived since September 2023. Follow tutorial at your own risk.

For many people switching from Windows 7, Windows 10 has shocking bloatware. This bloatware can often slow down their machine and sometimes even spy on them. This tutorial shows how to use a tool to debloat Windows 10. It’s a simple PowerShell script, and it’s important to do it with every new Windows 10 installation.

Step 1: Download the Tool

First, you’ll want to download the tool for debloating Windows 10. Go to this link: https://github.com/Sycnex/Windows10Debloater. Once you’re there, you’ll want to download the tool. Go to the top left and click on Code. Then, click Download ZIP. It downloads a zip file containing the PowerShell script and everything you need to run it.

Download the Windows 10 Debloater tool by right-clicking on Code, then clicking Download ZIP.
First click on Code, then click on Download ZIP

Once downloaded, open the zip file in File Explorer and extract it to a folder named Windows10Debloater-master (should be the default name).

Step 2: Debloat Windows 10

Next, go to Start and search PowerShell. Right-click on PowerShell and click Run as Administrator. Answer “yes” when prompted.

Right-click on PowerShell, then click Run as Administrator.
Right-click on PowerShell, and click Run as Administrator.

Now, here’s the tricky part. It will require you to run a few commands. Type the following into PowerShell:

cd C:\Users\[ENTER YOUR USERNAME HERE]\Downloads\Windows10Debloater-master\
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine
.\Windows10Debloater.ps1

Now that it’s running, it should be smooth sailing from here on out. It will ask you whether you want to remove something, and the answers are up to you and which bloatware you’d like removed. I typically remove everything, but it usually doesn’t break anything. It’s up to you.

See also  How to Install Wordpress on An Apache Server

Conclusion

If Linux isn’t for you, this is one of the ways you can remove the bloatware and spyware from your PC. This won’t fully remove everything from Windows, and it certainly doesn’t prevent Microsoft entirely. Still, it’s an extra line of defense for your online security and the performance of your machine.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *