Comments
Item

Hiding the Recyle Bin the easy way

Published in Windows XP Miscellaneous Tweaks by TweakXP Member with 5,218 views

 An easy way to hide the Recycle Bin is just to create two .reg files.... open your notepad and copy and paste the listing below and save it as Hidebin.reg and click the .reg file to enter it into the registry. You have to refresh the desktop to see the changes.

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

 

To bring back the Recycle Bin, open notepad and copy and paste the listing below and save it as Showbin.reg and click the .reg file to enter it into the registry, once again refresh the desktop to see the changes.

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

 

 
Free Computer Magazines and eBooks
 
Comments