Is it possible to make it so when someone closes down the VM, if they (or another user) opens it then any changes the user has made are lost?
I want to basically open up a "clean" image everytime and any changes made since opening the image are lost on close/shutdown.
I have excluded the "state" switches with:
Code: Select all
VBoxManage setextradata global GUI/RestrictedCloseActions SaveState,RestoreIs this possible?
Mark