re: Recycle Bin REALLY is messed up
Wednesday, June 23, 2010 at 4:23 pm Windows Vista Annoyances Discussion Forum
Posted by Stephen Scheppele
(15 messages posted)
I did merge the things you sent into my registry. Here's what happened. The right
click context menu I added (Empty The Recycle Bin) has now quit working. The desktop
icon now only shows empty instead of always full. The Empty The Recycle Bin button
in Explorer still doesn't work.
So now I show empty instead of full all the time and have lost the ability to Empty
The Recycle Bin with the work around I created in the context menu. Oh well! Thanks
for trying! I have to highlight everything in the Garbage Bin and right click delete
for it to go away.
On Tuesday, June 22, 2010 at 11:29 am, alex wrote:
>
>Merge this if you want to.This is how I modified the registry.But I am still with
>the good old XProSP2.Don't know if the icons in Vista are the same.I use my own
icons
>anyway.In Regedit modify the paths to point to your custom icons wherever you keep
>them as shown below.
>----------------
>Windows Registry Editor Version 5.00
>
>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
>@="Garbage"
>
>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
>@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
> 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
> 65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,31,00,00,\
> 00
>"Full"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
> 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,\
> 68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,32,\
> 00,00,00
>"Empty"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
> 00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,\
> 68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,31,\
> 00,00,00
>"infodefault"="%SystemRoot%\\System32\\shell32.dll,31"
>"infoempty"="%SystemRoot%\\System32\\shell32.dll,31"
>"infofull"="%SystemRoot%\\System32\\shell32.dll,32"
>-----------------------------------
>this is a custom made DLL.
>"Infoc empty"="%SystemRoot%\\System32\\3myicons.dll,5"
>"Infoc full"="%SystemRoot%\\System32\\3myicons.dll,20"
>"Infoc default"="%SystemRoot%\\System32\\3myicons.dll,20"
>----------------
>
>
>
|