Tech Support > Microsoft Windows > Basics > icon removal
icon removal
Posted by Thomas on December 7th, 2005


how do i remove the "recycle ben" desktop icon from my desktop only
--
new and eager to learn

Posted by KB on December 7th, 2005


Thomas wrote:
> how do i remove the "recycle ben" desktop icon from my desktop only

Info taken from here:
http://www.microsoft.com/windowsxp/u...ptember16.mspx


Hiding the Recycle Bin

How do you remove the Recycle Bin icon from the desktop? Microsoft removed the other icons
from the desktop but not the Recycle Bin icon. I suppose it's because emptying the trash
wouldn't be as easy without it.

Listing 1 hides the Recycle Bin. There are different ways to hide the icon, but this is
the best method. It hides the Recycle Bin icon whether you're using the classic or new
Start menu. Use Notepad to create a text file called Hidebin.reg. Copy Listing 1 to
Hidebin.reg, and then double-click the file to import it into the registry. If you miss
the Recycle Bin icon and want to show it again, create the text file Showbin.reg and copy
Listing 2 in to it. Double-click Showbin.reg to restore the Recycle Bin icon to the desktop.

Both listings require you to refresh the desktop in order to see your changes. To do that,
click anywhere on the desktop, and then press F5.

Listing 1:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons\ClassicStartMe nu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

Listing 2:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons\ClassicStartMe nu]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

Posted by tfw48079 on December 7th, 2005


Install and run Tweakui from microsoft.
http://www.microsoft.com/ntworkstati.../NTTweakUI.asp

"Thomas" wrote:

> how do i remove the "recycle ben" desktop icon from my desktop only
> --
> new and eager to learn


Similar Posts