Status
Not open for further replies.

Lucky_star

Still Shining!
thunderstorm_08 said:
Can any 1 tell me how 2 make any folder & my documents undeletable ?. They are on the desktop.
Undeletable or deletable??

For deleting proceed as said by koolbluez.
Use Folder Lock for password protecting and hiding them.
 
I think u should use softwares .I think u shouldnt use folder lock it is easily breakeble.If u want to create a new folder like the one of the my document u can do by following the steps given below.

Create the following series of keys and values in the registry at [HKEY_CLASSES_ROOT\CLSID] or [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID]. The GUID, globally unique identifier, can be a random number, in this example "FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345" is used.



Create a new key called [HKEY_CLASSES_ROOT\CLSID\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}] and set (Default) to equal the name of the folder e.g. "My Folder".


Create a new sub-key under the main key called "DefaultIcon" (i.e. [HKEY_CLASSES...ABCD1DE12345}\DefaultIcon]) and set (Default) to equal the filename for the icon you want to display e.g. "c:\windows\myicon.ico".


Create a new sub-key under the main key called "InProcServer32" (i.e. [HKEY_CLASSES...ABCD1DE12345}\InProcServer32]) and set (Default) to equal "shell32.dll", also create a new String value called "ThreadingModel" and set it to "Apartment".


Create a set of sub-keys starting at the main key "Shell\Open My Menu\Command" (i.e. [HKEY_CLASSES...ABCD1DE12345}\Shell\Open My Folder\Command]) and set (Default) to equal the command to execute when clicked, in this case explorer, e.g. "explorer /root,c:\MyFolder".


Create a set of sub-keys starting at the main key "ShellEx\PropertySheetHandlers\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}" (i.e. [HKEY_CLASSES...ABCD1DE12345}\ShellEx\PropertySheetHandlers\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}])


Create a new sub-key under the main key called "ShellFolder" (i.e. [HKEY_CLASSES...ABCD1DE12345}\ShellFolder]) and create a new Binary value called "Attributes" and set it to "00 00 00 00".


(Optional) To place the folder on the desktop add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
Explorer\Desktop\NameSpace\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345}]


(Optional) To place the folder in My Computer add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
Explorer\MyComputer\NameSpace\{FD4DF9E0-E3DE-11CE-BFCF-ABCD1DE12345


source :- *www.pctools.com/guides/registry/detail/73/
 
Last edited:

Lucky_star

Still Shining!
^^great, but siddharth, how can a folder locked with Folder lock made breakable??

I connected my HD as slave in my friend's Computer,and the locked folder was not detected there too.
 
Last edited:
Lucky_star said:
^^great, but siddharth, how can a folder locked with Folder lock made breakable??

I connected my HD as slave in my friend's Computer,and the locked folder was detected there too.

I removed folder lock bcoz it is very easy to break.I dont know abt how the locked folder is breaked but my cousin did it.And abt what the folder lock says that it is safe to keep files in the folder provided by it my bro(currently in 4th class) found this trick accidently last year.The locker which it gives us is a hiiden folder in the directory and it can be accessed without a password.
 

Lucky_star

Still Shining!
@Siddharth, I edited my previous post. What I meant was the hidden folder was not detected when connected as Secondary..
 

anandk

Distinguished Member
nice find siddharta.

wud have been happier if u'd posted the source ;-) too ! *www.pctools.com/guides/registry/detail/73/

am gonna rep u, nevertheless ! :)

*i144.photobucket.com/albums/r168/happyandy/SigBar.gif
 
anandk said:
nice find siddharta.

wud have been happier if u'd posted the source ;-) too ! *www.pctools.com/guides/registry/detail/73/

am gonna rep u, nevertheless ! :)

Thanks for ur reputation i got 12 points .
And thanks for reminding abt the source i hav edited
 
Status
Not open for further replies.
Top Bottom