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:
Post a Comment