-
Notifications
You must be signed in to change notification settings - Fork 14
Apps on Windows 10 ARM
Note: This page is made for this guild.
-
32-bit ARM (ARM)
.exe
programs. -
Windows RT
.exe
programs. -
UWP (Modern) apps can be installed if:
- Platform is 32-bit ARM (ARM).
- Target is Desktop (Windows 10 Mobile or HoloLens apps will not install).
- Minimum supported version 1607 or lower (or build 10.0.15035.0 or lower).
-
x86, x64 or ARM64 apps will not run on Windows 10 ARM.
A working old Microsoft Edge is included with Windows 10 ARM.
However, it will crash if the graphics driver is not installed.
[IMAGE]
Photos, Groove Music, Movies & TV and other apps are not included with this Windows 10.
You can get them here: AppInstaller2.7z
You can download using Microsoft Edge or copy from your PC with Mass Storage Mode. Read the manual before using.
If AppInstaller don't work well for you, you can do this to install them:
Open Windows PowerShell as Administrator. Then type this:
Add-AppxPackage -Path "<PathToFolder>\App.appx"
For example:
Add-AppxPackage -Path "C:\Users\Lumia\Downloads\AppInstaller2\Apps\Microsoft.NET.Native.Runtime.1.7.appx"
You will need to install .NET Native & Framework
, VCLibs
and Microsoft.Advertising.Xaml
before installing other apps. Overwise, it may errors.