There are cases where you want to persist data between different snapshots in VirtualBox. To accomplish this, do:
C:\>path=%path%;"c:\Program Files\Oracle\VirtualBox" C:\>vboxmanage modifyhd Persistent.vdi --type writethrough
Comments