You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kmclass.inf 直接编译会报错,我修改了 Version 中的 Class 和 ClassGuid,增加了 PnpLockdown ,但还是报错 'kmclass.sys' is not isolated to DIRID 13
[Version]
Signature="$WINDOWS NT$"
Class=SimpleLive ; TODO: edit Class
ClassGuid={5E12A042-1E2F-65CF-781A-9216B8658390} ; TODO: edit ClassGuid
Provider=%ManufacturerName%
CatalogFile=kmclass.cat
DriverVer= ; TODO: set DriverVer in stampinf property pages
PnpLockdown=1
Destination file path 'C:\Windows\System32\drivers' for file 'kmclass.sys' is not isolated to DIRID 13. kmclass D:\GitRepository\Project\Util\kmclass\kmclass.inf 48
The text was updated successfully, but these errors were encountered:
kmclass.inf 直接编译会报错,我修改了
Version
中的 Class 和 ClassGuid,增加了 PnpLockdown ,但还是报错'kmclass.sys' is not isolated to DIRID 13
The text was updated successfully, but these errors were encountered: