I may have missed something, but is specifying PnpLockdown=1 now mandatory for signing a minifilter driver? I started seeing the error message since May 13rd but never saw this before.
Error 1324 in xxx.Inf, line 3 : [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed driver files.
Failed INF validation. INF did not pass Desktop validation.
If you set your target platform to Universal instead of Desktop then this should just be a warning instead of an error (Project Properties->Driver Settings->Target Platform).
Though setting PnpLockdown is generally just good hygiene at this point.
Sorry, I may not express my question clearly. I got this error message from the Microsoft Partner Center hardware dashboard. Yes, we have set the Target Platform to Universal for a while and it works perfect until last week. So, I’m curious if there have been any changes to the portal.
(In the end, we add PnpLockdown=1 to our INF file. And, it works now)