How to create a windows registry watcher application using .Net,
I want this application to watch all the registry hocks and fire an event when a value change, this event will tell the old and new value for that value.
Thats possible? how? need just the idea or where to start