Nazgulled Posted October 12, 2004 Posted October 12, 2004 Is it possible somehow to choose lock folders/files from everyone? Even yourself? I mean, I want to do this little app where you need a password to open it and when inside you can protect files/folders and as long as the protection is on, no one (even you) can see/open the fiels folders. Is it possible? How? I've tried to look at the API and shell acces and all that stuff, but I just can't find a away... Quote
*Gurus* Derek Stone Posted October 12, 2004 *Gurus* Posted October 12, 2004 You can do it assuming the account that you're running under doesn't have administrative permissions (more specifically the ability to reassign ownership and assign access rights). I'm sure one could install a file system driver atop of NTFS that would regulate something like this, but again, it could be disabled by an administrator. Your best bet is to encrypt the files, and stop trying to hide porn from your mother. Quote Posting Guidelines
Nazgulled Posted October 12, 2004 Author Posted October 12, 2004 That's not what I want... I want to lock a file/folder from everyone on every account. There must be a way to do itas there is other apps that do this. I don't need to hide porn from my mother as I'm the only one using my pc and forgeting the fact that my mother has no clue on how working with a pc :P Quote
Wile Posted October 13, 2004 Posted October 13, 2004 What is possible, is open the file for exclusive use. This should do what you want (for files at least) but has some very big drawbacks: your app must be running and will have a lot of files open, even if it doesn't do anything with them it will still cost resources. Quote Nothing is as illusive as 'the last bug'.
Nazgulled Posted October 13, 2004 Author Posted October 13, 2004 I thought of that... but as you say, it will cost a lot of resources... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.