With XP going EOL I now find myself trying to compensate with some additional software. Essentially what I want is the ability to setup a browser, install a few plugins/addons (such as flash player and adblock), configure some settings, and then "take a snapshot of it" so to speak. I would like to be able to run the application from a single shortcut (like any other typical Windows application), and then when I close it, I would like it to revert back to the snapshot I took. I don't care if the terminology is "snapshot", but I want the application to lose any configuration, toolbars, plugins, viruses, and garbageware every time it is closed. Additionally, some level of isolation from XP would be nice, such as not being able to write to any directory outside of it's own (perhaps similar in design to a chroot jail), not having access to the clipboard, and not having the ability to spawn child processes.
The closest I have found so far is to:
- setup VirtualBox
- create & setup a Linux based virtual machine
- configure autologin and a browser
- delete the virtual machine but do not delete the files
- set the virtual hard drive as "immutable" with vboxmanage
- create a new VM
- point the new VM at the preconfigured hard drive
Any suggestions greatly appreciated!
S.