Can I boot from a saved state such that all the programs and windows are positioned the same and are running as they were when I saved the state?

Can I boot from a saved state such that all the programs and windows are positioned the same and are running as they were when I saved the state?

Essentially, I am trying to set up my flight simulator environment in a way that I do not have to open and configure all the different programs I use every time I boot up the computer.

For example, if I have the flight simulator open, Notepad open, Chrome open, instrument software, and I save this state, I want to boot into that exact same state as if it was a virtual machine. I would use VirtualBox but it is my understanding that the GPU can't actually be utilized in the virtual environment.

There seem to be so many options so I was wondering if anyone would be able to point me in the direction of some of the better options or maybe even the "best fit". Thanks!

FWIW, I don't think I can just "sleep" or "hibernate" as I often have my PC and completely disconnected from a power source but I could be very wrong.


Solution 1:

Hibernate is your only option and eventually you will need a fresh reboot and lose the stuff.

Hibernation is a literal save of the memory to disk followed by a full system shutdown. It also has an extra step of saving device state.

Unlike sleep, it doesn't require power. It is truly a shutdown.

When the computer is booted next, windows checks that the hardware hasn't changed, sees that there is a hibernation file and that it hasn't been touched.

If these things are still OK (as in the same as before the hibernation), It loads the hibernation file back into memory and restores the devices and driver states before allowing the machine to run again.