We have created a virtual filesystem driver using Dokan for Windows. For some reason, whenever the device is mounted on Windows XP, it defaults the windows explorer view to "Film Strip" mode. This is annoying, as there aren't even any media files.
Current options passed to Dokan are as follows:
dokanOptions->Options |= DOKAN_OPTION_REMOVABLE;
dokanOptions->Options |= DOKAN_OPTION_KEEP_ALIVE;
Is there any way we can default/force the view for folders under a particular drive letter or device to not show this option?