I have various systems with windows xp installed. After fresh installatios I installed some softwares like visual studio etc. Now lets call this IMAGE1 of the computers. I give out these pcs to users who
- use softwares installed to write code and do stuff.
- they are allowed to install new softwares.
- they never delete/uninstall anything from IMAGE1 i.e, anything that was already present.
After changes the environment is now IMAGE2.
How do I write a script/program to backup all the difference between *IMAGE2 and IMAGE1,* so that I can give user another computer with IMAGE1 and his backup data?
I would be willing to use windows restore if I could write a script to automate the process for user, that whenever I need to give him another computer, I ask him to run the script and backup data is created somewhere.