Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Neal Christiansen - Inside File System Filter, part I
Jan 22, 2005 at 5:45 PMIt is better to provide tools such that 3rd party developers can create quality drivers that don't have crashing bugs. One of the things we are working on for longhorn is a comprehensive driver verifier for minifilters like we have for other drivers in the system.
As far as C# goes in the kernel, you should talk to the device driver guys; they are thinking about this for the future.
Neal Christiansen - Inside File System Filter, part I
Jan 22, 2005 at 5:39 PMYou have to have administrator privilege to unload a minifilter.
The developers of minifilters can decide if they want to support unload (we encourage it due to JimAl's "no reboot" initiative). They can also do additional authentication themselves to make sure a minifilter is being unloaded by someone appropriate.