2

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:

enter image description here

Mkoch
  • 1,994
  • 2
  • 13
  • 21
  • I don't think that it's possible. You may try to enable developer mode in Windows and then start the Portal with developer's configuration. But please bear in mind, that the result isn't guarantied or even tested. – Tania Chistyakova May 24 '19 at 09:47

1 Answers1

1

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 DWORDs, 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.

Michael
  • 8,362
  • 6
  • 61
  • 88