Remove Windows apps using PowerShell to make the operating system run more smoothly.

Removing Windows apps using PowerShell allows you to uninstall hidden apps and sub-apps that you normally cannot see in the Control Panel. This helps make the operating system lighter, use less RAM, and run more smoothly.

Step 1: Open PowerShell as Administrator

Press the Windows key, type PowerShell, then select Run as administrator.
A command window similar to CMD will appear.
Here, you can use commands to access and manage Windows at a deeper level.

Step 2: Clean Up Unnecessary Apps

Method 1: Remove apps individually

Type the following command to list all installed app packages:

Get-AppxPackage | Select Name, PackageFullName
Remove Windows apps using PowerShell to make the operating system run more smoothly.
Remove Windows apps using PowerShell to make the operating system run more smoothly
  • After the list appears, choose the app you don’t need and uninstall it using the following command: Get-AppxPackage <Tên_Gói_Ứng_Dụng> | Remove-AppxPackage

Here is a list of some apps that you may not need and can consider removing:

  • Microsoft.XboxGameCallableUI
  • Microsoft.Windows.PeopleExperienceHost
  • Microsoft.XboxGameOverlay
  • Microsoft.XboxGamingOverlay
  • Microsoft.XboxSpeechToTextOverlay
  • Microsoft.Services.Store.Engagement
  • Microsoft.GetHelp
  • Microsoft.MicrosoftStickyNotes
  • Microsoft.Todos
  • Microsoft.WindowsMaps
  • Microsoft.StartExperiencesApp
  • Microsoft.BingWeather
  • Clipchamp.Clipchamp
  • Microsoft.Getstarted
  • Microsoft.StorePurchaseApp
  • Microsoft.XboxIdentityProvider
  • Microsoft.MicrosoftSolitaireCollection
  • Microsoft.ZuneMusic
  • Microsoft.YourPhone

Method 2: Use a script collected from Reddit.

  • Type the command: & ([scriptblock]::Create((irm “https://debloat.raphi.re/”)))
  • Chose custom mode ( 2 ) to manual
  • Select manually select (3) to choose each app individually.
  • Select the app to remove.

Above is Vietgear.vn’s complete guide to thoroughly uninstalling apps on Windows. Wishing you a smoother and more optimized experience while using your computer.

Leave feedback about this

  • Rating