I'm a huge fan of bzr and I'm glad they're working on tortoise for it, but currently it's WAY too slow to be useful. The icons are almost always incorrect and when I load a directory in explorer with a lot of branches it locks up my entire system for anywhere from 10 seconds to 2 minutes. I look forward to trying it again in the future, but for now I'd like to disable it.

Unfortunately I don't see it in add/remove programs and I can't find a way to disable it in the bazaar config directory. When I right click the icon in the task panel (by the clock) and choose "Exit Program" it just restarts moments later. I don't see it in the Services panel either. Is there any way to disable it?

I'm running Windows XP on the system in question.

link|improve this question
feedback

7 Answers

up vote 3 down vote accepted

I think you can do:

regsvr32 /u tbzrshellext_x86.dll

I also killed tbzrcachew.exe in memory, but since, like enobrev, I couldn't find it with AutoRuns, I will suppose it is the shell extension that runs this cache.

Will know for sure when I will reboot my computer...

I agree that currently these icons are slow, doesn't update in real time, and options in context menu are often limited. I hope all these points will improve in the future.

[EDIT] It works! No need to kill the cache too.

link|improve this answer
any luck upon reboot? – enobrev Feb 13 '09 at 0:48
Thanks! I had luck even without a reboot. Running Vista 64 bit though so I had to run: regsvr32 /u tbzrshellext_x64.dll – Greg S Mar 22 '10 at 17:43
+1, saved my day :) – Markus May 14 '10 at 9:43
In the spirit of safe exploration. Could some one please explain what that command does (and how to reverse it if we panic). – JW. Apr 18 at 7:01
In the spirit of self exploration, you can try and google for the Windows regsvr32 command, you will get plenty of explanations and will find the reverse command... Also try and run the command alone (no parameters) on the command line for a short list of parameters (it is safe!). – PhiLho Apr 18 at 9:46
feedback

According to the TortoiseBZR readme, you can disable it by running

python tortoise-bzr.py --unregister

from the install folder. Not sure where it's installed by default, but it looks like that might be in your Python site-packages folder.

link|improve this answer
feedback

You can disable icon overlays (main thing that makes it slow) via context menu: right-click on the bzr icon in the tray, settings, uncheck all drives.

link|improve this answer
1  
If I am not mistaken, last time I tried that, it made TBzr useless (no useful command in menus). – PhiLho Oct 20 '09 at 15:12
feedback

You can use the utility "Autoruns" by SysInternals (now part of Microsoft) to disable Windows Explorer extensions (such as extensions which add themselves as right-click menu items).

This can come in handy when you can't find the 'proper' way to do it in an app or the app doesn't offer one.

link|improve this answer
feedback

Jason's answer seemed valid, so I spent some time looking for the py file. It's nowhere to be found. It seems when installing bzr via the setup it also installs tbzr binaries. I've looked through as many panels as I can find. Process Explorer (sysinternals), AutoRuns (sysinternals), Some Shell Extension browser, etc. I couldn't find a formal entry anywhere.

I found the registry entries, but I've no idea where they came from or how to "formally" get rid of them. I'm not in the mood to just start killing off registry entries as I actually have to get work done this week.

I'm just going to run the uninstall and then install the latest version (with TBZR unchecked). As far as I can tell that's the only way to resolve this.

link|improve this answer
feedback

I hear you Enobrev.

It's quite annoying that it cannot easily be removed. I too will just uninstall, then reinstall BZR.

On another note, "BZR" is a terrible key sequence to have to type for every command. I'll be sure to rename the "BZR.EXE" something more finger-friendly because my pinky just can't handle that "z" key all time.

link|improve this answer
I agree, 'hg' is much easier to type than 'bzr', but I don't think its THAT bad. – Trent May 28 '09 at 18:01
feedback

I went to the install directory "C:\Program Files\Bazaar" and ran unins000.exe and got a nice deinstaller.

link|improve this answer
Did it allow you to explicitly uninstall tortoise or did you have to uninstall all of BZR and then reinstall without it? – enobrev Feb 4 '09 at 16:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.