Try this first.
Right click the Desktop | Click Properties | Click the Desktop tab |
Click the Customize Desktop button | Click on the Recycle Bin (full) icon
|
Click the Restore Default button | Scroll over to the right and click on
the
Recycle Bin (empty) icon | Click the Restore Default button
Restore Default button:
[[Click to use the Windows default icon for the selected desktop item.]]
You may have to reboot, I have no idea.
175. should fix your problem. Read on McDuff.
There are two columns, I assume, to save space on the web page. Left
column
and right column usually are *NOT* related. With 394 columns,
occasionally
left and right may be related. As near as I can tell the numbers and the
order is just how Kelly has added things over time. The ones at the
bottom
are the newest.
If a .reg file has an Undo, you see something like this...
18. Add Google as Primary Search - Undo
...for example.
Clicking on Add Google as Primary Search gets you the Google.reg file.
Clicking on Undo gets you the RestoreSearch2.REG file.
RestoreSearch2.REG is the UNDO file for Google.reg.
175. Restore Empty/Full Icons - Recycle Bin does not have an Undo because
it
fixes something. It is not a tweak. Tweaks have Undo files so that you
can
reverse what you tweaked. Who would want to reverse a fix? Sorry dumb
question. ;-)
175. Restore Empty/Full Icons - Recycle Bin gets you the rbemptyfull.reg
file.
The rbemptyfull.reg file has this in it...
--------
[-HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\
{645FF040-5081-101B-9F08-00AA002F954E}]
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
@="Shell32.dll,31"
"Full"="Shell32.dll,32"
"Empty"="Shell32.dll,31"
--------
This deletes this registry key, if it exists.
-HKEY_CURRENT_USER\SOFTWARE\Classes\
CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
In a .reg file the minus sign (-) in front of HKEY or in front of any line
deletes that key.
HKEY_CURRENT_USER\SOFTWARE\Classes\
CLSID\{645FF040-5081-101B-9F08-00AA002F954E} is not a key that you want.
For this...
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
@="Shell32.dll,31"
"Full"="Shell32.dll,32"
"Empty"="Shell32.dll,31"
{645FF040-5081-101B-9F08-00AA002F954E} is the CLSID for the Recycle Bin
folder.
To prove that, the following line pasted into Start | Run should open the
Recycle Bin...
file:///::{645FF040-5081-101B-9F08-00AA002F954E}
DefaultIcon is guess what? The Default Icons for the Recycle Bin.
Shell32.dll,32 is the #32 icon, start counting @ 0, for the icons
contained
in Shell32.dll. That icon is the normal Full Recycle Bin Icon.
Shell32.dll,31 is #31 for the icons contained in Shell32.dll. That icon
is
the normal Empty Recycle Bin Icon.
There are 238 icons in SHELL32.dll, although 49 through 52 are the same
icon. The icons in SHELL32.dll are numbered from 0 through 237. The icon
in the upper left hand corner is 0, the next one down is 1, the icon at
the
bottom of column 1 is 3 and the icon at the top of the second column is 4.
There looks like there is a gap between 48 and 53, but there is not. Icons
49 through 52 are no icon, as it were, but they can be selected. On a
folder all you see is the text, no icon.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In
Jeff said:
Thank you both.
But the problem I always have with Kelly's registration tweaks is that
there seems to be no explanation of "what" these registry tweaks
actually do to your system. Could they be later causing more problems,
etc.?
One gets the impression (guesses?) that the right column is presumed to
reverse the reg tweaks in the left column, but that is not always clear
or sure. For instance #175's left column is "Restore Empty/Full Icons -
Recycle Bin", but the corresponding right column just has a cryptic
"Restore Right Click .inf/Install". Not clear if that is to reverse the
left column or something else and what the left column has to do with a
right click.
So my real question: is it worth applying the Kelly reg tweak for this
problem or should it be more safely ignored. What is causing the problem
in the first place. Is it something that Microsoft is aware of ad could
correct in an "update".
Jeff