All Tweaks

⚠️ Advanced Tweaks - CAUTION

📦 Unwanted Pre-Installed Apps - Remove

Removes bloatware apps like Candy Crush, Solitaire, etc.

Benefit

Cleans up unwanted pre-installed apps

Impact

medium

Commands (1)

$apps = @('Microsoft.Windows.PinballDelivery', 'Microsoft.MicrosoftSolitaireCollection', 'Microsoft.Windows.YourPhone', 'Microsoft.ZuneMusic', 'Microsoft.ZuneVideo', 'Microsoft.WindowsMaps', 'Microsoft.People', 'Microsoft.Microsoft3DViewer', 'Microsoft.WindowsCamera', 'Microsoft.WindowsFeedbackHub', 'Microsoft.GetHelp', 'Microsoft.Getstarted', 'Microsoft.MicrosoftOfficeHub', 'Microsoft.MixedReality.Portal', 'Microsoft.SkypeApp', 'Microsoft.WindowsAlarms', 'Microsoft.WindowsCalculator', 'Microsoft.WindowsCommunicationsApps', 'Microsoft.WindowsSoundRecorder', 'Microsoft.XboxApp', 'Microsoft.XboxGameOverlay', 'Microsoft.XboxGamingOverlay', 'Microsoft.XboxIdentityProvider', 'Microsoft.XboxSpeechToTextOverlay', 'Microsoft.Xbox.TCUI', 'Microsoft.YourPhone'); foreach ($app in $apps) { Get-AppxPackage -Name $app -ErrorAction SilentlyContinue | Remove-AppxPackage -ErrorAction SilentlyContinue; Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq $app } | Remove-AppxProvisionedPackage -Online -ErrorAction SilentlyContinue }

Warnings

  •  ⚠ Removed apps cannot be easily restored