CARA MENGINSTAL APLIKASI WINDOWS 10

Windows 10 is a popular operating system for computers all over the world. It comes with several built-in apps that can be useful for various purposes. However, not everyone may need these apps, and some may even find them intrusive. If you belong to the latter group and are looking to get rid of these built-in apps, this article is for you. Here are a few ways to uninstall Windows 10’s built-in apps and then reinstall them when needed.

CARA MENGINSTAL APLIKASI WINDOWS 10How to Uninstall Windows 10’s Built-in Apps

Windows 10 comes with a variety of built-in apps. Some of these apps are quite useful and come in handy in everyday use, while others may be redundant or pose as bloatware. Regardless of your reasons, uninstalling these built-in apps is a straightforward process.

The PowerShell Method

Using PowerShell to uninstall Windows 10’s built-in apps is one effective method. Here are the steps:

  1. Press the Windows key + X and then select “Windows PowerShell (Admin)”
  2. Enter the following command and hit “Enter”:
    Get-AppxPackage | Select Name, PackageFullName

    This will display a list of all the built-in apps installed on your system, along with its corresponding PackageFullName.

  3. User the PackageFullName parameter to enable the following command and hit “Enter”:
    Remove-AppxPackage PackageFullName

    Replace ‘PackageFullName’ with the PackageFullName of the app you want to uninstall.

For instance, if you want to remove the Windows Store app, the command would be:

Baca Juga :  CARA INSTALL PROGRAM DI ACTIVE DIRECTORY WINDOWS SERVER 2016

Remove-AppxPackage Microsoft.WindowsStore_8wekyb3d8bbwe

This method will remove the app from the current user account as well. If you want to remove the app for all user accounts on a computer, use the following command instead:

Remove-AppxProvisionedPackage PackageFullName

This command is similar to the previous one, except that instead of removing the app from the current user account, it also removes the app from all accounts on the computer.

The Settings Method

Another way to uninstall Windows 10’s built-in apps is by using the “Settings” app. Here are the steps:

  1. Open the Settings app by pressing the Windows key + I, or click the “Start” icon and then click the “Settings” icon.
  2. Click on “Apps” in the Settings window and scroll down to find the app that you want to uninstall.
  3. Click on the app and then click the “Uninstall” button.
  4. Confirm the uninstallation if prompted.

Screenshot of Windows 7 product key inputHow to Reinstall Windows 10’s Built-in Apps

So, you’ve uninstalled a few of Windows 10’s built-in apps, but now you realize that you need some of them back. No worries, reinstalling them is a simple process. Here are a few methods to reinstall Windows 10’s built-in apps.

The Microsoft Store Method

The easiest way to reinstall Windows 10’s built-in apps is by downloading them again from the Microsoft Store. Here are the steps:

  1. Search for the app in the Microsoft Store. You can use the search bar at the top right corner of the Microsoft Store window.
  2. Find the app you want to reinstall and then click the “Install” button (or “Get” if the app is free).
  3. Wait for the app to install.

That’s it! The app is now reinstalled on your computer.

The PowerShell Method

If you prefer using PowerShell, you can reinstall Windows 10’s built-in apps via the following command:

Baca Juga :  CARA INSTAL ULANG WINDOWS XP SP2

Get-AppxPackage -AllUsers | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"

This command will reinstall all the built-in apps that have been removed from all user accounts. It may take some time for the apps to reinstall, depending on your computer’s processing speed.

Screenshot of the Windows 10 Package Manager, WinstallCara Menginstal Aplikasi Dengan Windows 10 Package Manager (Winstall)

Selain dari cara-cara di atas, Anda bisa juga menggunakan Windows 10 Package Manager atau Winstall untuk menginstal aplikasi pada Windows 10. Berikut adalah cara untuk menggunakan Winstall:

  1. Pertama, pastikan bahwa Anda sudah menginstal Winstall pada sistem operasi Windows 10 Anda.
  2. Setelah itu, buka PowerShell sebagai Administrator. Anda dapat melakukan hal ini dengan menekan tombol Windows dan X pada keyboard Anda dan kemudian klik Windows PowerShell (Admin).
  3. Selanjutnya, Anda bisa mengetikkan winget search [nama aplikasi] di baris perintah pada PowerShell untuk mencari aplikasi yang ingin Anda instal. Misalnya, jika Anda ingin menginstal aplikasi chromium, perintah yang tepat adalah sebagai berikut:
  4. winget search chromium
  5. Setelah menemukan aplikasi yang ingin Anda instal, salin pengenal aplikasi tersebut pada baris perintah PowerShell dengan perintah-berikut:
  6. winget install [pengenal aplikasi]
  7. Tunggu hingga proses instalasi aplikasi selesai dan Anda siap untuk menggunakannya.

Screenshot of Windows 7 application installation on Windows 10Cara Mudah Menginstal Aplikasi Windows 7 Pada Windows 10

Jika Anda memiliki aplikasi dari Windows 7 yang ingin Anda instal pada Windows 10, berikut adalah cara-cara untuk melakukannya:

The Compatibility Mode Method

  1. Klik kanan pada ikon aplikasi atau file setup yang ingin Anda instal, kemudian pilih Properties.
  2. Klik tab Compatibility.
  3. Pilih check box pada bagian Run this program in compatibility mode for: kemudian pilih Windows 7 pada daftar.
  4. Klik Apply kemudian OK.
  5. Klik dua kali pada file setup untuk menjalankan proses instalasi.

Proses instalasi seharusnya berjalan dengan baik di Windows 10 meskipun Anda menggunakan aplikasi dari Windows 7.

Baca Juga :  Cara Install Windows Bawaan Laptop

The Virtual Machine Method

Cara lain untuk menginstal aplikasi Windows 7 pada Windows 10 adalah dengan menggunakan Virtual Machine. Virtual Machine adalah hardware virtualization yang memungkinkan beberapa sistem operasi berjalan secara simultan pada satu komputer. Berikut adalah cara-cara untuk menggunakan Virtual Machine:

  1. Download dan instal aplikasi Virtual Machine seperti VirtualBox atau VMware Workstation.
  2. Unduh dan instal sistem operasi Windows 7 pada aplikasi Virtual Machine.
  3. Setelah sistem operasi Windows 7 terinstal, buka aplikasi Virtual Machine Anda dan jalankan sistem operasi Windows 7 pada Virtual Machine tersebut.
  4. Anda bisa menginstal aplikasi Windows 7 pada Virtual Machine seperti biasa.
  5. Jika proses instalasi sudah selesai, Anda dapat menggunakan aplikasi tersebut pada sistem operasi Windows 10 Anda.

FAQs

Q: How do I know which built-in apps to uninstall?

A: The easiest way to determine which built-in apps to uninstall is by going to the Windows 10 Apps List. You can find this by following these steps:

  1. Open the Start menu and type “Settings”.
  2. Click on “Settings” and select “Apps & features”.
  3. Scroll down and locate the app that you want to uninstall.

Q: Can I reinstall uninstalled built-in apps if I need them later?

A: Yes, you can reinstall uninstalled built-in apps if you need them later. You can reinstall the apps using the Microsoft Store or PowerShell as described above.

In conclusion, Windows 10’s built-in apps are an excellent addition to the operating system to enhance productivity. But if you don’t find them useful and consume valuable space on your hard drive, uninstalling them is an easy process. However, if you feel the need to reinstall them later, the process is straightforward as well. Whether it’s using PowerShell, the Settings method, or Winstall, you can customize your Windows 10 machine to meet your specific needs and preferences.