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

  • Apa itu Badan Otorita Pengelola Pantai Utara Jawa (BOP Pantura)?
  • Contoh Makalah K3: Apa itu Sertifikasi K3?
  • Cara Cek Bansos September 2025
  • Ini Jadwal Kereta Bandara Adi Soemarmo Agustus 2025
  • Apa itu Jabatan Fungsional Penggerak Swadaya Masyarakat Ahli Pertama?
  • Cagongjok: Budaya Memalukan Korea, Ketika Kafe Jadi Kantor dan Ruang Belajar
  • Pengertian Anomali Brainrot
  • Penemuan DNA Denisovan Manusia Purba Amerika
  • SpaceX Akan Luncurkan Pesawat Rahasia X-37B Space Force Amerika
  • Biawak: Antara Hama dan Penjaga Ekosistem
  • Ini Profil Komjend Dedi Prasetyo Wakapolri Baru
  • Fraksi PKB DPRD Pati Tetap Selidiki Dugaan Pelanggaran Kasus RSUD Pati
  • Fraksi PKB Kritik Penggunaan Anggaran Prabowo, Fokus pada Fasilitas Publik
  • Inilah Syarat Nilai Minimal Raport Pendaftar SNBP 2026
  • Kemendikdasmen Sangkal Isu PPG Guru Tertentu Tidak Ada Lagi
  • Ini Struktur Kurikulum Kelas 5 SD/MI Sederajat Menurut Permendikdasmen No 13 Tahun 2025
  • Ini Struktur Kurikulum Kelas 3 dan 4 SD/MI Menurut Permendikdasmen No 13 Tahun 2025
  • Inilah Struktur Kurikulum Kelas 3 dan 4 SD/MI Menurut Permendikdasmen No 13 Tahun 2025
  • Ilmuwan Colorado University Bikin Particle Collider Mini, Bisa Atasi Kanker
  • Inilah Susunan Upacara Hari Kemerdekaan RI 17 Agustus di Istana Negara
  • FAKTA: Soeharto Masih Komandan PETA Saat Proklamasi Kemerdekaan RI 17 Agustus 1945
  • Materi Tes CPNS 2025: Fungsi dan Wewenang DPR/DPD
  • Cara Menjadi Siswa Eligible Daftar SNBP 2026 Terbaru!
  • Pendaftaran PPG Guru Tertentu 2025 Diperpanjang, Ini Syarat dan Caranya!
  • Struktur Kurikulum Kelas 2 SD/MI Menurut Permendikdasmen No 13 Tahun 2025
  • Ini Struktur Kurikulum Kelas 1 SD/MI Menurut Permendikdasmen No 13 Tahun 2025
  • Ini Struktur Kurikulum PAUD & TK Sederajat Menurut Permendikdasmen No 13 Tahun 2025
  • Butuh Beasiswa? Ini Beasiswa Alternatif KIP Kuliah Tahun 2025 untuk Jenjang S1
  • Butuh Bantuan SPP? Ini 5 Beasiswa SMA/SMK 2025 Yang Bisa Kamu Coba
  • Apa itu Beasiswa Mutual+ 2025, Syarat, Ketentuan dan Cara Daftarnya
  • Apa itu Badan Otorita Pengelola Pantai Utara Jawa (BOP Pantura)?
  • Contoh Makalah K3: Apa itu Sertifikasi K3?
  • Cara Cek Bansos September 2025

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