Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Locked How to create "autounattend.xml

Status
Not open for further replies.

faltomalto

Member
Downloaded
162.8 GB
Uploaded
467.8 GB
Ratio
2.87
Seedbonus
276
Upload Count
0 (0)
Member for 5 years
How to create "autounattend.xml


<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" " xmlns:xsi=" ">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
</component>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm=" " xmlns:xsi=" ">
<DynamicUpdate>
<Enable>true</Enable>
<WillShowUI>OnError</WillShowUI>
</DynamicUpdate>
<ImageInstall>
<OSImage>
<Compact>true</Compact>
<WillShowUI>OnError</WillShowUI>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>1</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<Key></Key>
</ProductKey>
</UserData>
</component>
</settings>
</unattend>
 

Jerry_Xristos

šŸ¤“ Super Admin
Downloaded
195.6 GB
Uploaded
67.8 TB
Ratio
354.94
Seedbonus
3,886,762
Upload Count
366 (418)
Member for 9 years
First you have to install the Windows System Image Manager
  1. Download the windows ADK installer for Windows 10 version
  2. Double-click the adksetup.exe file to begin the installation.
  3. Select the Install the Windows Assessment and Deployment Kit - Windows 10 to this computer option.
After installation is finished run the program and...............
  1. Click the Next button.
  2. Select your privacy setting.
  3. Click the Next button.
  4. Click the Accept button to agree to the license agreement.
  5. Clear all preselected choices.
  6. Check only the Deployment Tools package to install the Windows System Image Manager components.

  7. Click the Install button.
  8. Click the Close button.
Once you complete the steps, you can use the console to create a ".xml" file with the answer to all the questions to automatically install Windows 10.
After the file is created, you can adjust the settings and reuse it for other installations, instead of having to use the Windows System Image Manager tool.

Once the autounattend.xml its created you must put it inside an .iso build and test it. I think you know the way of doing that.

This is the hard way if you haven't done it before, the more easiest is to use a program from the customazition section here and make one following the steps of each program as each one of them is using its own.
Good luck
 

Light_Eater

āœ… Verified Member
Member
Downloaded
768.3 GB
Uploaded
111 TB
Ratio
147.91
Seedbonus
45,881,572
Upload Count
0 (0)
Member for 5 years
@Jerry_Xristos 's answer is great.
You can use this handy website to generate autounattend.xml as well
Code:
https://www.windowsafg.com/
 

faltomalto

Member
Downloaded
162.8 GB
Uploaded
467.8 GB
Ratio
2.87
Seedbonus
276
Upload Count
0 (0)
Member for 5 years
Jerry_Xristos

Can I add your file " autounattend.xm"lwith all versions of Windows?
 

Jerry_Xristos

šŸ¤“ Super Admin
Downloaded
195.6 GB
Uploaded
67.8 TB
Ratio
354.94
Seedbonus
3,886,762
Upload Count
366 (418)
Member for 9 years
@Jerry_Xristos 's answer is great.
You can use this handy website to generate autounattend.xml as well
Code:
https://www.windowsafg.com/
I have a very easy solution for making an "autounattend.xml" but I am not aloud to say anymore here.
RULES exists for all of us, no exception.
I don't want @TheMacGyver and @Mr. Spacely get even more crazy :giggle: [heat has already done that here, 40 degrees the last couple days]
I tried to help with my answer without breaking the rules.
Google is our best friend always and the faster one.
Please @faltomalto inform us to close the thread if you are ok with the above solutions.
 

Mr. Spacely

šŸ¤“ Super Admin
Uploader
Downloaded
153.9 GB
Uploaded
44.2 TB
Ratio
294.12
Seedbonus
12,752,344
Upload Count
11530 (11530)
Member for 8 years
I have a very easy solution for making an "autounattend.xml" but I am not aloud to say anymore here.
RULES exists for all of us, no exception.
I don't want @TheMacGyver and @Mr. Spacely get even more crazy :giggle: [heat has already done that here, 40 degrees the last couple days]
I tried to help with my answer without breaking the rules.
Google is our best friend always and the faster one.
Please @faltomalto inform us to close the thread if you are ok with the above solutions.
Been waiting for someone to shut this down. Should have been shut down in the first place.
 

Jerry_Xristos

šŸ¤“ Super Admin
Downloaded
195.6 GB
Uploaded
67.8 TB
Ratio
354.94
Seedbonus
3,886,762
Upload Count
366 (418)
Member for 9 years
Jerry_Xristos

Can I add your file " autounattend.xm"lwith all versions of Windows?
It might work for some versions of windows 10 but not for all
 
Status
Not open for further replies.
Top