Add “Empty Folder Contents” To Vista Right Click Context Menu To Delete Files Without Removing Folders
There may be need for Windows user to quickly delete and empty all files content inside a myriad hierarchy of folders, but maintaining and preserving the structure of the folders tree. In other words, user wants to just delete and remove the files, but not the folders that storing the files. There is a trick to add “Empty Folder Contents” contextual item into right click context menu (much like how user access the “Delete” function) in Windows XP, which works on Windows Vista, also Windows Server 2003 and 2008 as well.
To enable the “Empty Folder Contents” right click context menu command, just follow these steps:
- Run Registry Editor (regedit).
- Navigate to the following registry key:
HKEY_CLASSES_ROOT\Directory\shell
- Right click on shell folder, and then choose New -> Key. Name the new subkey as Empty Folder Contents, or anything you would like.
- Right click on Empty Folder Contents and choose New -> Key. Name the sub-key as Command.
- Under the Command sub-key, double click on the Default value data that is located at right pane.
- On the pop-up “Edit String” dialog window, enter the following value:
cmd /c "cd /d %1 && del /s /f /q *.*" - Click OK button to save the setting, and exit from Registry Editor.
For user who doesn’t want to manually edit and mess with the system registry, download empty-folder-contents.zip and apply to merge the empty-folder-contents.reg values to registry.
Now, just right click on the folder and select Empty Folder Contents to delete all its file contents recursively into all sub-directories, but the the sub-folders will not be touched and preserved.
Related Articles
- Tips of How to Delete Folder Contents While Maintaining Folder Tree Structure in Windows XP PC
- Add Take Ownership Option To Files and Folders Context Menu in Vista
- Add Notepad2 to Windows Vista or XP Right Click Context Menu
- Download Folder Vanity Remover to Remove and Clean Up Empty Folders from Windows System
- Delete and Reset Windows Vista Folder Views or Folder Types Settings to Default Clean State
- Force Delete (Cannot Delete) Locked or In Used Files or Folders with FileASSASSIN
- Fast Empty Folder Finder to Clean Up Your Desktop System
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path
- How To Add Move or Copy To in Windows Explorer Right Click Context Menu in Windows Vista
- Delete Files or Folders Locked by Windows Via Unlocker 1.8.7










































January 27th, 2009 02:19
Thanks for this post. It really helped me greatly. I was looking for this type of thing for a long time & my search ends here.
THANKS a lot !!!
November 24th, 2008 21:39
Wow!
Good stuff, I am using a local folder in my computer where every downloaded file is saved and after a while I just copy these files on my external hard drive and I need to manually delete all the file within this folder.
Now with this menu it’s quite easy and quick!
Thank you guys for the Plus!
October 7th, 2008 18:25
[...] The empty folder contents trick also works in Windows Vista. [...]