Skip to content

AdminVin/W1X-Debloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W1X Debloat

What is W1X Debloat?

W1X Debloat is a small PowerShell script compiled into an executable for easier access. The script optimizes your Windows 10 or Windows 11 computer to remove all bloatware and increase performance.

I initially created this script for myself, specifically when I would re-install Windows on my computer, and had to turn off all the annoying bloatware that Microsoft included. After it helped a few of my friends computers, I decided to make it publicly available. Enjoy!

How do I get W1X Debloat?

You can download the executable here:

https://github.com/AdminVin/Debloat/blob/main/W10-11/x64/W1X%20Debloat.exe

  1. Select the three dots at the top right > Download
    Note: This file gets FALSELY FLAGGED in Edge and Chrome for being malicious.
  2. Hold Control and press "J"
  • Edge: Download window openes at the top right > click on the three dots on the right of the file > Select "Keep"
  • Chrome: Download tab opens > click on the three dots on the right of the file > Select "Continue download"
  1. Right click the file you downloaded, and select "Run as Administrator".
  2. After it completes you will be asked to restart your computer to apply all changes.


Alternatively, you can copy the code from the link below. Then open 'PowerShell ISE' (right click and run as administrator), paste the code in, and run.

How can I trust you?

The source code is provided in this repository and located here:

https://github.com/AdminVin/Debloat/blob/main/W10-11/W1X%20Debloat.ps1