Tuesday, August 22, 2006

Hiding Recycle Bin Icon

Copy the following code into notepad and save the file as Recycle.reg and then double-click it. After that, a new option is listed in the Folder Options dialog box that enable you to configure the Recycle Bin icon.

--------------start code--------------------
[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:00000000
"HKeyRoot"=dword:80000001
-------------------end code-----------------------

Now follow these steps.
1.In Windows Explorer,click Tools>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.

Good Luck

0 Comments:

Post a Comment

<< Home