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
-
How to Sideload a Modern UI App on Windows 8 Picture 1
Download the App's Package the developer provided for sideloading. -
How to Sideload a Modern UI App on Windows 8 Picture 2
Open the file. It should contain:- A Powershell Script
- The Application's .appx package
- A Security Certificate
- App files, resources and dependencies.
-
How to Sideload a Modern UI App on Windows 8 Picture 3
Right click the Powershell script and click 'Run with Powershell' in the menu that appears. -
How to Sideload a Modern UI App on Windows 8 Picture 4
Click the 'Open' button in the security warning that appears. - The Powershell script should run.
-
How to Sideload a Modern UI App on Windows 8 Picture 5
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.
-
How to Sideload a Modern UI App on Windows 8 Picture 6
Your app has been successfully installed!
Method 2 of 2:
Sideloading Without a Powershell Script
-
How to Sideload a Modern UI App on Windows 8 Picture 7
Download the file for sideloading. -
How to Sideload a Modern UI App on Windows 8 Picture 8
Open the file and note down the path of the application's .appx package. -
How to Sideload a Modern UI App on Windows 8 Picture 9
Open the charms bar. -
How to Sideload a Modern UI App on Windows 8 Picture 10
Click Search. -
How to Sideload a Modern UI App on Windows 8 Picture 11
Search for 'Windows PowerShell' and choose the first result. -
How to Sideload a Modern UI App on Windows 8 Picture 12
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 -
How to Sideload a Modern UI App on Windows 8 Picture 13
Wait for deployment to finish. - Once the script finishes running, your app has been sideloaded!
4 ★ | 1 Vote
You should read it
- How to create and run a PowerShell script file on Windows 10
- How to Enable and Use Script Execution Policy in Windows PowerShell
- 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
- About PowerShell
- Microsoft Windows PowerShell and SQL Server 2005 SMO - Part 3
- Test SQL Server with Windows PowerShell - Part 1
- Microsoft patches vulnerability in Windows AppX Installer being used to spread Emotet malware
- 10 tips with PowerShell in Windows Server 2008 - Part 1