I\'m writing a driver which needs to immediately pop up a dialog to notify the user of an event.
(Kind of similar to NTFS\'s \"Corrupt file\" notification, except t
I Don't think that without an application(or a service) running in the user mode you can load a driver in the memory(even if it is going to be a filter driver).