Windows 10: Problem with Windows 10 unattended answer file?

Discus and support Problem with Windows 10 unattended answer file? in Windows 10 Installation and Upgrade to solve the problem; The problem with my answer is that following error message appears "Windows cannot read the <ProductKey> setting from the unattend answer file". Can... Discussion in 'Windows 10 Installation and Upgrade' started by Ken76, Nov 9, 2017.

  1. Ken76 Win User

    Problem with Windows 10 unattended answer file?


    The problem with my answer is that following error message appears "Windows cannot read the <ProductKey> setting from the unattend answer file". Can someone help me with this problem? Can I somehow skip this product key part in the answer file?

    Here is my answer file.

    HTML Code: <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>200</Size> <Type>EFI</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>128</Size> <Type>MSR</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Extend>true</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <WillWipeDisk>true</WillWipeDisk> <DiskID>0</DiskID> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Extend>true</Extend> <Format>NTFS</Format> <Label>Windows</Label> <Letter>C</Letter> <Order>3</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>true</Active> <Label>System</Label> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>3</PartitionID> </InstallTo> <InstallFrom> <MetaData wcm:action="add"> <Key>/image/index</Key> <Value>8</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component> <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-US</UILanguage> <WillShowUI>Never</WillShowUI> </SetupUILanguage> <InputLocale>sv-FI</InputLocale> <SystemLocale>sv-FI</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>sv-FI</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Password> <Value>MQBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> <ComputerName>Computer</ComputerName> <TimeZone>FLE Standard Time</TimeZone> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StartPages> <StartPage wcm:action="add"> <StartPageKey>1</StartPageKey> <StartPageUrl>http:\\www.google.fi</StartPageUrl> </StartPage> </StartPages> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>\Software\Silverlight_x64.exe /q</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>IABQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Group>Administrators</Group> <Name>Admin</Name> <DisplayName>Admin</DisplayName> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> <cpiProblem with Windows 10 unattended answer file? :eek:fflineImage cpi:source="wim:d:/system/wininstall/win10pro/install/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>[/quote]

    :)
     
    Ken76, Nov 9, 2017
    #1
  2. KenEkholm Win User

    Problem with Windows 10 unattended answer file?

    The problem with my answer is that following error message appears "Windows cannot read the <ProductKey> setting from the unattend answer file". Can someone help me with this problem? Can I somehow skip this product key part in the answer
    file?

    Here is my answer file

    <?xml version="1.0" encoding="utf-8"?>

    <unattend xmlns="urn:schemas-microsoft-com:unattend">

    <settings pass="windowsPE">

    <component name="Microsoft-Windows-Setup" 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">

    <DiskConfiguration>

    <Disk wcm:action="add">

    <CreatePartitions>

    <CreatePartition wcm:action="add">

    <Order>1</Order>

    <Size>200</Size>

    <Type>EFI</Type>

    </CreatePartition>

    <CreatePartition wcm:action="add">

    <Order>2</Order>

    <Size>128</Size>

    <Type>MSR</Type>

    </CreatePartition>

    <CreatePartition wcm:action="add">

    <Order>3</Order>

    <Extend>true</Extend>

    <Type>Primary</Type>

    </CreatePartition>

    </CreatePartitions>

    <WillWipeDisk>true</WillWipeDisk>

    <DiskID>0</DiskID>

    <ModifyPartitions>

    <ModifyPartition wcm:action="add">

    <Extend>true</Extend>

    <Format>NTFS</Format>

    <Label>Windows</Label>

    <Letter>C</Letter>

    <Order>3</Order>

    <PartitionID>1</PartitionID>

    </ModifyPartition>

    <ModifyPartition wcm:action="add">

    <Active>true</Active>

    <Label>System</Label>

    <Order>1</Order>

    <PartitionID>1</PartitionID>

    </ModifyPartition>

    </ModifyPartitions>

    </Disk>

    </DiskConfiguration>

    <ImageInstall>

    <OSImage>

    <InstallTo>

    <DiskID>0</DiskID>

    <PartitionID>3</PartitionID>

    </InstallTo>

    <InstallFrom>

    <MetaData wcm:action="add">

    <Key>/image/index</Key>

    <Value>8</Value>

    </MetaData>

    </InstallFrom>

    </OSImage>

    </ImageInstall>

    <UserData>

    <AcceptEula>true</AcceptEula>

    </UserData>

    </component>

    <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-US</UILanguage>

    <WillShowUI>Never</WillShowUI>

    </SetupUILanguage>

    <InputLocale>sv-FI</InputLocale>

    <SystemLocale>sv-FI</SystemLocale>

    <UILanguage>en-US</UILanguage>

    <UILanguageFallback>en-US</UILanguageFallback>

    <UserLocale>sv-FI</UserLocale>

    </component>

    </settings>

    <settings pass="specialize">

    <component name="Microsoft-Windows-Shell-Setup" 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">

    <AutoLogon>

    <Password>

    <Value>MQBQAGEAcwBzAHcAbwByAGQA</Value>

    <PlainText>false</PlainText>

    </Password>

    <Enabled>true</Enabled>

    <LogonCount>5</LogonCount>

    <Username>Administrator</Username>

    </AutoLogon>

    <ComputerName>Computer</ComputerName>

    <TimeZone>FLE Standard Time</TimeZone>

    <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey>

    </component>

    <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <StartPages>

    <StartPage wcm:action="add">

    <StartPageKey>1</StartPageKey>

    <StartPageUrl>http:\\www.google.fi</StartPageUrl>

    </StartPage>

    </StartPages>

    </component>

    </settings>

    <settings pass="oobeSystem">

    <component name="Microsoft-Windows-Shell-Setup" 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">

    <FirstLogonCommands>

    <SynchronousCommand wcm:action="add">

    <CommandLine>\Software\Silverlight_x64.exe /q</CommandLine>

    <Order>1</Order>

    </SynchronousCommand>

    </FirstLogonCommands>

    <OOBE>

    <HideEULAPage>true</HideEULAPage>

    <HideLocalAccountScreen>true</HideLocalAccountScreen>

    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>

    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>

    <NetworkLocation>Home</NetworkLocation>

    <ProtectYourPC>1</ProtectYourPC>

    <SkipMachineOOBE>true</SkipMachineOOBE>

    <SkipUserOOBE>true</SkipUserOOBE>

    </OOBE>

    <UserAccounts>

    <LocalAccounts>

    <LocalAccount wcm:action="add">

    <Password>

    <Value>IABQAGEAcwBzAHcAbwByAGQA</Value>

    <PlainText>false</PlainText>

    </Password>

    <Group>Administrators</Group>

    <Name>Admin</Name>

    <DisplayName>Admin</DisplayName>

    </LocalAccount>

    </LocalAccounts>

    </UserAccounts>

    </component>

    </settings>

    <cpiProblem with Windows 10 unattended answer file? :eek:fflineImage cpi:source="wim:d:/system/wininstall/win10pro/install/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>
     
    KenEkholm, Nov 9, 2017
    #2
  3. KenEkholm Win User
    Problem with Windows 10 unattended answer file?

    It's PC that I have assembled myself from many differents parts.

    OS type is Windows 10 Pro.

    Current build is 16299.19

    This error message "Windows cannot read the <ProductKey> setting from the unattend answer file"
    appears almost at the beginning of the installation. That's the only error message I got.

    Is this info enough?
     
    KenEkholm, Nov 9, 2017
    #3
  4. Kari Win User

    Problem with Windows 10 unattended answer file?

    Problem with Windows 10 unattended answer file? [​IMG]


    Hej Ken. Din svarfil antyder att du är också en Finlandsvensk. Välkommen till Ten Forums!



    Problem with Windows 10 unattended answer file? [​IMG]


    Hi Ken. Your answer file suggests that you are a fellow Finland Swede. Welcome to Ten Forums!


    That error is because there's no generic product key or MAK key in your answer file. It is obligatory in autounattend.xml answer file, the one that takes care of first phase of Windows setup, partitioning and installing.

    Please see step 3.9 in following tutorial for how to add key in answer file: Create media for automated unattended install of Windows 10
     
    Kari, Nov 9, 2017
    #4
