Unfortunately there isn't really a way to do this. You can disable it in particular applications, for example there is a registry hack to prevent it in Outlook, however I do not know of any for Windows Explorer.
It's not possible to guarantee that files end up in the Recycle Bin. Some files are too large. Or a user might delete too many files and a file that was recently deleted gets evicted right away. Technically that file went to the Recycle Bin but for practical purposes it did not. The TweakUI Powertoy lets you customize certain key-bindings but Shift-Delete isn't one of them.
You could disable the shift key under the enter key (I assume that's the one that's being used for this operation). Keep the left shift for actually doing capital letters etc. Maybe a little over the top... but you never know- might be something that will work for you.
You could use something like AutoHotKey to map Shift+Delete to Delete.
However, you would need AutoHotKey running all the time for this to work.
The AutoHotKey script to do this is as follows:
Unfortunately there isn't really a way to do this. You can disable it in particular applications, for example there is a registry hack to prevent it in Outlook, however I do not know of any for Windows Explorer.
It's not possible to guarantee that files end up in the Recycle Bin. Some files are too large. Or a user might delete too many files and a file that was recently deleted gets evicted right away. Technically that file went to the Recycle Bin but for practical purposes it did not. The TweakUI Powertoy lets you customize certain key-bindings but Shift-Delete isn't one of them.
You could disable the shift key under the enter key (I assume that's the one that's being used for this operation). Keep the left shift for actually doing capital letters etc. Maybe a little over the top... but you never know- might be something that will work for you.