Universal-Windows-Debloater

Simple and light weight powershell script that removes pre-installed windows 10/11 bloatware apps, disables telemetry and declutters the experience.

This project is maintained by SamuelJayasingh

Universal Windows Debloater

Universal Windows Debloater is a simple and light weight powershell script that removes pre-installed windows 10/11 bloatware apps, disables telemetry and declutters the experience by disabling or removing intrusive interface elements, ads and context menu items. No need to painstakingly go through all the settings yourself, or removing apps one by one. Universal Windows Debloater makes the process quick and simple!

You can pick and choose exactly which modifications you want the script to make, or use the default settings for your specific windows version which should be fine for most people. If you are unhappy with any of the changes you can easily revert them by using the registry files that are included in the ‘Regfiles’ folder, and all of the apps that are removed by default can be reinstalled from the microsoft store.

The windows 10 default settings will

The windows 11 default settings will

The ‘Custom’ option allows you to customize the script to your exact needs

A full list of what changes this script can make can be found here.

Usage

Disclaimer: This script is believed to be completely safe to run, but use this script at your own risk!

Easy method

  1. Download the latest version of the script, and extract the .ZIP file to your desired location.
  2. Navigate to the Universal-Windows-Debloater folder
  3. Double click the ‘Run.bat’ file to start the script. Note: If the console window immediately closes and nothing happens, try the advanced method below.
  4. Accept the windows UAC prompt to run the script as administrator, this is required for the script to function.
  5. A new powershell window will now open, showing the Universal-Windows-Debloater menu. Select either the default or custom setup to continue.

Advanced method

This method gives you the option to run the script with certain parameters to tailor the behaviour of the script to your needs without requiring any user input during runtime, making it quicker and easier to deploy on a large number of systems.

  1. Download the latest version of the script, and extract the .ZIP file to your desired location.
  2. Open powershell as an administrator.
  3. Enable powershell execution by entering the following command: Set-ExecutionPolicy Unrestricted -Force
  4. In powershell, navigate to the directory where the files were extracted. Example: `cd c:\Universal-Windows-Debloater
  5. Enter this into powershell to run the script: .\Universal Windows Debloater.ps1
  6. A menu will now open. Select either the default or custom setup to continue.

To run the script without any user input, simply add parameters at the end, example: .\Universal Windows Debloater.ps1 -RemoveApps -DisableBing

Parameter Description
-RunDefaults Run the script with windows 10 default settings.
-RunWin11Defaults Run the script with windows 11 default settings.
-RemoveApps Remove all bloatware apps from this list.
-DisableTelemetry Disable telemetry, diagnostic data & targeted ads.
-DisableBing Disable bing search, bing AI & cortana in windows search.
-DisableLockscreenTips Disable tips & tricks on the lockscreen.
-DisableSuggestions Disable tips, tricks and suggestions in the startmenu and settings, and sync provider ads in windows explorer.
-DisableChat Hide the chat (meet now) icon on the taskbar.
-DisableWidgets Hide the widget (news and interests) icon on the taskbar.
-DisableOnedrive Hide the onedrive folder in the windows explorer sidepanel.
-Disable3dObjects Hide the 3D objects folder under ‘This pc’ in windows explorer.
-DisableMusic Hide the music folder under ‘This pc’ in windows explorer.
-DisableIncludeInLibrary Disable the ‘Include in library’ option in the context menu.
-DisableGiveAccessTo Disable the ‘Give access to’ option in the context menu.
-DisableShare Disable the ‘Share’ option in the context menu.

Debloat Windows 10/11

By default, this script only removes preinstalled apps that most people are unlikely to ever need or use. You can of course customize which apps are removed by this script by editing the apps list found in the ‘Universal Windows Debloater.ps1’ file.

These apps will be deleted by default

These apps will NOT be deleted by default

Improve your Windows 10/11 experience

This script can also make various changes to declutter & improve your overall windows 10/11 experience, and protect your privacy. These changes include:

All of these changes can be individually reverted with the registry files that are included in the ‘Regfiles’ folder.

Screenshots

Universal Windows Debloater

Uwd Win10

Uwd Win 11

Contribution

Credits: Samuel Jayasingh

Last Edited on: 27/06/2023