- Home
- Windows XP
- Customize
- How to rename the Recycle Bin in Windows XP
Summary
This article tells you how to rename the Recycle Bin in Windows XP.
Renaming the Recycle Bin
Method 1
- Click Start, Run and type REGEDIT.EXE
- Navigate to the following location:
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
- From the File menu, choose Export and backup the branch to a REG file.
- Double-click the value named LocalizedString and set its data accordingly. (For example, set its Value data to Trash if you want to change the Recycle Bin icon to read as Trash.)
- Exit the Registry Editor.
- Press {F5} key on the keyboard to refresh the desktop icons.
Method 2
The VirtualPlastic.net website (a site known for some really excellent tweaks for Windows) has a tweak that enables the Rename option when you right-click on the Recycle Bin icon. Here is an excerpt from the VirtualPlastic site.
There's an old regtweak to add a rename option to the recycle bin. It involves the shellfolder subkey of the recycle bin clsid:
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08 -00AA002F954E}\ShellFolder
There's a binary value usually set to "40 01 00 20" there. If you change it to "50 01 00 20" the bin gets the option ("Rename" option) added.
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08 -00AA002F954E}\ShellFolder
There's a binary value usually set to "40 01 00 20" there. If you change it to "50 01 00 20" the bin gets the option ("Rename" option) added.
For more information, refer to the section named Attributes in this page.
Related Articles
- Recycle Bin icon does not refresh automatically
- Recycle Bin appears as a generic icon after changing desktop themes in Windows XP
- [FIX] Recycle Bin missing from the Desktop in Windows Vista
- How to hide the "Delete" command from Recycle Bin context menu in Windows Vista
- How to restore the Recycle bin icon that has been accidentally deleted
If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
5 Responses to "How to rename the Recycle Bin in Windows XP" 
|
said this on 14 Dec 2007 1:24:07 PM PST
I love and like your tips and thanks.
|
|
said this on 29 Dec 2007 7:50:29 PM PST
USEFUL TIP......
I IMPLEMENTED IT......
|
|
said this on 18 Jan 2008 3:33:56 AM PST
Good knowledge for me bro! Thanks .
|
|
said this on 14 Jul 2008 1:35:02 PM PST
from tweakxp
Easily rename the Recycle Bin
Posted 8/12/2002 by TweakXP Member
If you (like me) would like to be able to rename the Recycle Bin to something else (Trash, Waste, Shredder, etc) then this tweak will make it easy to do so.
Open up your favorite plain text editor (notepad, for example) and copy the following text into a new file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
Now save this text file as a .reg file, such as "Rename Recycle Bin.reg" and put it wherever you like. Double click on the file, and when it asks you if you want to import it into the registry, choose Yes. You'll notice a new option in the right-click menu to Rename the Recycle Bin. You can also rename it by highlighing the Bin and hitting F2, or by highlighting it and clicking on the file name (just like renaming any other file.
If you want to turn off this new feature, make another .reg file with the same content as above, but change the first number in the "Attributes"=hex: line from 50 to 40 and import that file into the registry.
|
|
said this on 22 Sep 2008 1:48:41 AM PST
Thanks for the tip,
method 1 worked fine
|

Author)