I can't for the life of me figure out what is wrong in my WDSClientUnattend file which I am using to kick off an XP install using WDS. I want to make this install completly automated creating two partitions. There's a setting in WDS to allow unattend files. Easily enough, you generate one and then apply it to the image. Nothing more complicated than that. This is found under WDS Servers YOURSERVER Install Images YOURCOMPUTERGROUP YOURIMAGE Properties.
- Create Answer File For WDS - Social.technet.microsoft.com
- See Full List On Sourcedaddy.com
- [SOLVED] Add Unattend.xml To WDS Image - Windows Forum ..
Creating Unattend.xml files The solution uses unattend files to install Nano Server using WDS. The unattend file holds information that is needed to deploy the Nano Server such as disk partitioning, user name to authenticate with WDS as well as domain join user and Server Name. The Unattend.xml for Windows 7 (and Vista/2008/2008R2) are divided into sections, or configuration passes. This is because different parts of the setup are reading settings from different passes. This means that depending on what type of Windows 7 setup you are doing, you need to populate different sections in the answer file. Yamaha dgx 205 driver.
Automating a clean installation of Windows 10 is pretty simple. In order to accomplish this we just need to create an Answer File and place it where Windows Setup will be able to find it during the installation of Windows. In order to create an Answer File we are going need “Windows System Image Manager” (WSIM) and Windows 10 installation source files, such a disc-image ISO file or DVD.
WSIM can be obtained by downloading the “Windows Assessment and Deployment Kit” (Windows ADK) for your version of Windows 10.
Once you have downloaded Windows ADK and have your Windows 10 ISO image file or DVD ready we can begin. We will first need to use WSIM to generate a Catalog File (.clg). This file will contain the state of all packages and components of the image (.wim) used. In a standard untouched Windows 10 ISO image, this will be the “install.wim” file under the “Sources” folder of your source files. I should note that it would be wise to perhaps integrate the latest updates into your install.wim before generating a Catalog File as there could be some important bug fixes and patches that resolve some issues when utilizing certain features in an Answer File. Also, you should generate a Catalog File on a system with the same architecture as your Windows 10 ISO disc-image or DVD. So if my ISO is x64 based, then I will want to generate a Catalog File with WSIM on an x64 based Operating System.
With all of that out of the way, let’s begin!
Browse to the location of your Windows ADK download, then install WSIM.
Install “Windows Kits10ADKInstallersWindows System Image Manager on amd64-x86_en-us.msi”.
Then launch “C:Program Files (x86)Windows Kits10Assessment and Deployment KitDeployment ToolsWSIMimgmgr.exe”.
GENERATE A CATALOG FILE (.CLG)
Now we are going to want to generate a Catalog File. So mount your Windows 10 ISO file or insert your DVD. In Windows 8.1 and Windows 10 you can simply right-click and select “Mount “. In this guide I will be using the official Windows 10 1803 ISO file directly from Microsoft’s website. When mounted, the volume name is “CCCOMA_X64FRE_EN-US_DV9”. I will now create a folder with that name and copy the contents of the ISO to it. This is because by default WSIM will save the Catalog File to the directory where the image is, next to the install.wim.
Under the “Windows Image” section, right-click “Select a Windows image or catalog file”, then click “Select Windows Image…” then browse to the install.wim image. Then select the edition of Windows you wish to generate a Catalog File. In this guide it will be “Windows 10 Pro”. Then click “Yes” to the following message:
WSIM will now generate the Catalog File, and when done, the file “install_Windows 10 Pro.clg” will now be in my “W:CCCOMA_X64FRE_EN-US_DV9sources” folder. Save it, as you may need it in the future.
CREATE AN ANSWER FILE (.XML)
Now under the “Answer File” section right-click “Create or open an answer file”. Then click “New Answer File…”. You will now need to add the components you want to the Answer File. As you will see below, it’s tree structured in a way and each block has a purpose. Now, I am not going tell you each one to do, you will have to look at my Answer Files posted below and build your own. You could actually just copy mine and work it for your needs if you wanted. You can search information above each component and their values as well.
Now I have already went ahead and created the Answer Files and tested them in Virtual Box for both Legacy BIOS and UEFI booting. I even added some extras! How cool am I? So basically I will now post both my Answer Files. Simply copy the text of the one you need and paste into a text document and name the document, “AutoUnattend.xml“.
AUTOUNATTEND.XML – BIOS
AUTOUNATTEND.XML – UEFI
MODIFY THE BOOT.WIM
Now, you’re going to want to take which ever “AutoUnattend.xml” file you need, whether for a BIOS or UEFI system and place it right next to Windows Setup in the boot image which is the boot.wim.
“W:CCCOMA_X64FRE_EN-US_DV9sourcesboot.wim2AutoUnattend.xml”
By placing it here, the XML file will be loaded into memory, making it instant and easy for Windows Setup to find and we do not need an external drive with the file placed on it. For this, I simply use a program called 7-Zip. Right-click the boot.wim, hover over 7-Zip and select “Open archive” and copy the “AutoUnattend.xml” into the directory I specified above. If you do not want to use 7-Zip you can mount the boot.wim with DISM commands in Command Prompt and then commit changes when done.
Please review: Modify a Windows Image Using DISM
Create Answer File For WDS - Social.technet.microsoft.com

CREATE AN ISO WITH OSCDIMG.EXE
Now, if you wrote your ISO to a USB drive, you can simply modify the contents of it, but if you would like to create an ISO we can use “Oscdimg.exe“. I have also went ahead and given the commands for these. You’re welcome. Install “Windows Kits10ADKInstallersWindows Deployment Tools-x86_en-us.msi”. Then open “Deployment and Imaging Tools Environment” from the Start Menu.
OSCDIMG.EXE – BIOS
OSCDIMG.EXE – UEFI
OSCDIMG.EXE – BIOS OR UEFI

You will need to modify the paths with yours first. Then paste them in the Command Prompt Window and watch the magic happen. The last command will actually make the ISO work for either BIOS or UEFI systems, but because our “AutoUnattend.xml” is set for one or the other, that kind of defeats the purpose, but it’s provided if you don’t want to use partitioning in the “AutoUnattend.xml” answer file.
When booted, there will be no prompts for you to click, it should just go all the way through and login for you into the Built-in Local Administrator user account. You will see I have “Administrator” to login automatically 3 times.
I have also modified the computer name. Yes, Microsoft thought it would be a great service to its customers to remove the ability for Windows Setup to ask for the Computer Name during setup. The only way now to preset it to something you want without having to change it later is in an Answer File, and these “AutoUnattend.xml” files have it and you will see the name is “WR-001”.
I have also added another Administrator user account called “WinReflection”, and a standard Non-Administrator user called “Operator”.
I even added a Taskbar Link for Internet Explorer 11. The rest just has to do with automating the install.
See Full List On Sourcedaddy.com
.png)
CONCLUSION
Well, there you go! The password for the User Accounts in these Answer Files is “xO$qC^*S“. I thought this was a cool project that I spent time to understand and test. Hopefully it helps someone out there. I am sure you had a bundle of fun following along. WSIM is also used to create Answer Files for Sysprep and I will be working on that next. Well it’s actually already done I just need to post it.
Thank you and God bless you all!
Until next time…
[SOLVED] Add Unattend.xml To WDS Image - Windows Forum ..
Leave a Reply
Want to join the discussion?Feel free to contribute!
- Christian Walk – This Could Be My Final Post - December 1, 2020
- Dream Journal – Marriage Fears - July 9, 2020
- Windows 10 – Enterprise LTSC 2019 – AutoUnattend.xml - July 9, 2020