Last week, I posted a few Recycle Bin tricks, one was how to skip the Recycle Bin and delete a file automatically. Today, because I love Registry Hacks, I will show you how to disable the Recycle Bin and permanently delete items with no chance of recovery! </evil_laugh>

Before you mess around the System Registry, please read this warning.

How To

  1. Hit the Windows Key+R, type regedit into the run dialog and hit OK.
  2. Now that you’re in the the Registry, navigate to this key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
    Windows\CurrentVersion\Explorer\BitBucket
  3. With the BitBucket key highlighted, you should see a DWORD value in the right plane called NukeOnDelete[1]
    The BitBuket Registry Key
  4. Double-click the NukeOnDelete DWORD value and change the Value Data to 1[2]
    The DWORD Value For NukeOnDelete
  5. Exit Registry and reboot your machine!

Optional

You could export the keys and call them at will (meaning you can bypass the Recycle Bin when you want).

  1. While NukeOnDelete is highlighted, click File then Export and name it something descriptive like “Skip The Trash”.
  2. Now, change the DWORD value back, and export it with a different name: “Use The Trash”.

Now you can double-click the appropriate key when you want (you will have to restart the machine to enable the change)!

[1] If the NukeOnDelete DWORD value doesn’t exist, you can create it by right-clicking in the right plane, click New then DWORD. Name this newly created DWORD value: NukeOnDelete. Make sure the the Base is set to Hexadecimal.
[2]Setting for Value Data it 0 will use Recycle Bin, while setting it to 1 will permanently delete items.