From 15f6a7fde37d01f1c920cd8a72eb0370f049fe6b Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Fri, 6 Nov 2020 17:29:50 +0100 Subject: [PATCH] Added a few new xbox packages to the list of apps that are not deleted by default --- README.md | 6 ++++-- Win10Debloat.ps1 | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8590ed2..4f870ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Win10Debloat Win10Debloat is a simple powershell script that allows you to remove most pre-installed windows 10 apps, disable bing in windows search, disable tips and suggestions across the OS (such as the lockscreen, startmenu and settings) and declutter the windows explorer by hiding certain folders (such as 3D objects) from the sidebar aswell as disabling certain context menu options that a regular user would (almost) never use. -You can pick and choose which modifications you want the script to make, but the default settings should be fine for most people. All of the changes can be reverted using the registry files that are included in the 'Regfiles' folder, and most if not all of the apps that are removed by default can easily be reinstalled from the microsoft store. +You can pick and choose which modifications you want the script to make, but the default settings should be fine for most people. All of the changes can be reverted using the registry files that are included in the 'Regfiles' folder, and all of the apps that are removed by default can easily be reinstalled from the microsoft store. ### By default, the Win10Debloat script will: - Remove all bloatware apps from [this list](#these-apps-will-be-deleted-by-default). @@ -64,10 +64,12 @@ By default, this script will remove most, but not all of the pre-installed windo - Microsoft.MSPaint (Paint 3D) - Microsoft.ScreenSketch - Microsoft.YourPhone +- Microsoft.Xbox.TCUI - Microsoft.XboxApp - Microsoft.XboxGameOverlay - Microsoft.XboxGamingOverlay -- Microsoft.XboxSpeechToTextOverlay +- Microsoft.XboxIdentityProvider +- Microsoft.XboxSpeechToTextOverlay (NOTE: This app may not be able to be reinstalled!) ## Declutter Windows 10 This script can also make various changes to declutter windows 10, such as: diff --git a/Win10Debloat.ps1 b/Win10Debloat.ps1 index 54077dc..d2c5a0d 100644 --- a/Win10Debloat.ps1 +++ b/Win10Debloat.ps1 @@ -91,10 +91,12 @@ if ($remove_apps -eq 'y' -or $script_mode -eq '1') { #"*Microsoft.ScreenSketch*" #"*Microsoft.MSPaint*" # Paint 3D #"*Microsoft.YourPhone*" + #"*Microsoft.Xbox.TCUI*" #"*Microsoft.XboxApp*" #"*Microsoft.XboxGameOverlay*" #"*Microsoft.XboxGamingOverlay*" - #"*Microsoft.XboxSpeechToTextOverlay*" + #"*Microsoft.XboxIdentityProvider*" + #"*Microsoft.XboxSpeechToTextOverlay*" # NOTE: This app may not be able to be reinstalled! ) foreach ($app in $apps) {