luciusbono / Packer-Windows10

A Packer build for Windows 10
MIT License
130 stars 48 forks source link

Windows cannot read the <Product Key> from the unattend start file" #39

Open lattice0 opened 2 years ago

lattice0 commented 2 years ago

I get stuck at

==> virtualbox-iso: Waiting for WinRM to become available...

then opening the VM on virtual box I see:

When I open Windows cannot read the <Product Key> from the unattend start file"

johann8384 commented 8 months ago

I had to do this:

            <UserData>
                <ProductKey><Key/></ProductKey>
                <AcceptEula>true</AcceptEula>
                <FullName>Packer</FullName>
                <Organization>Packer</Organization>
            </UserData>