WDK for Windows 10, version 2004 emits a warning suggesting to add PnpLockdown directive to INI [1]. Add it since virt2phys has no potential use-cases that require modifications to driver files.
[1]: https://docs.microsoft.com/en-us/windows-hardware/drivers/install/inf-version-section Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> --- windows/virt2phys/virt2phys.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/virt2phys/virt2phys.inf b/windows/virt2phys/virt2phys.inf index e35765e..7ca42f4 100644 --- a/windows/virt2phys/virt2phys.inf +++ b/windows/virt2phys/virt2phys.inf @@ -8,6 +8,7 @@ ClassGuid = {78A1C341-4539-11d3-B88D-00C04FAD5171} Provider = %ManufacturerName% CatalogFile = virt2phys.cat DriverVer = +PnpLockdown = 1 [DestinationDirs] DefaultDestDir = 12 -- 2.29.3