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
  • 7
  • 1
    That means Windows Sandbox uses a snapshot of your real OS, like a base image in container/docker ecosystem. This saves time by not using full OS. That does not mean we can create a snapshot. – Biswapriyo Dec 24 '19 at 05:02

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
  • 41,734
  • 35
  • 103
  • 130
  • "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. " I see, so "snapshot" is perhaps an unfortunate name for this feature. Guess I'll have to use other VM software then. – Math1000 Dec 24 '19 at 05:19
  • 1
    @Math1000 - **Windows Sandbox is NOT a virtual machine.** It sounds like you want to use Hyper-V, but like all hypervisors, if you are running Windows it will require it's own license. – Ramhound Dec 24 '19 at 05:40