Skip to content

emka.web.id

menulis pengetahuan – merekam peradaban

Menu
  • Home
  • Tutorial
  • Makalah
  • Ke-NU-an
  • Kabar
  • Search
Menu

Tutorial Windows: How to Remove Pre-Installed Windows 10 Apps

Posted on August 10, 2015

Windows 10 ships with a bunch of apps pre-installed, and it’s no secret that there are users out there who still hate “Metro” apps, even though this concept has been improved a lot since the debut of Windows 8.

But despite all the reasons, many want to get rid of these pre-installed apps in Windows 10, so use this tutorial to either remove the apps one by one or to delete them all at a time with a single command.

Basically, the commands you can find below require administrator privileges, so unless you’re in charge of your computer, you have no way to remove the apps. Keep in mind that, in case you want them back, you can find them in the Windows Store, all of them available with a free license.

App removal commands

What you need to do first is launch a PowerShell window with administrator privileges. So fire up the Start menu and type PowerShell, but don’t press Enter. Right-click the PowerShell shortcut and click “Run as administrator.”

If you want to see all installed apps, paste this command in the PowerShell window:

code
Get-AppxPackage –AllUsers

And if you want to remove just a single app, type any of the following commands:

3D printing

code
Get-AppxPackage *3d* | Remove-AppxPackage

Xbox app

code
Get-AppxPackage *xbox* | Remove-AppxPackage

Money/Sports/News/Weather

code
Get-AppxPackage *bing* | Remove-AppxPackage

Music and TV/Videos

code
Get-AppxPackage *zune* | Remove-AppxPackage

Photos

code
Get-AppxPackage *photo* | Remove-AppxPackage

Mail/Calendar

code
Get-AppxPackage *communi* | Remove-AppxPackage

Solitaire

code
Get-AppxPackage *solit* | Remove-AppxPackage

Phone integration

code
Get-AppxPackage *phone* | Remove-AppxPackage

Voice Recorder

code
Get-AppxPackage *soundrec* | Remove-AppxPackage

Camera

code
Get-AppxPackage *camera* | Remove-AppxPackage

People

code
Get-AppxPackage *people* | Remove-AppxPackage

If you want to remove all apps at the same time, the command below is what you need:

code
Get-AppxPackage -AllUsers | Remove-AppxPackage

Once you create a new user account, though, all these apps are automatically re-installed for the new account. To prevent this from happening, use the next command:

code
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online

As usual, make sure you create a backup before anything else, just to be on the safe side in case something bad happens.

Terbaru

  • Google Kembangkan Fitur Baru untuk Tugas di Keep, Lebih Terintegrasi dengan Kalender
  • Google Akan Meluncurkan Beberapa Laptop dan Ponsel Android Baru di Tahun 2025, Meliputi Model yang Lebih Murah dan Model dengan Spesifikasi Tinggi
  • Samsung Galaxy Z-Fold Tri-Fold: Harga dan Spesifikasi Resmi Terungkap
  • Federasi Sepak Bola Prancis (FFF) Mengungkap Pelanggaran Data Setelah Serangan Siber
  • Google Perbarui Desain Akun Google Web, Fokus pada Kemudahan Penggunaan dan Integrasi
  • Google Tingkatkan Batas Gratis Gemini 3 Pro untuk Pengembang dan Bisnis
  • Google Perkenalkan ‘Circle to Search’: Cara Baru Menggunakan AI untuk Pencarian
  • OpenAI Terpapar Data Pelanggan Melalui Pelanggaran Vendor Mixpanel, API Terpengaruh
  • Error External Drive Extraction Tidak Terdeteksi di VM Virtual Hyper-V
  • Ringkasan Notifikasi Pixel Google Lebih Baik dari iPhone, Tapi Apa Tujuannya?
  • ShadowV2 Botnet Digunakan Uji Coba Setelah Penyebab Gangguan AWS
  • YouTube TV Segera Kembali Menawarkan Saluran Univision Setelah Penangguhan Dua Bulan
  • YouTube TV dan Disney Meluncurkan Penawaran Paket Bundel dengan Harga Menarik
  • Error Microsoft .NET Framework: Unhandled Exception – Not Enough Space On The Disk
  • Qualcomm Snapdragon 8 Gen 5: Chipset Flagship Baru yang Lebih Cepat dan Efisien
  • Serangan ONSolve Terus Mengganggu Sistem Peringatan Darurat di Seluruh Amerika Serikat
  • Android 16 Akan Membawa QPR2 untuk Launcher Pixel, Fokus pada Pengalaman Pengguna yang Ditingkatkan
  • Android 16 (QPR2) Akan Membawa Perubahan Signifikan pada Launcher Pixel
  • Microsoft Akan Tingkatkan Kinerja Microsoft Teams dengan Pengelola Panggilan Baru
  • Samsung Meluncurkan Diskon Besar-besaran untuk Penjualan Black Friday 2025, Berapa Harga Terbaru?
  • Samsung Black Friday Sale Phones and Rings Discounts – Huge Savings on Galaxy Devices
  • Error ‘Insufficient Permissions’ (Izin Tidak Cukup) Saat Membuka Email di Windows – Solusi dan Penjelasan Lengkap
  • Hadir dengan Refresh Rate 144 Hz! Ini Rekomendasi Laptop Gaming 10 Jutaan dari ASUS
  • Cara Memperbaiki Error ScanPST.exe dan File PST di Microsoft Outlook
  • Cara Mengatasi Error DWMAPI.DLL is either not designed or not found
  • Cara Memperbaiki Error Equation/Rumus Jelek di Microsoft Word
  • Cara Mengatasi Adapter Jaringan VMware yang Hilang di Windows 11
  • Cara Reset Multi-Factor Authentication (MFA) di Microsoft Entra
  • Cara Mengatasi Masalah Konektivitas VM Hyper-V ke Host
  • Cara Memperbaiki Error 0x8000FFFF Catastrophic Failure Saat Ekstrak Zip
  • Google Kembangkan Fitur Baru untuk Tugas di Keep, Lebih Terintegrasi dengan Kalender
  • Google Akan Meluncurkan Beberapa Laptop dan Ponsel Android Baru di Tahun 2025, Meliputi Model yang Lebih Murah dan Model dengan Spesifikasi Tinggi
  • Samsung Galaxy Z-Fold Tri-Fold: Harga dan Spesifikasi Resmi Terungkap

©2025 emka.web.id | Design: Newspaperly WordPress Theme