Registry Change Event Subscription?

Superfly1611

Well-known member
Joined
Feb 17, 2004
Messages
66
Location
UK
Hi guys,

Ive got a little side project that Im working on that is well outside of my programming comfort zone to say the least!
I want to write a Windows Service that subscribes to the Windows Registry and is notified when changes are made.
Preferably to a particular Sub-Set of keys but if it had to be all of them it wouldnt be too big a deal.

I suppose the first question is, is this possible in .Net?
Im sure its perfectly doable in C,C++ because I assume thats how anti-virus packages work, but I dont know about .Net.

Maybe some kind of native COM interop?

Any pointers in the right direction would be great.

Cheers

GAV!
 
Back
Top