Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

autounattend.xml that asks for ProductKey

Featured Replies

I'm trying to prepare an Win10-Setup-Image (using sysprep + autounattend.XML  + Acronis) that could be installed on several PCs.

But using my autounattend.xml the Setup does not ask for the Win10 ProductKey.

I'v tried by adding in "Microsoft-Windows-Setup" (both X86 and amd64)

   <UserData>
     <AcceptEula>true</AcceptEula>
     <ProductKey>
       <WillShowUI>Always</WillShowUI>
     </ProductKey>
   </UserData>

But that does not work.

Removing an existing Key with

slmgr.vbs /upk

before sysprep does not help.

I have no <ProductKey> entry in"Microsoft-Windows-Shell-Setup".

The complete autounattend.XML file (with changed Passwords) is attached.

Any idea, what I could Change?

 

autounattend_anonymous.xml

Edited by Zabex
file attached

If you try it on a computer that Windows 10 have been already installed before note that since Windows 8 the Product Key is hardcoded in the BIOS.

It is designed to prompt for a product key unless one of these conditions are met:

1. The ProductKey/Key value is specified in the XML
2. The Edition or explicit path is specified in the XML with "/image/index" in ProductKey/Key value.
3. Specify edition in ei.cfg and have the associated default product key specified in pid.txt.

Here is info about ei.cfg and pid.txt.

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/windows-setup-edition-configuration-and-product-id-files--eicfg-and-pidtxt

So take a look if your ei.cfg and pid.txt are causing the supression of the product key prompt.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.