icon removal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i remove the "recycle ben" desktop icon from my desktop only
 
Thomas said:
how do i remove the "recycle ben" desktop icon from my desktop only
Info taken from here:
http://www.microsoft.com/windowsxp/using/setup/expert/honeycutt_02september16.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\CurrentVersion\Explorer\HideDesktopIcons]

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

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

Listing 2:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Remove Recycle Bin Icon? 8
recycle bin icon 4
Desktop Icon Renamed 2
removing recycle bin icon 1
settings not sticking 4
Recycle Bin 2
No path to recycle bin! 8
Create a icon. 3

Back
Top