mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
Added new windows 11 preinstalled apps to the removal script
This commit is contained in:
13
README.md
13
README.md
@@ -61,9 +61,12 @@ This method is a bit more complicated, but it gives you the option to run the sc
|
|||||||
By default, this script will remove most, but not all of the pre-installed windows 10/11 applications. You customize which applications are removed by this script by editing the apps list found in the 'Win10Debloat.ps1' file.
|
By default, this script will remove most, but not all of the pre-installed windows 10/11 applications. You customize which applications are removed by this script by editing the apps list found in the 'Win10Debloat.ps1' file.
|
||||||
|
|
||||||
### These apps will be deleted by default:
|
### These apps will be deleted by default:
|
||||||
- king.com.BubbleWitch3Saga
|
- 2FE3CB00.PICSART-PHOTOSTUDIO
|
||||||
- king.com.CandyCrushSaga
|
- 9E2F88E3.TWITTER
|
||||||
- king.com.CandyCrushSodaSaga
|
- AdobeSystemsIncorporated.AdobePhotoshopExpress
|
||||||
|
- Clipchamp.Clipchamp*
|
||||||
|
- Facebook.InstagramBeta
|
||||||
|
- HULULLC.HULUPLUS
|
||||||
- Microsoft.3DBuilder
|
- Microsoft.3DBuilder
|
||||||
- Microsoft.549981C3F5F10 (Cortana)
|
- Microsoft.549981C3F5F10 (Cortana)
|
||||||
- Microsoft.Asphalt8Airborne
|
- Microsoft.Asphalt8Airborne
|
||||||
@@ -88,6 +91,10 @@ By default, this script will remove most, but not all of the pre-installed windo
|
|||||||
- Microsoft.WindowsSoundRecorder
|
- Microsoft.WindowsSoundRecorder
|
||||||
- Microsoft.ZuneMusic
|
- Microsoft.ZuneMusic
|
||||||
- Microsoft.ZuneVideo
|
- Microsoft.ZuneVideo
|
||||||
|
- SpotifyAB.SpotifyMusic
|
||||||
|
- king.com.BubbleWitch3Saga
|
||||||
|
- king.com.CandyCrushSaga
|
||||||
|
- king.com.CandyCrushSodaSaga
|
||||||
|
|
||||||
### These apps will NOT be deleted by default:
|
### These apps will NOT be deleted by default:
|
||||||
- Microsoft.MSPaint (Paint 3D)
|
- Microsoft.MSPaint (Paint 3D)
|
||||||
|
|||||||
@@ -25,6 +25,12 @@ function RemoveApps
|
|||||||
#
|
#
|
||||||
# If you wish to KEEP any of the apps below simply add a # character
|
# If you wish to KEEP any of the apps below simply add a # character
|
||||||
# in front of the specific app in the list below.
|
# in front of the specific app in the list below.
|
||||||
|
"2FE3CB00.PICSART-PHOTOSTUDIO"
|
||||||
|
"9E2F88E3.TWITTER"
|
||||||
|
"AdobeSystemsIncorporated.AdobePhotoshopExpress"
|
||||||
|
"Facebook.InstagramBeta"
|
||||||
|
"HULULLC.HULUPLUS"
|
||||||
|
"Clipchamp.Clipchamp*"
|
||||||
"*Microsoft.GetHelp*"
|
"*Microsoft.GetHelp*"
|
||||||
"*Microsoft.Getstarted*"
|
"*Microsoft.Getstarted*"
|
||||||
"*Microsoft.WindowsFeedbackHub*"
|
"*Microsoft.WindowsFeedbackHub*"
|
||||||
|
|||||||
Reference in New Issue
Block a user