Remove Get Started

SafeSelected for removal by default

Tips and introductory guide for Windows (Cannot be uninstalled in Windows 11)

App ID
Microsoft.Getstarted

Removal Command

Remove Get StartedPowerShell
# Remove Get Started (Microsoft.Getstarted)
Get-AppxPackage -Name "Microsoft.Getstarted" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.Getstarted" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator