Add Delete Button to Windows 7 Explorer
Welcome, Guest. Please login or register. Did you miss your activation email?


Britec Computer Tech Help Support Forums  « Tutorials « Tutorials and How-to « Add Delete Button to Windows 7 Explorer
Pages: [1]
  Print  
Author Topic: Add Delete Button to Windows 7 Explorer  (Read 404 times)
Britec
Administrator
Hero Member
*****
Posts: 3496



View Profile
« on: September 11, 2011, 09:03:48 AM »

Add Delete Button to Windows 7 Explorer

This is going to be a tutorial for advanced registry tweaker. If you want to add a delete button to your Windows Explorer to quickly delete files (I personally prefer shortcuts) then here’s a detailed guide how to add it.



The following tutorial will modify system-critical registry keys. You need to make a backup before proceeding with this. If you don’t know how to backup your registry.

If you run into any problems, please read the instructions carefully again. Most problems you can run into are explained. If not, please post a comment.

1. Open an elevated registry editor. To do so, enter regedit into the search field on your Start menu and right-click on regedit.exe at the top and click on Run as administrator

2. Uncollapse HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes

3. Select the registry folder FolderTypes in the left pane

4. Next, we are going to jump to registry subfolders by enterting a string. This is just an example. Enter {5c4f on your keyboard. Yes, you need to actually type that in as you normally would .. CTRL + ALT + 7, then 5 + c + 4 + f. If you type too slow it won’t work!

5. Jump to the folder {5c4f28b5-f869-4e84-8e60-f11db97c5cc7} by entering the first keys while the folder FolderTypes is still selected or find it manually.

6. Right-click on the folder {5c4f28b5-f869-4e84-8e60-f11db97c5cc7} and click on Permissions



7. Click on Advanced



8. Go to the tab Owner, select your username, check Replace owner of subcontainers and objects. Then click on Apply to take ownership:



9. Select the user account Administrators and check Full Control:



10. If you get the following error: Unable to save permission changes: Access denied then you need to repeat step 7-8 and read it MORE carefully.



11. Repeat steps 7-9 for the keys:

{7d49d726-3c21-4f05-99aa-fdc2c9474656}
{b3690e58-e961-423b-b687-386ebfd83239}

12. Download this registry key: Delete button for Windows Explorer

If you prefer to do it manually, you may copy and paste the registry code at the end of the post into a notepad, save as .reg file and then execute it.

13. Double-click on the registry file to execute it and confirm all prompts with Yes.

12. Reboot

13. You have successfully added a Delete button to the Windows 7 Explorer!



Enjoy your new delete button. It is possible to remove buttons from the Windows Explorer and/or add other buttons. If you have any ideas what other buttons should be added to the Windows explorer, let me know.

The delete button only moves the files to the Recycle bin, it does not fully delete files. You can use the shortcut SHIFT + DEL to fully delete files and skipping the recycle bin, that way you can save a lot of disk space!

You may post any questions below and you will get an answer as soon as possible. Usually takes a day for me to reply to all comments, so please be patient and work on something else for the moment Smiley

; :: Registry code in the .reg file ::

Code:
Windows Registry Editor Version 5.00

; General Items (Generic) folder templates
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5c4f28b5-f869-4e84-8e60-f11db97c5cc7}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5c4f28b5-f869-4e84-8e60-f11db97c5cc7}\TasksItemsSelected\0\Delete]

; Videos folder templates
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5fa96407-7e77-483c-ac93-691d05850de8}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{5fa96407-7e77-483c-ac93-691d05850de8}\TasksItemsSelected\0\Delete]

; Documents folder templates
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7d49d726-3c21-4f05-99aa-fdc2c9474656}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{7d49d726-3c21-4f05-99aa-fdc2c9474656}\TasksItemsSelected\0\Delete]

; Music folder templates
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{94d6ddcc-4a68-4175-a374-bd584a510b78}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{94d6ddcc-4a68-4175-a374-bd584a510b78}\TasksItemsSelected\0\Delete]

; Pictures folder templates
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{b3690e58-e961-423b-b687-386ebfd83239}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{b3690e58-e961-423b-b687-386ebfd83239}\TasksItemsSelected\0\Delete]

; General (Generic) library folder
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{da3f6866-35fe-4229-821a-26553a67fc18}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{da3f6866-35fe-4229-821a-26553a67fc18}\TasksItemsSelected\0\Delete]

; Videos library folder
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{292108be-88ab-4f33-9a26-7748e62e37ad}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{292108be-88ab-4f33-9a26-7748e62e37ad}\TasksItemsSelected\0\Delete]

; Documents library folder
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{3f98a740-839c-4af7-8c36-5badfb33d5fd}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{3f98a740-839c-4af7-8c36-5badfb33d5fd}\TasksItemsSelected\0\Delete]

; Music library folder
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{978e0ed7-92d6-4cec-9b59-3135b9c49ccf}\TasksItemsSelected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{978e0ed7-92d6-4cec-9b59-3135b9c49ccf}\TasksItemsSelected\0\Delete]

; Pictures library folder
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{c1f8339f-f312-4c97-b1c6-ecdf5910c5c0}\TasksItemsSelected]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{c1f8339f-f312-4c97-b1c6-ecdf5910c5c0}\TasksItemsSelected\0\Delete]

Info: The [-HKEY ..] removes registry keys. It will remove TasksItemsSelected and adds a registry key for the Delete Button (0\Delete)

source
« Last Edit: December 31, 2011, 06:59:40 AM by Britec » Logged



Fred
Newbie
*
Posts: 6


View Profile
« Reply #1 on: September 13, 2011, 03:18:16 AM »

Nice topic, Brian.

Wonder why the access permissions to these entries are blocked by default.

Logged
Britec
Administrator
Hero Member
*****
Posts: 3496



View Profile
« Reply #2 on: September 13, 2011, 03:29:59 AM »

Hi Fred,

Welcome to the forum

Yeah makes me wonder.
Logged



Pages: [1]
  Print  
 
Jump to: