Everybody used to the regular operations with Recycle Bin. You delete the file normal way, and it appears in Recycle Bin up to the moment you empty it. However, there are several opportunities to alter the main functionality of the Recycle Bin according to the user special needs, which are no so straightforward.
You can increase and decrease the size of the Recycle Bin. There are some size limitations with Recycle Bin size, its default size is equivalent to 10 percent of the drive size. But if you delete a larger size file accidentally, it might be too big to fin in the default size of the Recycle Bin. Therefore, if disk space permits, you can increase the reserved space so you can retrieve the big file from Recycle Bin if needed.
- First Right click on the Recycle Bin icon on the Desktop of your computer then go to Properties.
- Adjust the slider bar in the center of the screen from 10% to maximum size as you want.
- Then click OK button to save your new sitting and exit the Recycle Bin Properties Window.
- After change reboot your computer to have Windows fully initiate the necessary changes to your system.
- Enter Windows built-in Registry Editor: Start >> Run >> regedit
- Then Go To: HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
- Change the Name "Recycle Bin" to whatever you want without typing any quotes.
- Enter Windows built-in Registry Editor: Start >> Run >> regedit
- Then Go To: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace.
- Click on the "Recycle Bin" String in the Right Hand pane. Hit Delete, and click OK.
- Add rename to the menu:
HKEY_CLASSES_ROOT’CLSID’ {645FF040-5081-101B-9F08-00AA002F954E}’ ShellFolder
"Attributes"=hex:50,01,00,20 - Add delete to the menu:
HKEY_CLASSES_ROOT’CLSID’ {645FF040-5081-101B-9F08-00AA002F954E}’ ShellFolder
"Attributes"=hex:60,01,00,20 - Add rename and delete to the menu:
HKEY_CLASSES_ROOT’CLSID’ {645FF040-5081-101B-9F08-00AA002F954E} ’ShellFolder
"Attributes"=hex:70,01,00,20 - Restore the recycle bin to Windows defaults including un-deleting the icon after deletion:
Restore the icon.
HKEY_LOCAL_MACHINE’SOFTWARE’ Microsoft’ Windows ’CurrentVersion’ explorer’
Desktop’NameSpace’{645FF040-5081-101B-9F08-00AA002F954E}
@="Recycle Bin" - Reset Windows defaults.
HKEY_CLASSES_ROOT’CLSID’ {645FF040-5081-101B-9F08-00AA002F954E} ’ShellFolder
"Attributes"=hex:40,01,00,20 - Other edits to the recycle bin icon:
HKEY_CLASSES_ROOT’CLSID’ {645FF040-5081-101B-9F08-00AA002F954E}’ ShellFolder
"Attributes"=hex:40,01,01,20 ... standard shortcut arrow
"Attributes"=hex:40,01,02,20 ... a different shortcut arrow
"Attributes"=hex:40,01,04,20 ... and still another shortcut arrow
"Attributes"=hex:40,01,08,20 ... make it look disabled (like it’s been cut)


0 comments:
Post a Comment