|
|
Sponsored Links
|
Maxabout.com > Tips
Disable Deletion Of The Recycle BinAdded on:7/15/2008 9:34:21 PM In Windows Vista Tips Rated by 1 users
- Open up regedit.exe through the start menu search or run box, and then browse down to the following key (might be easiest to search for it)
- HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
- You'll want to first create a new key called "Shell" on the left hand side, then a key named "Delete" under that, and then another key named "command". Set the default value of the Delete key to "Delete", and then set the default value of command to "rundll32.exe".
- What we're doing here is creating a new function called Delete that replaces the current command on the menu. By setting it to run rundll32.exe, we're eliminating any error message by running a valid process (that will immediately exit and the user will never see it).
- The only visible change you'll notice is that the Delete menu item will move above the Empty Recycle Bin item.
|
Sponsored Links
Tools
Bookmark/Discuss
|
|
|