2

My Windows Sandbox has very low FPS. I searched for it and discovered that RemoteFX enables GPU acceleration on Sandbox, but RemoteFX was removed from Windows in 2021 due to security conserns.

What is the best way to natively enable GPU on Sandbox, without installing any third-part software?

*I really need a solution to Sandbox only. I cannot use any other virtual machine.

StayOnTarget
  • 11,743
  • 10
  • 52
  • 81
Wolfgang Amadeus
  • 398
  • 3
  • 12

2 Answers2

3

You need to create a TXT file, such as my.txt, and enter

<Configuration>
<VGpu>Enable</VGpu>
</Configuration>

Then the extension TXT is changed to WSB, for example, my.wsb. After the sandbox is started from my.wsb, the GPU is enabled in the sandbox

Jonathan Ciapetti
  • 1,261
  • 3
  • 11
  • 16
zhang
  • 31
  • 2
0

I got this working by adding windows sandbox and windows sandbox client to high performance GPU in my Nvidia control panel.

SoloOrchid
  • 71
  • 4