Windows 10: Windows 10 autounattend file - unable to read product key

Discus and support Windows 10 autounattend file - unable to read product key in Windows 10 Installation and Upgrade to solve the problem; I've tried only creating an answer file with just the product key and it works with no issues however when I try to follow the guide here -> Create... Discussion in 'Windows 10 Installation and Upgrade' started by DarkArmy, Jan 2, 2020.

  1. DarkArmy Win User

    Windows 10 autounattend file - unable to read product key


    I've tried only creating an answer file with just the product key and it works with no issues however when I try to follow the guide here -> Create media for automated unattended install of Windows 10 i am getting "unable to read product key" not quite sure where i'm making an error. any tips or advice is greatly appreciated.

    Here's my xml file :

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" 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">
    <SetupUILanguage>
    <UILanguage>en-us</UILanguage>
    </SetupUILanguage>
    <InputLocale>0409:00000409</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" 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">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Size>450</Size>
    <Type>Primary</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>3</Order>
    <Size>16</Size>
    <Type>MSR</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>4</Order>
    <Type>Primary</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>2</Order>
    <Size>100</Size>
    <Type>EFI</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Format>NTFS</Format>
    <Label>WinRE</Label>
    <PartitionID>1</PartitionID>
    <Order>1</Order>
    <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Format>NTFS</Format>
    <Label>Windows</Label>
    <Letter>C</Letter>
    <Order>4</Order>
    <PartitionID>4</PartitionID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Order>3</Order>
    <PartitionID>3</PartitionID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Format>FAT32</Format>
    <Label>System</Label>
    <Order>2</Order>
    <PartitionID>2</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <ImageInstall>
    <OSImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>4</PartitionID>
    </InstallTo>
    </OSImage>
    </ImageInstall>
    <UserData>
    <ProductKey>
    <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
    </ProductKey>
    <AcceptEula>true</AcceptEula>
    <Organization>Blockhouse</Organization>
    </UserData>
    </component>
    </settings>
    <cpi*RedfacefflineImage cpi:source="wim:c:/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    :)
     
    DarkArmy, Jan 2, 2020
    #1
  2. DarkArmy Win User

    Windows 10 autounattend file - unable to read product key

    I've tried only creating an answer file with just the product key and it works with no issues however when I try to follow the guide here -> Create media for automated unattended install of Windows 10 i am getting "unable to read product key" not quite sure where i'm making an error. any tips or advice is greatly appreciated.

    Here's my xml file :

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" 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">
    <SetupUILanguage>
    <UILanguage>en-us</UILanguage>
    </SetupUILanguage>
    <InputLocale>0409:00000409</InputLocale>
    <SystemLocale>en-us</SystemLocale>
    <UILanguage>en-us</UILanguage>
    <UserLocale>en-us</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" 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">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Size>450</Size>
    <Type>Primary</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>3</Order>
    <Size>16</Size>
    <Type>MSR</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>4</Order>
    <Type>Primary</Type>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>2</Order>
    <Size>100</Size>
    <Type>EFI</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Format>NTFS</Format>
    <Label>WinRE</Label>
    <PartitionID>1</PartitionID>
    <Order>1</Order>
    <TypeID>DE94BBA4-06D1-4D40-A16A-BFD50179D6AC</TypeID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Format>NTFS</Format>
    <Label>Windows</Label>
    <Letter>C</Letter>
    <Order>4</Order>
    <PartitionID>4</PartitionID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Order>3</Order>
    <PartitionID>3</PartitionID>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Format>FAT32</Format>
    <Label>System</Label>
    <Order>2</Order>
    <PartitionID>2</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <ImageInstall>
    <OSImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>4</PartitionID>
    </InstallTo>
    </OSImage>
    </ImageInstall>
    <UserData>
    <ProductKey>
    <Key>VK7JG-NPHTM-C97JM-9MPGT-3V66T</Key>
    </ProductKey>
    <AcceptEula>true</AcceptEula>
    <Organization>Blockhouse</Organization>
    </UserData>
    </component>
    </settings>
    <cpi*RedfacefflineImage cpi:source="wim:c:/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
     
    DarkArmy, Jan 2, 2020
    #2
  3. Ahhzz Win User
    Windows 10 Tweaks

    Pressing “Windows+Pause Break” (it’s up there next to scroll lock) opens the “System” Window.

    Windows 10: In the new version of Windows, Explorer has a section called Quick Access. This includes your frequent folders and recent files. Explorer defaults to opening this page when you open a new window. If you’d rather open the usual This PC, with links to your drives and library folders, follow these steps:

    • Open a new Explorer window.
    • Click View in the ribbon.
    • Click Options.
    • Under General, next to “Open File Explorer to:” choose “This PC.”
    • Click OK


    credit to Lifehacker.
     
    Ahhzz, Jan 2, 2020
    #3
  4. Ariel Acu Win User

    Windows 10 autounattend file - unable to read product key

    Windows 10 Product Key for a Free Upgrade

    Hi,

    The product key is important to activate and install Windows 10 to your device. Regarding your concern, let's try to isolate the issue and see what's causing you unable to use the product key to activate and install your Windows 10. Kindly provide the following
    information:

    • Where did you purchase the product?
    • What is the error message you received after entering your product key?
    • What troubleshooting steps have you tried?
     
    Ariel Acu, Jan 2, 2020
    #4
