Jump to content


Photo

[How-to] Add Recycle Bin to start menu


  • Please log in to reply
83 replies to this topic

#1 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 04:42 PM

How-To: Recycle Bin on the Start Menu
By Cygnus, Tom, VA(s)T, ricktendo64, and oxcoxp
NOTE: Also adds "Show Recycle Bin icon on desktop" to Folder Options, Show/Hide "Recycle Bin" to Start Menu Properties

Posted Image

Instructions:
Download INF file, right click on it and click "Install" then reboot.

Disclaimer

This tweak is freely distributable, but, if you are going to modify this registry tweak and post it on the internet, please give credit where its due. I do not condone plagiarism. So please give credit where it's due. Tom, VA(s)T, ricktendo64, oxcoxp, Arnab and myself worked hard on getting this registry tweak working.

Thank you.

Thanks go out to all who helped work on this project.

Change Log:

01-12-20 v0.3
Added Empty Recycle Bin to Context Menu (thanks to Arnab)
Slimed down RegEntries (thanks to Sanjay)

01-12-07 v0.2
Added Right Click: Properties, Rename, Open and Explorer entries to Recycle Bin shortcut (thanks to oxcoxp, only Empty Recycle Bin left Razz)

Attached Files


Edited by cygnus, 23 January 2007 - 12:04 AM.


#2 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 30 December 2006 - 07:49 PM

Saaaaaweet Cygnus... I might just make a addon from this

#3 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 07:54 PM

Really? Cool, I could use that :P

#4 NIM

NIM

    Vigilant

  • Administrator
  • 3,862 posts
  • OS:Windows 8 x64

Posted 30 December 2006 - 07:54 PM

I have recently saw somewhere that someone was looking for this. Can't remember where, so I can point him on this topic.. :crying_anim:

#5 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 07:56 PM

:lol: that was me :P

http://www.msfn.org/board/index.php?showto...mp;#entry605210

Edited by cygnus, 30 December 2006 - 07:58 PM.


#6 NIM

NIM

    Vigilant

  • Administrator
  • 3,862 posts
  • OS:Windows 8 x64

Posted 30 December 2006 - 08:04 PM

:lol: that was me :P

http://www.msfn.org/board/index.php?showto...mp;#entry605210


LOL, nice :thumb_yello:

#7 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 08:24 PM

:bounce8: I'm so happy I figured it out lol

I even have a hack to turn the Recycle Bin on and off on the desktop from in folder options.

#8 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 30 December 2006 - 08:55 PM

:bounce8: I'm so happy I figured it out lol

I even have a hack to turn the Recycle Bin on and off on the desktop from in folder options.

Please share...

Offtopic: Whats the command to open the RecycleBin?

#9 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 09:06 PM

The command to open the Recycle Bin is "C:\Program Files\recycle.lnk". I just had it point to a shortcut I created in the program files directory from the recycle bin.

Heres the code for the option to disable the icon on the desktop.

[codebox]REGEDIT4

[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[/codebox]

This will put it in the folder options window, near the bottom of the scroll list.

#10 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 30 December 2006 - 09:20 PM

The command to open the Recycle Bin is "C:\Program Files\recycle.lnk". I just had it point to a shortcut I created in the program files directory from the recycle bin.

Thats kinda Odd, there should be some script or command to do this, Ill try to find out if there is

BTW: %SystemRoot%\system32\shell32.dll,32 is the Windows Icon for the Recycle Bin

#11 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 30 December 2006 - 09:31 PM

Thanks, that should drastically help, mainly in keeping it all self contained. Thanks again Rick ;)

Edit: maybe we should use the shout box to make this a bit easier on us :P

Edited by cygnus, 30 December 2006 - 09:32 PM.


#12 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 31 December 2006 - 02:32 AM

I got it... I got it...

Explorer /N,::{645FF040-5081-101B-9F08-00AA002F954E}


#13 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 31 December 2006 - 02:46 AM

It doesn't appear to have worked. :blink:

I put it in in:

Location\HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag

String: Param1
Value: Explorer /N,::{645FF040-5081-101B-9F08-00AA002F954E}

I get an error on launching it:

Windows Cannot Find: 'Explorer /N,::{645FF040-5081-101B-9F08-00AA002F954E}'. Make sure you typed the name correctly, then try again. To search for a file, click the Start button, and then click search.

I spent a lot of time trying to figure out if it was possible to move the icon any where else, while I proved it was, it drastically changed a lot of other things, including the icons on the desktop. I replaced My Network Places with it and it worked, until I rebooted. Then it would say that it was My Network Places again, but it had the Recycle Bin icon and it opened the wrong folder. So it will have to stay with the Manufacturer Link.

Edited by cygnus, 31 December 2006 - 02:48 AM.


#14 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 31 December 2006 - 04:05 AM

It seems to only work with WindowsKey+R

There are more scripts here

#15 Tarun

Tarun

    http://www.lunarsoft.net/

  • Members
  • PipPipPipPip
  • 230 posts
  • Location:The TARDIS
  • OS:Windows 7 x64

Posted 31 December 2006 - 04:27 AM

I wonder if this will function with users who customize their icons.

#16 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 31 December 2006 - 04:41 AM

I customize my icons and it works... But im working on the javascript one as an addon...

Here is my custom reshacked recyclebin Icon
Posted Image

#17 Tarun

Tarun

    http://www.lunarsoft.net/

  • Members
  • PipPipPipPip
  • 230 posts
  • Location:The TARDIS
  • OS:Windows 7 x64

Posted 31 December 2006 - 05:39 AM

Did you change the icon via the Customize Desktop link?

#18 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 31 December 2006 - 02:25 PM

Did you change the icon via the Customize Desktop link?

Nope I used VTP6...

EDIT: Finally I got a command that works
"Param1"="::{645FF040-5081-101B-9F08-00AA002F954E}"


#19 ricktendo

ricktendo

    Group: Banned

  • Global Mods
  • 7,829 posts
  • Location:La Ceiba
  • OS:Windows 8 x64

Posted 31 December 2006 - 04:38 PM

WOOOOOO HOOOO!

Its Finally finished... Success ;)

Special thanx to Tom and VA(s)T for your help dudes

#20 cygnus

cygnus

    Wincert Addict

  • Members
  • PipPipPipPipPipPip
  • 623 posts
  • Location:Canada
  • OS:Windows 7

Posted 31 December 2006 - 04:41 PM

Awsome, I gotta check through this to see what you changed now :P

Amazing Rick, thank you so much. Thanks go out to Tom and VA(s)T as well :thumbsup_anim:

Heres another one that we could add to it:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]

"@shell32.dll,-30516"="Show Recycle Bin"

That will also make it say "Show Recycle Bin" in the properties of the start menu.

Edited by cygnus, 31 December 2006 - 04:53 PM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users