MDT rule Skipproductkey=Yes in cs.ini does not work on W2016

Brandon Ho 376 Reputation points
2021-04-13T00:28:10.143+00:00

Hi,
I am using MDT version 1809 (OS Build 17763.1853). Part of my cs.ini file to image W2016 is below where I have set the Skipproductkey=Yes. The computer still prompt for license entry and stay on that screen until human intervention. How can we avoid product key entry until the computer is imaged?

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
OSInstall=Y

SkipBDDWelcome=YES
SkipCapture=YES

SkipComputerName=NO
SkipApplications=NO
SkipSummary=YES
SkipUserData=YES

SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,084 questions
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).
825 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,076 Reputation points Microsoft Vendor
    2021-04-13T06:59:56.473+00:00

    Hi, @Brandon Ho
    Thank you for posting in Microsoft Q&A forum.
    We add SkipProductKey=YES to the customsettings.ini should work for some version, but some versions will always prompt for a key.
    You may try to extract the Product key and then add SkipProductKey=YES and ProductKey=THE-KEY-I-EXTRACTED to the customsettings.ini to see if it helps.

    For the reference:
    https://www.reddit.com/r/MDT/comments/a1fpan/skip_its_time_to_enter_the_product_key/
    https://www.reddit.com/r/MDT/comments/63twma/skip_product_key/
    (Third-party link, just for your reference)


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful