Windows Sandbox with GPU acceleration
Windows Sandbox is a great way to make a very quick Windows sandbox separated from the rest of your system if you want to run programs you might not fully trust but not set up a full VM or Docker container.
Using a GPU with the sandbox is easy, but requires you create a text file and put the following code in it. When done, save the text file as a *.wsb file and then click it so that config is used when running the sandbox.
<Configuration>
<vGpu>Enable</vGpu>
</Configuration>