From e2fd0d29d75cc9b700bbd63237f224f5541da12e Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 14 Apr 2024 01:28:12 -0700 Subject: [PATCH] Remove non functional command Signed-off-by: Tommy --- Scripts/DeBloat.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/DeBloat.ps1 b/Scripts/DeBloat.ps1 index de3077a..8fce2df 100644 --- a/Scripts/DeBloat.ps1 +++ b/Scripts/DeBloat.ps1 @@ -1,4 +1,3 @@ $Bloat = 'MicrosoftTeams|Microsoft.ScreenSketch|Microsoft.Paint|Microsoft.549981C3F5F10|Microsoft.MicrosoftOfficeHub|Microsoft.WindowsFeedbackHub|Microsoft.People|Clipchamp.Clipchamp|Microsoft.GetStarted|MicrosoftCorporationII.QuickAssist|Microsoft.WindowsAlarms|Microsoft.WindowsSoundRecorder|Microsoft.YourPhone|Microsoft.WindowsMaps|Microsoft.MicrosoftSolitaireCollection|Microsoft.Windows.DevHome|Microsoft.OutlookForWindows' -Get-AppxPackage -AllUsers | Where-Object {$_.Name -Match $Bloat} | Remove-AppxPackage -AllUsers -mstsc /uninstall \ No newline at end of file +Get-AppxPackage -AllUsers | Where-Object {$_.Name -Match $Bloat} | Remove-AppxPackage -AllUsers \ No newline at end of file