I have a couple of computers running windows xp and they all have same software installed. I would like to create one image, so that in case a user(s) computer dies i can just restore it with the image. That will save me time by not installing windows all over again and all the software.

Also every user has their own favorites, desktop etc. I would like to back that up too, so that after an image restoration i can restore their favorites, desktop etc.

i hope you guys understand my problem.
Thank you for your help.

EDIT

all systems have same hardware.

link|improve this question

80% accept rate
Are these computers running on the same hardware? If not, you can't use one image for all the computers. – Chris Ting May 28 '11 at 1:10
yes they have same hardware. – rashid May 28 '11 at 1:12
feedback

2 Answers

up vote 3 down vote accepted

First you want is to create an image of your entire harddrive. Here are some very popular software choices to do this:

  • Acronis True Image
  • Paragon Backup & Recovery 2010 Free Advanced
  • Macrium Reflect Free
  • Clonezilla

Next you want to make copies of each user profile. Windows XP has a utility for that. Using this utility is described at this site:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_userprofile_copy.mspx?mfr=true

link|improve this answer
awesome!!! but now each user has different desktop, favorites, cookies etc. I also want to back them up and restore them. So that user(s) feel as if nothing happened. – rashid May 28 '11 at 1:24
@rashid: I've edited the answer to include profile backup. – Chris Ting May 28 '11 at 2:18
feedback

You can use USMT to backup the profiles. This will work for domain and local users. You will need to read the documentation, but its pretty easy. This will keep all settings as well.

Then to create an image you can create one image and use sysprep to create a generalized image of the OS. This will take out anything that's not needed for the OS, but keep the software you installed on there. You can then always load this sysprep image up and it will take about 15-20 minutes to install the OS on the computer. This is slower than creating a binary copy, but it gives you the advantage of creating a general install to put on any computer.

You can create an exact copy which will be faster to restore, but you need to keep multiple versions for each users. There's plenty of programs out there like acronis and norton ghost. I personally use acronis and it works great!

When you decide what you want to do or what you need, then you can always ask on how to use that utility if you are unsure. USMT is a command line utility, but it really is simple to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.