Packer-Windows10 icon indicating copy to clipboard operation
Packer-Windows10 copied to clipboard

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

Open lattice0 opened this issue 1 year ago • 1 comments

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"

lattice0 avatar Aug 07 '22 21:08 lattice0

I had to do this:

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

johann8384 avatar Jan 06 '24 23:01 johann8384