Results 1 to 6 of 6

Thread: Add "Delete Folder Contents" to Right Click Context Menu

Registry Booster

  1. #1
    dmudgal's Avatar
    dmudgal is offline Windows Enthusiast
    Join Date
    Aug 2008
    Posts
    108

    Cool Add "Delete Folder Contents" to Right Click Context Menu

    With the help of this tutorial you can add the option Delete Folder Contents to the right-click context menu which appears when you right-click a folder.This would come handy at times when you want to delete all the files inside a folder and all it’s sub-folders without deleting the folders themselves.





    Here’s how you can do this:

    * Click on Start button, type regedit in the search box and hit enter.

    * In Regedit, go to: HKEY_CLASSES_ROOT\Directory\shel

    * Right-click on shell, create a new Key and name it Delete Folder Contents



    v

    v



    * Again right-click on Delete Folder Contents, create a new Key and name it command



    * In the right pane, double-click on (Default) string value and type

    cmd /c "cd /d %1 && del /s /q *.* in the value data field and hit OK



    * Close Registry Editor and your done

  2. #2
    Doug_72's Avatar
    Doug_72 is offline Senior Member
    Join Date
    Jul 2008
    Location
    Provo
    Posts
    171

    Default

    Interesting--saves you the trouble of opening folder, selecting all & then deleting....

  3. #3
    iMav's Avatar
    iMav is offline Microsoft MVP
    Join Date
    Jul 2008
    Posts
    922

    Default

    Yup, this is a neat trick. Applicable to Vista too. Here is the registry file for the same:

    Download

  4. #4
    HappyAndyK's Avatar
    HappyAndyK is offline Site Administrator
    Join Date
    Jun 2008
    Posts
    5,391

    Default

    Works on Vista & Win 7 too.

    Oops, just saw your post iMav.

  5. #5
    dmudgal's Avatar
    dmudgal is offline Windows Enthusiast
    Join Date
    Aug 2008
    Posts
    108

    Default

    Thanks Manan for the dd link

  6. #6
    roraniel's Avatar
    roraniel is online now Gold Member
    Join Date
    Oct 2008
    Location
    Chapel Hill, NC. USA
    Posts
    822

    Default

    Cool beans!!!

    Quote Originally Posted by iMav View Post
    Yup, this is a neat trick. Applicable to Vista too. Here is the registry file for the same:

    Download

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •