[OBSOLETE] Installing Intel Unison on Windows 10

Windows Phone Link was good, but what if you’ve got an iPhone and stayed back with Windows10?

Don’t worry, In this post I’m writing on how to install Intel Unison on Windows 10 Devices

Firstly head to store.rg-adguard.net

Paste The Link for Intel Unison and select “fast” from the drop down

Enter URL to Find AppImages

Pick this one ~31mb

Msixbundle

Using 7z, Extract the File

Extract the File

Extract the MSIX File

Open The New Directory Made

Open The AppxManifest File in Notepad

Replace <TargetDeviceFamily Name=”Windows.Desktop” MinVersion=”10.0.22621.0" MaxVersionTested=”10.0.22621.0" />

with

<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19000.0" MaxVersionTested="10.0.22621.0" />

Save the file and now Delete the Selected files

Installation :

Launch Windows Powershell as Admin and run

Add -AppPackage -Register <PATH TO AppxManifest.xml> 

Your App will be Installed now!

--

--