Empty Recycle Bin

Page 1 of 2 12 LastLast

  1. Posts : 3
    Windows7
       #1

    Empty Recycle Bin


    Does anybody know

    How to add "Empty Recycle Bin" to the Right Click context menu in windows7
    Last edited by Spyderco; 15 Apr 2009 at 04:28.
      My Computer


  2. Posts : 6,305
    Windows 7 Ultimate x64
       #2

    Isn't it already there?
    Attached Thumbnails Attached Thumbnails Empty Recycle Bin-untitled.jpg  
      My Computer


  3. Posts : 72,043
    64-bit Windows 11 Pro for Workstations
       #3

    I think he may mean to the desktop context menu instead. The method used in Vista for this does not work in Windows 7 though.

    I'll keep looking to see if I can figure something out that may work though. I'll post back if I find anything.
      My Computer


  4. Posts : 5
    7 Ultimate 7601
       #4

    Any update to this post? I have found a few workarounds, but they aren't the same as a simple registry edit. I currently use a sidebar gadget for it, and that's a pain in my...

    Brink, you are the man, so I'll wait for you.
      My Computer


  5. Posts : 72,043
    64-bit Windows 11 Pro for Workstations
       #5
    Last edited by Brink; 17 Jan 2013 at 02:11. Reason: updated
      My Computer


  6. Posts : 9
    Windows 7 Home Premium (Version 6.1, Build 7600)
       #6

    I would also like to add "empty recycle bin" to the right-click desktop context menu. I have searched the web, but I have been unable to locate a registry script that I can merge into the registry to add this feature. I am familiar with editing the registry, so if anyone knows how to add this feature to the desktop context menu, it would be much appreciated.

    Joseph Y.
      My Computer


  7. Posts : 824
    Windows 7 Professional 32-bit (6.1, Build 7600)
       #7

    joS3ph said:
    I would also like to add "empty recycle bin" to the right-click desktop context menu. I have searched the web, but I have been unable to locate a registry script that I can merge into the registry to add this feature. I am familiar with editing the registry, so if anyone knows how to add this feature to the desktop context menu, it would be much appreciated.

    Joseph Y.
    It appears that Win 7 has a command for emptying the RB now instead of ref'ing a GUID in shellex for the task.

    Code:
    Windows Registry Editor Version 5.00
     
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty]
    "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
    "Description"="@shell32.dll,-31332"
    "Icon"="shell32.dll,-254"
    "MUIVerb"="@shell32.dll,-10564"
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command]
    "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
    Empty Recycle Bin-untitled.jpg

    Here's the code to place the context menu item at the bottom

    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty]
    "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
    "Description"="@shell32.dll,-31332"
    "Icon"="shell32.dll,-254"
    "MUIVerb"="@shell32.dll,-10564"
    "Position"="Bottom"
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command]
    "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
    Empty Recycle Bin-new.jpg

    I can upload as reg file if moderators will allow
    Last edited by Greg S; 21 Feb 2010 at 16:57.
      My Computer


  8. Posts : 46
    Windows Seven Ultimate
       #8

    Thank you Greg S
    To make a .reg :
    copye the code
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty]
    "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
    "Description"="@shell32.dll,-31332"
    "Icon"="shell32.dll,-254"
    "MUIVerb"="@shell32.dll,-10564"
    "Position"="Bottom"
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command]
    "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
    Start,All Programs,Accessorries,Notpad and past the code and close,save..
    Then follow like picture:

    Right click on saved .reg and Merge !
      My Computer


  9. Posts : 824
    Windows 7 Professional 32-bit (6.1, Build 7600)
       #9

    ridakash said:
    Thank you Greg S
    You're welcome my friend
      My Computer


  10. Posts : 14
    Windows 7 32 bit
       #10

    ridakash said:
    Thank you Greg S
    To make a .reg :
    copye the code
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty]
    "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}"
    "Description"="@shell32.dll,-31332"
    "Icon"="shell32.dll,-254"
    "MUIVerb"="@shell32.dll,-10564"
    "Position"="Bottom"
    [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command]
    "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}"
    Start,All Programs,Accessorries,Notpad and past the code and close,save..
    Then follow like picture:

    Right click on saved .reg and Merge !
    This did not work for me



    Can anyone put up a tute on how they made this work:)
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:53.
Find Us