Pages

Saturday 16 June 2012

MAKE FOLDER TO RECYLE BIN




You can make your folder to recycle bin to hide your data for another user .You just have to follow the steps.
1. Open note pad and type the following CLSID code.
[.shellclassinfo]
CLSID= {645FF040-5081-101B-9FO8-00AA002F954E}
2. Save it as “desktop.ini” in your folder which you want to change into
recycle bin.
3. Open command promt by goto start-->run and type cmd (press enter).
4. Type the following command in command promt:
D:
D:\>attrib +a +r +s data /s /d
Exit
Here my folder name is data in D: drive.
Now go to your folder it will converted into recycle bin.

To restore your folder to normal apply this command in command prompt
D:
D:\>attrib -a -r -s data /s /d
Exit
Enjoy the trick ..............



No comments:

Translate My Blog