6

I want to make a snapshot that I can restore to later. How do I do this within the sandbox? I have not been able to find any extensive documentation nor how to perform this one particular task.

Math1000
  • 185

1 Answers1

5

I want to make a snapshot that I can restore to later. How do I do this within the sandbox?

What you want is not possible.

I have not been able to find any extensive documentation nor how to perform this one particular task.

You have not been able to find any documentation because it does not exist.

Snapshot allows us to boot the sandbox environment once and preserve the memory, CPU, and device state to disk. Then we can restore the sandbox environment from disk and put it in the memory rather than booting it, when we need a new instance of Windows Sandbox. This significantly improves the start time of Windows Sandbox.

This does not indicate the user can initiate a snapshot. What this quoted text is indicating is that Windows Sandbox itself creates a snapshot of your system.

Source: Windows Sandbox

Ramhound
  • 44,080