I need an application that can backup and restore images from command line FROM windows. My need is as follows:
- Load an image of windows
- Restart
- Load a new image of windows
- Restart
- Load a new, 3rd image of windows
- ....
Any idea how to do it?
feedback
|
|
If you're talking about operating system imaging, for applying and creating Windows images you generally use Windows PE and ImageX. Also see the definition of Windows Imaging Format (WIM). You could also, a bit more advanced, dabble with Boot From VHD and simply change VHD files to boot from. | |||
feedback
|