For one thing .. you can enable "Shift + Delete" at all times
1- Click Start menu > Run > and type “gpedit.msc� (without quotes ) to run Group Policy
2- Go to following : User Configuration > Administrative Templates > Windows Components > Windows Explorer
3- In right panel, find “Do not move deleted files to the Recycle Bin�, right click and select Properties, in dialog box select Enable check box
This will completely delete files at all times.
If you still want both Delete and Shift+Delete options in right click menu then save the following in a text file and name it as "<anything>.reg"
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Erase File]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Erase File\command]
@="cmd.exe /c \"del \"%1\"\""
Double click on .reg file and merge.
It wont have the "Erase" command just above "delete" .. but it works .. it opens a command window to execute the "del" command and then the window closes.
-----
alibi