Is it possible to make Windows Mixed Reality Portal run on a virtual Win10 in Parallels 14 Pro on a 2018 MacBook Pro with Radeon Pro Vega 16 4 GB graphics?
Currently it complains about the gfx driver:
Is it possible to make Windows Mixed Reality Portal run on a virtual Win10 in Parallels 14 Pro on a 2018 MacBook Pro with Radeon Pro Vega 16 4 GB graphics?
Currently it complains about the gfx driver:
This is not an answer to whether it runs, but you can skip the requirements check1 with registry settings. Add one or both of the following DWORD
s, set to 1
, at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Holographic
:
AllowFailedSystemChecks
: This presumably lets you click "Continue" even if the requirements check fails.FirstRunSucceeded
: This will let you trick WMR into not performing the check at all. This was important for a friend whose requirements check would hang indefinitely. He never got either pass or fail messages.Comment with your results for the good of the internet.
1 Here be dragons.