Tag: Apps

Remove Pre-Installed Apps

By default, Windows features “very helpful” programs you never use: “People”, “Xbox”, “Maps”, useless “Mail” and “Tips”. Here is how you remove remove them: 1️⃣ Open PowerShell as an administrator. 2️⃣ Enter the command “Get-AppxPackage | Select Name, PackageFullName” to get a list of all installed programs. 3️⃣ Enter the command “Get-AppxPackage *people* | Remove-AppxPackage”. People are just an example,… Read more →