Locking Files/Folders

Nazgulled

Well-known member
Joined
Jun 1, 2004
Messages
119
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?

Ive tried to look at the API and shell acces and all that stuff, but I just cant find a away...
 
You can do it assuming the account that youre running under doesnt have administrative permissions (more specifically the ability to reassign ownership and assign access rights).

Im 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.
 
Thats 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 dont need to hide porn from my mother as Im the only one using my pc and forgeting the fact that my mother has no clue on how working with a pc :P
 
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 doesnt do anything with them it will still cost resources.
 
Back
Top