Is there have way to skip the product key input page at first time login?

子易 李 20 Reputation points
2024-02-09T16:34:42.3633333+00:00

As title.

After install Windows OS via MDT, the system always shows the product key input page at first login.

User's image I already try to add a GVLK key into Unattend.xml User Data (as follows), they don't work at all.User's image Does there have any solution for skipping product key page.

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
892 questions
0 comments No comments
{count} votes

Accepted answer
  1. AlexZhu-MSFT 5,871 Reputation points Microsoft Vendor
    2024-02-12T02:45:09.3933333+00:00

    Hi,

    Glad that the problem is fixed now. Here's a short summary of the issue:

    [Problem]

    After installing Windows OS via MDT, the user is always prompted to enter the product key at first login. User's image

    [Solution]

    add the below registry value in Unattend.xml.

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE" /v SetupDisplayedProductKey /t REG_DWORD /d 1 /f User's image

    Regards,

    Alex

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. 子易 李 20 Reputation points
    2024-02-10T11:55:36.4333333+00:00

    I find out the answer, the solution is add the register in Unattend.xml. (As follow)

    User's image

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE" /v SetupDisplayedProductKey /t REG_DWORD /d 1 /f

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.