vote up 0 vote down star

Can any script or setting be written (autorun file?) to disable formatting of a USB Flashdrive? (Win XP, via Windows Explorer > Format)

I'm aware of write-protection, but I don't want to completely prevent modifying files, instead something like what a Group Policy setting could do?

Edit: Really what I'm asking for is a registry setting or else that I can modify on USB drive startup to tell Win XP not to format drive X:

flag

I guess the question is, what is the end result of what you're trying to achieve? This smells and feels like an IT question; not a programming question. – George Stocker Jan 5 at 12:36
C'mon, i'm looking for a way to solve it using programming! There is no other way to configure an unknown machine to disable format! – Jeremy Rudd Jan 5 at 12:37
So really what I'm asking for is a registry setting or else that I can modify on drive startup to tell Win XP not to format drive X: – Jeremy Rudd Jan 5 at 12:38
not feeling the programming on this one, but I'll refrain, since my moderator "vote" is binding – Jeff Atwood Jan 5 at 12:40
@Jeremy: There's no way to infer what question you're really asking: Hence the 'smells like' question. :-) Now by 'drive startup'; do you mean when the USB stick is first inserted? Or when the system first boots? – George Stocker Jan 5 at 12:41
show 2 more comments

1 Answer

vote up 2 vote down check

Format the things as NTFS. That should give you sufficient security. You need admin rights to the volume to reformat the USB stick. Anyone with those rights can by definition disable any protection you could enable. If you allow Everyone to create and modify files in the root directory and below, users can still write files as demanded.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.