How to Install Driver with a cat file?

前端 未结 2 2053
暖寄归人
暖寄归人 2021-02-01 17:21

I have kernel driver. When installing on 32 bit systems and Windows XP and below, I had no problem and used SetupCopyOEMInf, but 64 bit drivers are required to be signed. I have

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 17:45

    In Windows Vista and Windows 7 there a new utility for handling drivers setup call PnPUtil. It handles exactly this kind of work. Just copy all your driver relevant files(*.inf, *.cat, *.sys) to a directory on the target computer and use PnPUtil -i -a .inf

    Note: You will need to be in an administrator context to successfully use this tool.

提交回复
热议问题