Jared Heinrichs

  • Technology Blog
  • Winnipeg Computer Repair
  • Winnipeg Photographer
  • Cooking With Jared
You are here: Home / Operating System / Windows Deployment Services / How to Sysprep & Capture a Windows 10 Image for Windows Deployment Services (WDS)

May 30, 2016 By Jared Heinrichs Leave a Comment

How to Sysprep & Capture a Windows 10 Image for Windows Deployment Services (WDS)

This post will go over “How to Sysprep & Capture a Windows 10 Image for Windows Deployment Services (WDS)”.

I am going to assume that you have WDS up and running already. If not you might want to check out my other post on how to setup WDS.

Since my last post on WDS I have added a Windows 10 Enterprise Install and Boot “.wim”

How-to-Sysprep-and-capture-image-WDS-001

How-to-Sysprep-and-capture-image-WDS-002

The reason why I needed to show you those last two screenshots is that you capture an image based off a “Gold” level image file you have already loaded into WDS.

How to Capture an image in WDS

You need to click on “Boot Images” and then Right click the image you want to make a capture of.

How-to-Sysprep-and-capture-image-WDS-003

In the Wizard that opens up fill it out like so. I changed the name from “Setup” to “Capture”.  Also the location and file name is where you want the image to be created! You don’t want to be linking to a real .wim file here. I copy and paste the image name into the location/name box.

How-to-Sysprep-and-capture-image-WDS-004

The Wizard will begin to capture an image and save it.

How-to-Sysprep-and-capture-image-WDS-005

Click “add image” and “finish”.

How-to-Sysprep-and-capture-image-WDS-006

It will then pop-up a window asking where the image is that you want to add. It will be pre-filled out and will be in the same location you specified.

How-to-Sysprep-and-capture-image-WDS-007

Accept the defaults and hit “Next”.

How-to-Sysprep-and-capture-image-WDS-008

Next

How-to-Sysprep-and-capture-image-WDS-009

You will see it working.

How-to-Sysprep-and-capture-image-WDS-010

Hit Finish

How-to-Sysprep-and-capture-image-WDS-011

Verify the file is there in Explorer:

How-to-Sysprep-and-capture-image-WDS-012

How-to-Sysprep-and-capture-image-WDS-013

There are several things we need to do now.

  1. Install a clean version of Windows 10 on a machine.
  2. Install some extra 3rd party apps
  3. Make an image of the updated Machine so that we can use it over and over on other machines.

Because we’ve installed a machine before using WDS I will only show you what has changed.

After saying to boot from PXE you will now see that there are several boot images you can select. Because we want to use the “Gold” version we will select the first item.

How-to-Sysprep-and-capture-image-WDS-014

Much like last time you will be asked to install the image using Domain credentials. Enter them

How-to-install-windows-using-WDS-012

Select Windows 10

How-to-Sysprep-and-capture-image-WDS-015

As the wizard progresses just accept the defaults. When the Machine boots up you will be able to log into the machine as the domain admin.

The first thing you will want to do is install some 3rd party applications that you want as part of the image. In my case I downloaded 4 items that I thought would serv as a good example.

  • Adobe Reader
  • The GIMP
  • Notepad ++
  • Wireshark

How-to-Sysprep-and-capture-image-WDS-016

I won’t bore you with install screenshots. Just believe me when I say I have them installed.

How-to-Sysprep-and-capture-image-WDS-017

Now that everything is installed you need to sysprep the machine in order to make the machine imagable. Sysprep can be found in the “C:\Windows\System32\Sysprep” folder.

How-to-Sysprep-and-capture-image-WDS-018

You want to make sure the System Cleanup is set to OOBE. You also want to make sure Generalize and Shutdown is selected. It is important to select “Generalize” is checked because it will remote any unique identifiers from the machine like Serial number and SID. It is also important to make sure shutdown is selected. If the machine reboots it will start the wizard to setup the machine. If it starts the machine will create a new SID so the whole clean up will have been for nothing.

How-to-Sysprep-and-capture-image-WDS-019

You will see something like this:

How-to-Sysprep-and-capture-image-WDS-020

Make sure to set the machine to boot from the network with PXE then let then machine boot. Hit “ENTER” and “ENTER” to get to this screen. You want to use the “Capture” image.

How-to-Sysprep-and-capture-image-WDS-021

You will notice it will start booting from the image you created.

How-to-Sysprep-and-capture-image-WDS-022

The WDS image capture Wizard will start. I’ve highlighted the most important parts of the note. Click “NEXT”

How-to-Sysprep-and-capture-image-WDS-023

Specify the drive directory to capture. Make sure to name the image really well and click “NEXT”

How-to-Sysprep-and-capture-image-WDS-024

Fill out the setting like so. You will need to authenticate to the server

