The original post is here, use it to setup a PE image to capture the WIM. In windows 10 PE you capture the image using DISM. Dism /Capture-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory> /Name:<image_name> Where path_to_image_file is where the image will be saved. source_directory is the drive letter of the drive you will be capturing. image_name is a... Continue Reading →
Creating a Windows disk Image for deployment.
This information can both apply to home and business users. I want to create detailed instructions so that the most basic of users can create and deploy the image. For home users you can create a recovery image in case something goes wrong with your PC. For business users this can speed up deployment time... Continue Reading →