RegistryBooster 2010 - You no longer need to guess! This free stability scan will help you clean, repair and optimize your system in an easy way.
Add Recycle Bin to Folder Options
To demonstrate one of the cooler ways to hack the Windows XP registry, I'll show you a better way to hide the icon. We'll give it a user interface.
Listing 3 does just that. It extends Folder Options by adding an option for showing the
Recycle Bin icon on the desktop. Customizing the key
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
\Advanced\Folder is how you add options to this
dialog box. Advanced users can use this key as a guide for how to extend it. Beginners can use this script to add an option for the Recycle Bin icon: Save Listing 3 below in the text file
Binopt.reg and then double-click it. After importing Binopt.reg into the registry, a new option is listed in the Folder Options
dialog box that lets you configure the Recycle Bin icon.
Listing 3
REGEDIT 4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\RecycleBinOnDesktop]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\HideDesktopIcons\\NewStartPanel"
"Text"="Show Recycle Bin icon on the desktop"
"Type"="checkbox"
"ValueName"="{645FF040-5081-101B-9F08-00AA002F954E}"
"CheckedValue"=dword:00000000
"UncheckedValue"=dword:00000001
"DefaultValue"=dword:00000001
"HKeyRoot"=dword:80000001
To hide or show the Recycle Bin icon using Folder Options, follow these steps:
1. In Windows Explorer, on the Tools menu, click Folder Options.
2. On the View tab, under Advanced Settings, do one of the following:
Select the Show Recycle Bin icon on the desktop check box to show the icon on your desktop. Clear the Show Recycle Bin icon on the desktop check box to remove the icon from your desktop.
NOTE: Modifying the registry is dangerous. If you make any mistake you may corrupt your registry. This may cause your system to crash or become unstable.
How to backup Windows registry?
How to compact Windows Registry?
How to repair Windows Registry?
Related Desktop Enhancement Tips
-
How to enable ActiveX controls in Internet Explorer 6?
An Active X control can be defined as a small applet or software component that can be reused over and over again (See, How...
Add Time:07.11, 2008 Hits:11,330
-
How to stop timer of a trial software in Registry?
You need to remove all traces of the software from your registry (See, Fix application path problems ). If the registry keys from the...
Add Time:07.11, 2008 Hits:9,476
-
Restore My Active Desktop after install Windows Internet Explorer 7
After you install Windows Internet Explorer 7 on a computer that is running Microsoft Windows XP with Service Pack 2, a...
Add Time:08.21, 2008 Hits:7,996
-
How to change Outlook Express Email account settings?
Change Outlook Express Email account settings through registry (See: Registry Structure ). You can do this just by setting...
Add Time:07.01, 2008 Hits:7,202
-
Computer cannot detect an Apple iPod
You attach a USB-based device to a computer that is running Windows XP. Then, you try to scan for hardware devices. However, the computer may not detect the...
Add Time:09.07, 2008 Hits:2,951
-
Add Recycle Bin to Folder Options
To demonstrate one of the cooler ways to hack the Windows XP registry, I'll show you a better way to hide the icon. We'll give it a user interface.
...
Add Time:08.29, 2008 Hits:2,352
-
How to change the background of Windows Explorer Toolbar?
If you want to put an image on the background of Toolbar of the Windows Explorer. You can use this tip. Make any BMP File you...
Add Time:08.25, 2008 Hits:2,303
-
How to stop Windows Messenger from starting with Microsoft Outlook Express
Stop Windows Messenger from starting with Microsoft Outlook Express through registry. You...
Add Time:07.01, 2008 Hits:1,838
-
How to display the Windows version on the desktop?
Display the Windows version on the desktop through registry. You can do this just by setting different value of the certain...
Add Time:06.25, 2008 Hits:1,810
-
Return the Internet Explorer icon to your Vista desktop
As you may remember, Windows XP's Desktop Items dialog box had a check box that allowed you to put Internet Explorer 's icon on...
Add Time:09.04, 2008 Hits:1,347