Create media for automated unattended install of Windows 10  

Page 6 of 99 FirstFirst ... 456781656 ... LastLast

  1. Posts : 7
    win 10
       #50

    Strange it says I have attached and I can see it when I look at the post. I have just copied it below
    Last edited by ashforduk; 16 Apr 2018 at 06:07.
      My Computer


  2. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #51

    ashforduk said:
    Strange it says I have attached and I can see it when I look at the post. I have just copied it below
    That is unreadable. Please do like this:
    • Copy both answer files (autounattend.xml and unattend.xml) to a new folder
    • Zip that folder (tutorial)
    • Attach the ZIP archive created to your post (tutorial)


    Kari
      My Computer


  3. Posts : 7
    win 10
       #52

    Sorry Kari, thank you for the instructions,
    I have uploaded both files now
    Cheers
    autounattend.zip
      My Computer


  4. Posts : 7
    win 10
       #53

    Kari said:
    That is unreadable. Please do like this:
    • Copy both answer files (autounattend.xml and unattend.xml) to a new folder
    • Zip that folder (tutorial)
    • Attach the ZIP archive created to your post (tutorial)


    Kari
    Sorry didn't use the quote option so dont know if you have seen my response
    here is my attached sysprep files
    autounattend.zip
      My Computer


  5. Posts : 7
    win 10
       #54

    Just wondering Kari have you had chance to look at my .xml files as I still cannot get it to work.
    I am running win 10 pro 1709
    The only thing I can think of is when I sysprep a PC normally I use the /unattend: when I run sysprep so it knows where my xml file is
      My Computer


  6. Posts : 49
    Windows 10 Enterprise 64 bit
       #55

    Do I have to create a new autounattend with each new version? If I create one for 1709 can I use it with 1803?
      My Computer


  7. Posts : 3
    10
       #56

    Hi,

    My unattend file works the only problem is that the language/keyboard/timezone is set to 'Finnish' as default even though I've set everything to en-GB!

    Is there anything I've done wrong ??

    <TimeZone>GMT Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>040b:0000040b</InputLocale>
    <SystemLocale>en-GB</SystemLocale>
    <UILanguage>en-GB</UILanguage>
    <UILanguageFallback>en-GB</UILanguageFallback>
    <UserLocale>en-GB</UserLocale>
    </component>
    </settings>
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-GB</UILanguage>
    <WillShowUI>Never</WillShowUI>
    </SetupUILanguage>
    <InputLocale>040b:0000040b</InputLocale>
    <SystemLocale>en-GB</SystemLocale>
    <UILanguage>en-GB</UILanguage>
    <UILanguageFallback>en-GB</UILanguageFallback>
    <UserLocale>en-GB</UserLocale>
    </component>

    Code:
    <TimeZone>GMT Standard Time</TimeZone>        </component>        <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <InputLocale>040b:0000040b</InputLocale>            <SystemLocale>en-GB</SystemLocale>            <UILanguage>en-GB</UILanguage>            <UILanguageFallback>en-GB</UILanguageFallback>            <UserLocale>en-GB</UserLocale>        </component>    </settings>    <settings pass="windowsPE">        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SetupUILanguage>                <UILanguage>en-GB</UILanguage>                <WillShowUI>Never</WillShowUI>            </SetupUILanguage>            <InputLocale>040b:0000040b</InputLocale>            <SystemLocale>en-GB</SystemLocale>            <UILanguage>en-GB</UILanguage>            <UILanguageFallback>en-GB</UILanguageFallback>            <UserLocale>en-GB</UserLocale>        </component>
      My Computer


  8. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #57

    hello123 said:
    My unattend file works the only problem is that the language/keyboard/timezone is set to 'Finnish' as default even though I've set everything to en-GB!

    Is there anything I've done wrong ??
    Yes, you have set input language to Finnish, highlighted in below extract from your answer file:

    Code:
    <InputLocale>040b:0000040b</InputLocale>

    The answer file only does what you have told it to do. Change the InputLocale value both in autounattend.xml and unattend.xml files. For English, the values are as follows:
    • UK English > 0809:00000809, en-GB
    • US English > 0409:00000409, en-US


    Kari
      My Computer


  9. Posts : 3
    10
       #58

    Kari said:
    Yes, you have set input language to Finnish, highlighted in below extract from your answer file:

    Code:
    <InputLocale>040b:0000040b</InputLocale>

    The answer file only does what you have told it to do. Change the InputLocal value both in autounattend.xml and unattend.xml files. For English, the values are as follows:
    • UK English > 0809:00000809, en-GB
    • US English > 0409:00000409, en-US


    Kari
    Thank you, this worked! :)
      My Computer


  10. Posts : 35
    Windows 10
       #59

    Hello everyone, I'm having a issue where the unattended partition section does not wipe the entire drive, and leaves the partitions. Also, by default we have secure boot and using dism to put the installer on a flash drive prompts me that there is no signature. Does anyone have any suggestions?
      My Computer


 

Tutorial Categories

Create media for automated unattended install of Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:24.
Find Us




Windows 10 Forums