vote up 1 vote down star

Is there a simple way of disabling permissions on an NTFS filesystem?

I keep ending up with files with weird permissions.

I don't know what the default is, but maybe a script that just removes all users from a file, and sets the permissions for "everyone" to be everything?

Is this possible?

flag

38% accept rate

1 Answer

vote up 2 vote down

That could end up with bad side effects since some files and programs expect permissions. There are also things like the permissions are an important part of security for system critical files (ensuring ntkrnlos.dll isn't replaced, for example). I would look into using Filemon from SysInternals to figure out why you are having permissions errors instead of trying to ignore it.

link|flag
1  
+1 Good Answer. Vista and 7 especially are pedantic over permissions. Ignoring the problem is not solving anything. – Diago Nov 25 at 9:00

Your Answer

Get an OpenID
or
never shown

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