How To Open Appx File On Windows 10
With Windows 10, Microsoft introduced a new architecture chosen Universal Windows Platform (UWP) that aims to unify the app experience across devices like desktops and mobiles. As such, all the new Universal Windows Platform apps use ".appx" or ".appxbundle" as their file formats. One of the adept things about UWP apps is that Windows manages all the installation and uninstallation process so that you don't have to worry about whatever leftover files or registry entries.
Mostly, yous tin download UWP apps directly from the Windows Store. Notwithstanding, if you lot want to you can directly download .appx files from a developer site and sideload them in your system. Here is how to manually install .appx files in Windows 10.
Enable Sideloading Windows 10
Before y'all can install or sideload Universal Windows Platform apps, sideloading should be enabled in Windows ten. Thankfully, sideloading is enabled past default. Yet, it is better to verify and enable the "Sideloading" setting, equally information technology might be disabled by your administrator or organization.
To enable sideloading, click on the Notification icon in the taskbar and then select the option "All Settings."
Once the Settings app has been opened, click on the selection "Update and Security."
Hither, navigate to "For Developers" appearing on the left console.
Now, select the "Sideload apps" radio button on the right panel and close the window.
You've now successfully enabled sideloading in Windows 10.
Install .appx Files With Double-Click
To sideload a UWP app, simply double-click on the .appx file. For instance, I downloaded the .appx file of CrystalDiskMark UWP app and double-clicked on it.
Since Windows uses its own installer, just click on the "Install" push to start the installation process. As y'all can see from the image below, Windows will show you which capabilities the app will run with. In my case the CrystalDiskMark app volition run with "Total Trust Mode" capabilities.
Once the installation has been completed, merely click on the "Launch" push button to launch the installed UWP application.
If everything goes well, you should exist able to use the app similar whatever other UWP app installed from the Windows Store.
If you lot want to, you tin can uninstall the sideloaded app similar any other app from the Windows Shop. Only find the app in the Start menu, correct-click on information technology and so select the option "Uninstall" and you are good to go.
Install .appx Files via PowerShell
Alternatively, you tin also use the PowerShell to install an .appx file. To start, search for PowerShell in the Start menu, right-click on it and so select the choice "Run every bit Administrator."
The above action will launch PowerShell with administrator rights. Hither, navigate to the file location using the below command. Don't forget the supervene upon c:\path\to\appx\file\directory
with the bodily directory path of the .appx file.
cd c:\path\to\appx\file\directory
After navigating to the required directory, use the below command to install the .appx file. Again, don't forget to replace "file.appx" with the bodily UWP file name.
Add-AppxPackage .\file.appx
Alternatively, you can also use the below command:
Add-AppxPackage -Path .\file.appx
As soon every bit you lot execute the command, the app will be installed. Y'all volition not receive any confirmation message whatever in the PowerShell window. However, you lot tin search for the installed app in the Offset menu and open it.
Do comment below sharing your thoughts and experiences about using the above methods to install .appx UWP files in Windows 10.
Is this article useful?
Subscribe to our newsletter!
Our latest tutorials delivered straight to your inbox
Source: https://www.maketecheasier.com/install-appx-files-windows-10/
Posted by: salinasfics1951.blogspot.com
0 Response to "How To Open Appx File On Windows 10"
Post a Comment