You can make your folder to recycle bin to hide your data from another user .You just have to follow the steps.
1. Open note pad and type the following CLSID code.
[.ShellClassInfo]
CLSID={645FF040-5081-101B-9F08-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 ... Please leave comments behind.
VIDEO TUTORIAL:-
0 comments