Page 1 of 1

Context Menu - Right Click

PostPosted: Fri Mar 07, 2008 3:19 pm
by adkrev
Is there a way to remove BRU from the right click context menu? I am familiar with regedit, joys and dangers, if that helps. Thanks.

Re: Context Menu - Right Click

PostPosted: Fri Mar 07, 2008 10:23 pm
by Admin
Hi,

Yes, you can run regsvr32 /u <dllname>

where <dllname> is the full path to the BRUHere.dll file.



Jim

Re: Context Menu - Right Click

PostPosted: Fri Mar 07, 2008 11:32 pm
by adkrev
Thanks Jim. I am running into an error message when I do this.

I have tried

regsvr32 /u C:\Program Files\1 SOFTWARE MISC\BRUHERE.DLL
regsvr32 /uC:\Program Files\1 SOFTWARE MISC\BRUHERE.DLL
regsvr32 /u <C:\Program Files\1 SOFTWARE MISC\BRUHERE.DLL>
regsvr32 /u<C:\Program Files\1 SOFTWARE MISC\BRUHERE.DLL>

The error message reads each time something like this:

LoadLibrary"c:\Program Files" Failed - the specified module could not be found

Re: Context Menu - Right Click

PostPosted: Sat Mar 08, 2008 7:51 am
by Admin
You've spaces in your filenames, you'll need quotes around the path.


Jim

Re: Context Menu - Right Click

PostPosted: Mon Mar 10, 2008 1:15 pm
by adkrev
Thanks Jim. That did the job.

Re: Context Menu - Right Click

PostPosted: Tue Jul 29, 2008 8:47 am
by Ardwych
Is this meant to work in Vista Ultimate, Jim?

regsvr32 /u "c:\Program Files\Bulk Rename Utility\BRUHere.dll" - doesn't seem to work.

Although the responses are positive.
"DllUnregisterServer in [~] succeeded.

Hmm, I am Limited.

- - - - - -
Ah haaa - I ran it from Total Commander's command line and things looked okay.. but weren't.
Then I ran it from Vista's Start Orb typing entry field (its Run/Search box), followed by Ctrl-Shift-Enter (act as Administrator).

THAT fixed it. Context menu simplified.