How-to-Sysprep-and-capture-image-WDS-025

How-to-Sysprep-and-capture-image-WDS-025a

The imaging process will then start when you hit next. this is what will look like. The time for this process is fairly long and depends on network and hard drive speeds on both ends.

How-to-Sysprep-and-capture-image-WDS-026

It will eventually finish. Click “Finish”.

How-to-Sysprep-and-capture-image-WDS-027

It’s a good idea to verify that the client uploaded the .wim file correctly to the WDS server. To verify that the file has been uploaded open the WDS tool and go to the “workstations” group. The file you just made should be there!

How-to-Sysprep-and-capture-image-WDS-028

The machine that you syspreped and captured it’s image will have rebooted now. You will notice that the machine will start to go through the setup wizard. The machine is now ready to go.

How-to-Sysprep-and-capture-image-WDS-029

It’s important for us to now to test the newly captured .wim file on another machine. Once we have verified it works it doesn’t matter how many other machines we will want to have this image.

Boot the new machine up with PXE boot and select “Microsoft Windows 10 Setup (x64)”

How-to-Sysprep-and-capture-image-WDS-030

Setup should now start. Choose the local and keyboard input

How-to-Sysprep-and-capture-image-WDS-031

Enter the proper credentials:

How-to-Sysprep-and-capture-image-WDS-032

Select the new image you just created

How-to-Sysprep-and-capture-image-WDS-033

Specify the location

How-to-Sysprep-and-capture-image-WDS-034

The process will start

How-to-Sysprep-and-capture-image-WDS-035

This is normally a good sign! The streaming process has begun!

How-to-Sysprep-and-capture-image-WDS-036

The machine will reboot

How-to-Sysprep-and-capture-image-WDS-037

You will be asked to enter some very basic info

How-to-Sysprep-and-capture-image-WDS-029

The machine will do the reset auto-magically!

If you ever have an issue like the error “Windows could not complete the installation. To install Windows on this computer, restart the installation.” you will want to try hitting Shift-f10. Then typing:

  • CD C:\windows\system32\oobe    [hit enter]
  • msoobe  [hit enter]

Restart the virtual machine and make sure that you have the proper language and country/region entered.

How-to-Sysprep-and-capture-image-WDS-038

 

More to Come!

 

 

Filed Under: Windows Deployment Services

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Board Game Rules
  • Camera
  • Computer Hardware
    • Blackberry
    • drivers
    • iPad
    • Magic Jack
    • USB
  • Damn Small Linux
  • Exam Notes
  • Facebook
  • FREE Flashcards
  • Games
    • PC
      • League of Legends
    • Wii
    • xbox 360
  • Music
  • Networking
    • Cisco Certification
    • Mitel
    • Palo Alto Firewall
  • News
    • Google
    • Microsoft
  • Operating System
    • Active Directory (2003)
    • Android
    • Command Prompt
    • Damn Small Linux
    • Group Policy
    • Hyper-V
    • IIS
    • ISA 2006
    • Mac OS X
    • Microsoft Exchange Server
    • Powershell
    • Security
    • SME Server
    • Terminal Server 2003
    • Ubuntu Linux
      • Adito Web SSL VPN
      • OpenVpn-als
      • Webmin
    • Virtual Machine Manager
    • Windows 2003 SBS
    • Windows 2003 Server
    • Windows 2008
    • Windows 2008 R2
    • Windows 2012R2
    • Windows 7
    • Windows 8
    • Windows Command Line
    • Windows Deployment Services
    • Windows Server Backup
    • Windows Vista
    • Windows XP
  • Phones
  • Photography
  • Photos
    • Animals
    • Misc
    • Nature
    • Portraits
  • Portfolio
  • Programming
    • CSS
    • HTML
    • jQuery
    • MySQL
    • PHP
    • Script
  • Programs
    • Acrobat
    • Acrobat Reader
    • Adobe Dreamweaver
    • Adobe Illustrator
    • Adobe Photoshop
    • Anti-virus Software
    • Antivirus
    • Backup Exec
    • Bittorent
    • Blackberry BESADMIN
    • Internet Explorer 9
    • Lightroom
    • Microsoft Office
    • Netbeans
    • Onenote
    • Outlook
    • Shelby
    • Sysprep
    • Trend
    • Video Editing
    • Visual Studio
    • Windows Live Writer
    • WireShark
    • XP Mode
    • Zarafa
  • Recipe
  • Review
  • Software Links
  • Troubleshooting
  • Uncategorized
  • Videos
  • Web Applications
    • Brage
    • Google
    • Spiceworks
    • Wordpress
  • Web Browsers
    • Internet Explorer
  • Web Server
    • XAMPP
  • Winnipeg
    • ISP

Try searching this site!

Copyright © 2021 Winnipeg Web Design