Thema:

Windows 10 autounattend file - unable to read product key

Loading...
  1. Windows 10 autounattend file - unable to read product key - Similar Threads - autounattend file unable

  2. Unable to read Windows 7 product key sticker

    in Windows 10 Software and Apps
    Unable to read Windows 7 product key sticker: Hello,i have HP Pavilion DV6 notebook with preinstalled Windows 7 Home Premium 64-bit, recently my hard disk failed to start.I also realized that my sticker with product key is teared and i have only first 10 signs my product key. Could You help me recreate my product key...
  3. Unable to read Windows 7 product key sticker

    in Windows 10 Gaming
    Unable to read Windows 7 product key sticker: Hello,i have HP Pavilion DV6 notebook with preinstalled Windows 7 Home Premium 64-bit, recently my hard disk failed to start.I also realized that my sticker with product key is teared and i have only first 10 signs my product key. Could You help me recreate my product key...
  4. Unable to use windows product key

    in Windows 10 Updates and Activation
    Unable to use windows product key: Hello,I had installed windows 10 on my macbook laptop via Bootcamp and used Windows Product Key in order to activate the windows.Since I had bugs I couldn't solve by using guides from the web, I've decided to reinstall the Windows again.Before reinstalling the windows 10 is...
  5. Autounattend with no product key?

    in Windows 10 Installation and Upgrade
    Autounattend with no product key?: Hi all. My first post here so please bear with me. I found the installation tutorials on this forum very useful and I've been using unattended setups for a while now. My question is about the product key section of the autounattend file. In Windows 10 ver 2004 and earlier I...
  6. Creating autounattend

    in Windows 10 Ask Insider
    Creating autounattend: Hi all, i have this issue while trying to install win 10 on my elitepad tablet. It boots up but i am unable to touch anything. Because usb hub cost stupid +200$ i though of creating unattend.xml file. But to my surprise it dont work. Does anyone of you have tips or...
  7. Windows cannot read the <Product Key> from the unattend answer file

    in Windows 10 Installation and Upgrade
    Windows cannot read the <Product Key> from the unattend answer file: [IMG] Hi, I've made a USB drive to reinstall windows onto a new system I've just built and when it goes through its start up I get this message then it, restarts and repeats itself again? Any ideas on how to get around this? Would I have to make a new windows 10 bootable...
  8. Cant read my product key

    in Windows 10 Updates and Activation
    Cant read my product key: I've bought a windows 10 install disc but cant read the key. The sticker scratched off some of the characters. What can I do? https://answers.microsoft.com/en-us/windows/forum/all/cant-read-my-product-key/282f4821-ebce-42e3-837d-751c0eb25a48"
  9. Stuck on Windows 10 Answer File: Unable to read Product Key

    in Windows 10 Installation and Upgrade
    Stuck on Windows 10 Answer File: Unable to read Product Key: So, I've been tinkering with answer files for unattended installs. I'm doing a test before I start applying them to image roll-outs. I've re-made my autounattend.xml about 7 times now. it's quite frustration. I have the generic Windows 10 Pro key in the file, but it refuses...
  10. unable to read file on USB key

    in Windows 10 Drivers and Hardware
    unable to read file on USB key: Hello My daughter bring me an USB key where no file could be read. PC does recognize the 4 partitions, but when I try to read them, an error message say "Insert disk" I did try with CHKDSK: An error message say unable to access the drive I tried with RECOVA: application...