How to add <PinEntry> tag for Windows minidriver version <V7> in cmck_config.xml file?

hanish gopi 0 Reputation points
2024-12-04T13:59:03.21+00:00

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!

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
137 questions
0 comments No comments
{count} votes

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.