How to install appx files in Win10 system?

  

The appx file is actually a common format for the Windows platform (UWP). Just like the mobile and PC, you can use the UWP app. How to install appx files in Win10 system? We also need to introduce the existence of the appx file, see below.

Microsoft introduced the new Universal Windows Platform (UWP) architecture in Win10, which is designed to unify the Windows application experience across platforms such as PCs and mobile phones, so all common Windows platform applications use it. .appx or .appbundle as its file format. The benefit of using a UWP application is that Windows automatically manages all installation and uninstallation processes so that users don't have to worry about any residual files or registry entries.

How to install appx files in Win10 system?

Usually the application that Windows 10 users download in the Windows Store is the UWP app, but if you are a developer/tester or "experience user", you can actually install the .appx file manually in Win10. System geeks will introduce you to the specific steps to install the .appx application directly.

First, enable Win10 "Sideload"

By default, Win10 only allows UWP apps to be installed via Windows Stoe, so you must enable Win10's "Sideload" switch before manually installing UWP apps.

The "Sideload" switch is translated as "sideloading application" in the Chinese version. After opening this function, you can install the application from a source or workspace that other users trust.

1. Use the Win + I shortcut to open the Settings app.

2. Navigate to "Update and Security" & mdash; "For Developers".

3, select the option to adjust the single option.

Second, the installation .appx file

this approach is the easiest, after opening the Win10 "Sideload" switch, double-click .appx can be installed directly ready UWP applied.

The following example is to install CrystalDiskMark UWP applications: Click after

installed to run "start":

If all goes well, you it should be like other UWP applications installed from the Windows store using the application of:

use PowerShell installed appx file

of course, Windows PowerShell can also be used in the all-powerful For installing UWP applications, you only need one command:
Add-AppxPackage -Path file.appx

The above is the method of installing appx files in Win10 system. The same method can also be hosted. Try on the phone of the Microsoft operating system.

Copyright © Windows knowledge All Rights Reserved