net start <fsdriver>; IoUnregisterFileSystem(); net stop <fsdriver>

Hello,

should this sequence:

net start ; IoUnregisterFileSystem(); net stop

make it possible (without opened any files oder directory’s) to unload a
filesystem driver? The IoUnregisterFileSystem() is done via a Device IO
Control.

And if this should be possible, where to look if doesn’t work? :wink:

Thank you for your efforts!


h.wulff