Skip to main content

Win10 Deployment help

Windows 10 Deployment Help



Notes from Author
This is posted on other pages I'm just using this to help gather information for myself and others for it to be easily accessible.

If you find any errors or you know of a better faster way to deploy win10 please feel free to let me know.

I'll be making separate posts if you want the contents of the txt/cmd files

Capturing the Image

Verify that the windows partition is listed currently as C: or you will need to adjust my scripts
capture.cmd


Prepping the hard drive for Image Deployment

For newer PCs
diskpart /s CreatePartitions-UEFI.txt

For Legacy PCs
diskpart /s CreatePartitions-BIOS.txt


Deploying image to newly cleaned hard drive

Applying the Image
ApplyImage.bat imagename.wim

Comments