Don't hold me to it, but this might do it...
(backup first. if you don't understand what it is doing, don't do it.
the only installer version i had on hand was 4.0.0.3, but i'll assume current version would be same...
[older versions are different])
If you run these commands (from a command-line), they will remove the associated (Windows) Registry entries.
You will be prompted before each deletion (which you can force by adding a, /f, to the command line).
- Code: Select all
reg delete "HKEY_CLASSES_ROOT\BRUfile"
reg delete "HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\BRUMenuHandler"
reg delete "HKEY_CLASSES_ROOT\CLSID\{5D924130-4CB1-11DB-B0DE-0800200C9A66}"
reg delete "HKEY_CLASSES_ROOT\directory\shellex\ContextMenuHandlers\BRUMenuHandler"
reg delete "HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\BRUMenuHandler"
I imagine the same could be done with a .reg file.
Better that the program allowed you to interactively enable/disable the 'Bulk Rename Here' context-menu item.