Forum Discussion
Juff-Ma
Aug 06, 2025Copper Contributor
Can no longer install Mixed Reality Link
(for context, I am using a Galaxy Book4 Edge (ARM) on the latest non-Insider Version of Windows) I already had Mixed Reality Link installed on my Laptop and it worked perfectly fine, it paired with ...
- Sep 03, 2025
The issue seems to be fixed, the newest update makes it installable and it works
orintalver
Sep 04, 2025Copper Contributor
This looks like a corrupted AppX deployment issue rather than a store-specific bug. Since you already tried Remove-AppxPackage, I’d recommend also checking for leftover registry entries and stale package data in %ProgramFiles%\WindowsApps. Sometimes PRI merge errors occur because a corrupted resource index is still lingering. Running sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth can help rule out system corruption. If that fails, a clean reinstallation with ExplorerPatcher/StartAllBack disabled (if you use them) sometimes clears the block. Worst case, setting up a new user profile can confirm if it’s profile-level corruption.