Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
137 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have been experimenting with the sample code for the cmck_config.xml available at Microsoft Documentation.
Could someone provide guidance on creating a <PinEntry>
tag that includes both PUK and NewPIN availability?
Currently, my <PinEntry>
tag looks like this:
<PinEntry>
<Type>User</Type>
<Value>0x30 0x30 0x30 0x30</Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
I have tried using an AI-generated XML script, but it hasn't been helpful.
Thanks!