Thema:

Problem with Windows 10 unattended answer file?

Loading...
  1. Problem with Windows 10 unattended answer file? - Similar Threads - Problem unattended answer

  2. Windows cannot read the <productkeys> setting from the unattended answer file

    in Windows 10 Software and Apps
    Windows cannot read the <productkeys> setting from the unattended answer file: new gaming pc build try to download windows 11 from windows 11 with product key. windows setup message pops up when turning pc on. Windows cannot read the <productkeys> setting from the unattended answer file. how do I down load my windows 11 software on my new pc build. note...
  3. Windows cannot locate the disk and partition specified in the unattended answer file’s...

    in Windows 10 Gaming
    Windows cannot locate the disk and partition specified in the unattended answer file’s...: Windows cannot locate the disk and partition specified in the unattended answer file’s <ImageInstall> setting . Make sure the setting reference a valid partition and restart the installationWindows cannot locate the disk and partition specified in the unattended answer file’s...
  4. Windows cannot locate the disk and partition specified in the unattended answer file’s...

    in Windows 10 Software and Apps
    Windows cannot locate the disk and partition specified in the unattended answer file’s...: Windows cannot locate the disk and partition specified in the unattended answer file’s <ImageInstall> setting . Make sure the setting reference a valid partition and restart the installationWindows cannot locate the disk and partition specified in the unattended answer file’s...
  5. Windows cannot locate the disk and partition specified in the unattended answer file’s...

    in Windows 10 Installation and Upgrade
    Windows cannot locate the disk and partition specified in the unattended answer file’s...: Windows cannot locate the disk and partition specified in the unattended answer file’s <ImageInstall> setting . Make sure the setting reference a valid partition and restart the installationWindows cannot locate the disk and partition specified in the unattended answer file’s...
  6. USB answer file unattended Win 10 installer

    in Windows 10 Gaming
    USB answer file unattended Win 10 installer: I made the answer file here Windows Answer File Generator windowsafg.comAre company got hit with a crypto virus and I have to make an easy install for the end user. This is a HP OEM for all are PC Win 10 64 bit. The image was made with Macrium Reflect, then I opened the ISO...
  7. USB answer file unattended Win 10 installer

    in Windows 10 Software and Apps
    USB answer file unattended Win 10 installer: I made the answer file here Windows Answer File Generator windowsafg.comAre company got hit with a crypto virus and I have to make an easy install for the end user. This is a HP OEM for all are PC Win 10 64 bit. The image was made with Macrium Reflect, then I opened the ISO...
  8. USB answer file unattended Win 10 installer

    in Windows 10 Installation and Upgrade
    USB answer file unattended Win 10 installer: I made the answer file here Windows Answer File Generator windowsafg.comAre company got hit with a crypto virus and I have to make an easy install for the end user. This is a HP OEM for all are PC Win 10 64 bit. The image was made with Macrium Reflect, then I opened the ISO...
  9. Apply unattended answer file to Windows 10 install media

    in Windows 10 Tutorials
    Apply unattended answer file to Windows 10 install media: How to: Apply unattended answer file to Windows 10 install media [img] Information We have multiple tutorials on Ten Forums about creating a custom Windows install media and automating Windows Setup and OOBE. All those tutorials are intended for advanced users, requiring...
  10. Windows could not parse or process unattend answer file for pass...

    in Windows 10 Installation and Upgrade
    Windows could not parse or process unattend answer file for pass...: My manufacturer gave me images and scripts that deploy image in notebook. I installed Win10 in it but it got an error during setup. I found out that it caused by Unattend.xml file. Some said that it solved the problem by removing the component line but i'm unsure if it is...

Users found this page by searching for:

  1. windows 10 unattended willwipedisk not working

    ,
  2. willwipedisk not working in windows 10