Skip to content

Instantly share code, notes, and snippets.

@blkperl
Created May 6, 2010 00:28
Show Gist options
  • Save blkperl/391637 to your computer and use it in GitHub Desktop.
Save blkperl/391637 to your computer and use it in GitHub Desktop.
My notes on how capture a windows 7 image.
This requires Microsoft's Automated Deployment Kit
run setup.exe to start a fresh install of Windows 7
hit (control shift f3) at the new user screen (this will log you in as administer)
ignore the prompt
install drivers/software/updates (anything you want to be on the new image)
updates will require a reboot
after reboot run cmd.exe as admin
run Windows/System32/sysprep/sysprep.exe /generalize /oobe /reboot
the computer will reboot
hit f12 to enter pxe boot
net use Z: \\some_server.example
imagex /capture C: Z:\temp\install.wim "Windows 7 32 bit" /check /verify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment