1
0
mirror of https://github.com/TommyTran732/Windows-Setup.git synced 2024-09-18 17:34:51 -04:00
Windows-Setup/Scripts/DeBloat.ps1
Tommy 2a0944c4c3
Simple debloat script
Signed-off-by: Tommy <contact@tommytran.io>
2024-04-14 00:42:05 -07:00

4 lines
533 B
PowerShell

$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
mstsc /uninstall