Skip to content
| Marketplace
Sign in
Visual Studio>Controls>RegistrySDK
RegistrySDK

RegistrySDK

EaseFilter

|
20 clicks
| (0) | Free Trial
The Registry Filter Driver SDK allows you to develop Windows application for registry monitoring and protection, track the registry change and prevent the registry from being changed by unauthorized p
Get Started

The Registry Filter Driver SDK

The Registry Filter Driver is a kernel-mode driver that filters registry calls, it provides you an easy way to develop Windows application for registry monitoring and protection, track the registry change and prevent the registry from being changed by unauthorized processes or users.

With the Registry Filter Driver, it allows your application to protect Windows core registry keys and values and to prevent potentially damaging system configuration changes, besides operating system files.

Registry Monitor

By registering a RegistryCallback routine in the registry filter driver, it can receive notifications of each registry operation before the configuration manager processes the operation. A set of REG_XXX_KEY_INFORMATION data structures which contain information about each registry operation will return to your user mode application, your application can allow the registry access or change to authorized processes or users, and deny the registry access to unauthorized processes or users.

Read more about registry filter example

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft