How to Sideload a Modern UI App on Windows 8
Sideloading a Modern UI app means to install it without using the Windows Store. This is typically done to beta test an app. This handy guide will teach you how to sideload a Modern UI app on Windows 8. Note that you need a developer...
Method 1 of 2:
Sideloading With a Powershell Script
-
Download the App's Package the developer provided for sideloading. -
Open the file. It should contain:- A Powershell Script
- The Application's .appx package
- A Security Certificate
- App files, resources and dependencies.
-
Right click the Powershell script and click 'Run with Powershell' in the menu that appears. -
Click the 'Open' button in the security warning that appears. - The Powershell script should run.
-
If you are sideloading an app for the first time, Powershell will ask you whether you want to change the execution policy. Give the 'Y' Command and click enter. - Wait for the script to finish.
-
Your app has been successfully installed!
Method 2 of 2:
Sideloading Without a Powershell Script
-
Download the file for sideloading. -
Open the file and note down the path of the application's .appx package. -
Open the charms bar. -
Click Search. -
Search for 'Windows PowerShell' and choose the first result. -
Run the command : Add-AppxPackage (filelocation).appx , substituting (filelocation) with the location of the App's appx package. For example, if your file is located at C:Appsexample.appx, then run the command:- Add-AppxPackage C:Appsexample.appx -
Wait for deployment to finish. - Once the script finishes running, your app has been sideloaded!
Discover more
powershell script appShare by
Isabella Humphrey
Update 04 March 2020
You should read it
- How to install PowerShell 7.0 in Windows 10/8/7
- How to convert PowerShell script file (.ps1) to .exe by IExpress on Windows 10
- Microsoft Windows PowerShell and SQL Server 2005 SMO - Part 5
- How are Command Prompt (cmd) and PowerShell different?
- 10 PowerShell commands help you manage the remote computer most effectively
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- How to Add or Delete Items and Categories in the All Apps Screen of the Windows 8 Start Menu
- How to Search in Windows 8.1
- How to Use Windows 8












