Sunday, February 27, 2011

Change any folder to Recycle Bin



For changing any folder to recycle bin type these line in notepad :

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

And Save as Desktop.ini in your folder (Which you want to change into recycle bin) to change recycle bin.

We save desktop.ini in D:\data2 folder and then we open DOS prompt and type the below command, which will convert the data2 folder into Recycle Bin

D:\>attrib +a +r +s data2 /s /d

To change any folder into control panel use following CLSID:
Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}