How to install ndis filter driver on windows 10?

Hi,

I took the ndis filter driver sample from WDK7.1 and build it with WDK7.1. And i am trying to install it on windows 10, but I couldn’t install. It was showing following error “Could not add the requested feature. The error is : 0xE000022F”. Could you tell what is issue? How to install filter driver on windows 10?

xxxxx@gmail.com wrote:

I took the ndis filter driver sample from WDK7.1 and build it with WDK7.1. And i am trying to install it on windows 10, but I couldn’t install. It was showing following error “Could not add the requested feature. The error is : 0xE000022F”. Could you tell what is issue? How to install filter driver on windows 10?

A quick search shows this is ERROR_NO_CATALOG_FOR_OEM_INF. Do you
install your driver with an INF file? (The network stack uses a
different definition of “filter”, and because I am not a network guy, I
don’t know the standard procedure here.) If so, then starting with
Windows 8, all driver packages must have a properly constructed CAT file.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.