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

  • Profil Farida Farichah, Wakil Menteri Koperasi Kabinet Merah Putih Reshuffle 17 September 2025
  • Ini Info Terbaru Pencairan BSU BPJS Ketenagakerjaan 2025!
  • Cara Reset Printer Epson L3110 2025
  • WhatsApp Tiba-tiba Keluar dan Meminta Verifikasi: Apa yang Harus Dilakukan?
  • Bisakah Saldo BNI Kamu Nol? Fakta dan Cara Mengatasinya
  • Inilah Tanda-tanda Chat Audio di Grup WhatsApp Sudah Disadap
  • Cara Mengatasi Tidak Bisa Live Instagram Karena Tidak Memenuhi Syarat
  • 7 Spek Laptop yang Ideal untuk Coding & Ngoding Web/App
  • Keuntungan dan Kerugian Menggunakan PayPal: Panduan Lengkap
  • Cara Menggunakan Stellarium Web
  • Cara Menghapus Data KTP Pribadi di Pinjol yang Belum Lunas
  • Cara Mengganti Nomor TikTok yang Tidak Aktif atau Hilang Tanpa Verifikasi
  • Cara Menggunakan BCA PayLater Terbaru 2025
  • Cara Mendapatkan IMPoint Indosat IM3 Ooredoo Gratis via MyIM3
  • Apa Arti TikTok ‘Shared With You’?
  • Cara Menghapus Data KTP di Pinjol: Panduan Lengkap
  • Cara Download WhatsApp GB Terbaru 2025 – Fitur Lengkap & Aman
  • Review WhatsApp Beta: Apakah Aman? Cara Instal dan Cara Keluar
  • Bebong: Makna, Asal Usul, dan Penggunaan dalam Bahasa Indonesia
  • Spinjam dan Spaylater: Apa yang Terjadi Jika Terlambat Membayar dan Bisakah Meminjam Lagi?
  • Cara Download dan Menonton Dood Stream Tanpa Iklan – Doods Pro
  • Cara Menghentikan dan Mengatasi Pinjol Ilegal
  • Kode Bank BRI untuk Transfer ke PayPal
  • Cara Menyadap WhatsApp Tanpa Aplikasi dan Kode QR
  • Apa yang Terjadi Jika Telat Bayar Shopee PayLater?
  • Telat Bayar Listrik 1 Hari: Apa yang Terjadi?
  • Cara Mengunduh Foto Profil WhatsApp Teman di Android, iPhone, dan PC/Mac
  • Rekomendasi Aplikasi Edit Foto Ringan Terbaik untuk PC Windows dan macOS
  • Cara Membeli Diamond Mobile Legends Menggunakan Pulsa Telkomsel
  • Tutorial Menggunakan Aplikasi Dana: Cara Top Up Dana dengan Mudah, Cepat, dan Murah untuk Pemula
  • Profil Farida Farichah, Wakil Menteri Koperasi Kabinet Merah Putih Reshuffle 17 September 2025
  • Ini Info Terbaru Pencairan BSU BPJS Ketenagakerjaan 2025!
  • Cara Reset Printer Epson L3110 2025

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