Sunday 12 December 2010

Change any Folder to Recycle Bin (for data security)


Steps:


1. For changing any folder to recycle bin type these lines in notepad:

[.ShellClassInfo]
CLSID={645FF040-5081-101B-9F08-00AA002F954E}

2. And save as: Desktop.ini in your folder (which you want to change into Recyle Bin) to change Recycle Bin.

3. Open Dos Prompt, if we have the folder in d:/manjur, then type the following lines to convert the folder in Recycle Bin.

d:\> attrib +a +r +s manjur /s /d

4. After typing the above command, the folder will be changed into Recycle Bin.

3 comments: