Thursday, April 24, 2014

Simple Command Line Steps to Capture an Image

From PC that is ready to be captured

open cmd as administrator
cd c:\windows\system32\sysprep
sysprep /oobe /generalize

boot from your USB that contains imagex
go to drive letter with imagex

imagex /capture c:\ e:\CapturedImage.wim "Captured Image" /verify

this is saying, capture the c drive, save it on the e drive as CapturedImage.wim
you need to make sure you have the right drive letters before running the command
The part in quotes is the description and doesn't really matter

No comments:

Post a Comment