Can someone give me some pointers, as to how to load my FSfilter in safe
mode also. my FS filter attaches itself to NTFS FAT and CDFS type fle
systems.
–
- amitr0
Can someone give me some pointers, as to how to load my FSfilter in safe
mode also. my FS filter attaches itself to NTFS FAT and CDFS type fle
systems.
–
And you’ve added your driver too
HKLM\System\CurrentControlSet\Control\SafeBoot
m.
amitr0 wrote:
Can someone give me some pointers, as to how to load my FSfilter in
safe mode also. my FS filter attaches itself to NTFS FAT and CDFS type
fle systems.–
- amitr0 — Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17 You are currently
subscribed to ntfsd as: unknown lmsubst tag argument: ‘’ To
unsubscribe send a blank email to xxxxx@lists.osr.com
MM wrote:
> Can someone give me some pointers, as to how to load my FSfilter in
> safe mode also. my FS filter attaches itself to NTFS FAT and CDFS type
> fle systems.
Although speaking as a user as well as a developer I’d recommend you
don’t do that. Safe mode should be for a minimal set of drivers
required to boot only.
If your filter screws something up and users can’t recover by booting
into safe mode the users will be really pissed.
Tony
>>> Can someone give me some pointers, as to how to load my FSfilter in safe
>> mode also. my FS filter attaches itself to NTFS FAT and CDFS type fle
>> systems.Although speaking as a user as well as a developer I’d recommend you don’t do
that. Safe mode should be for a minimal set of drivers required to boot
only.
Also: If the driver is set to “boot start” (start=0) it will always load
in safe mode even if it is not listed in that registry key so if one wants
to avoid that the global “extern PULONG InitSafeBootMode;” can be checked
in driver entry.
Bo Brant?n
Ouch, miss quoted there… I agree totally with you Tony; he probably
shouldn’t add this unless this is some sort of encryption filter.
If your filter screws something up and users can’t recover by booting
into safe mode the users will be really pissed.
Users that can’t get rid of something in safe mode really need to learn
how to use BartPE (www.nu2.nu). There’s nothing like
a LIVE windows cd that can mount ntfs drives and access the system on
disk… By far, one of the best freeware utilities I’ve
found; this thing rocks when you have too clean spy/adware.
m.
Hello All,
Thanks for the replies.
Best Regards,
amitr0