如何禁用 Tortoise BZR?

发布于 2024-07-06 13:21:09 字数 305 浏览 9 评论 0原文

我是 bzr 的超级粉丝,我很高兴他们正在为它开发 tortoise,但目前它太慢了,没有什么用处。 这些图标几乎总是不正确的,当我在资源管理器中加载一个包含很多分支的目录时,它会锁定我的整个系统 10 秒到 2 分钟。 我期待将来再次尝试它,但现在我想禁用它。

不幸的是,我在添加/删除程序中没有看到它,并且我找不到在集市配置目录中禁用它的方法。 当我右键单击任务面板中的图标(按时钟)并选择“退出程序”时,它会在稍后重新启动。 我在“服务”面板中也没有看到它。 有什么办法可以禁用它吗?

我正在相关系统上运行 Windows XP。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

青芜 2024-07-13 13:21:09

我认为你可以这样做:

regsvr32 /u tbzrshellext_x86.dll

我还在内存中杀死了 tbzrcachew.exe,但是因为像 enobrev 一样,我无法使用 AutoRuns 找到它,所以我认为它是运行此缓存的 shell 扩展。

确定我什么时候会重新启动计算机...

我同意目前这些图标速度很慢,不能实时更新,并且上下文菜单中的选项通常很有限。 我希望所有这些点在未来都能得到改善。

[编辑]它有效! 也不需要杀死缓存。

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.

独闯女儿国 2024-07-13 13:21:09

根据 TortoiseBZR 自述文件,您可以通过

python tortoise-bzr.py --unregister

从安装文件夹运行来禁用它。 不确定它默认安装在哪里,但看起来可能位于您的 Python site-packages 文件夹中。

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.

牵你的手,一向走下去 2024-07-13 13:21:09

您可以通过上下文菜单禁用图标覆盖(导致速度变慢的主要原因):右键单击托盘中的 bzr 图标,设置,取消选中所有驱动器。

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.

恍梦境° 2024-07-13 13:21:09

我进入安装目录“C:\Program Files\Bazaar”并运行 unins000.exe 并获得了一个不错的卸载程序。

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

娜些时光,永不杰束 2024-07-13 13:21:09

您可以使用 SysInternals(现已成为 Microsoft 的一部分)的实用程序“Autoruns”来禁用 Windows 资源管理器扩展(例如将自身添加为右键单击菜单项的扩展)。

当您在应用程序中找不到“正确”的方法或应用程序不提供这种方法时,这会派上用场。

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.

楠木可依 2024-07-13 13:21:09

Jason的答案似乎是有效的,所以我花了一些时间寻找py文件。 无处可寻。 看来通过安装程序安装 bzr 时它也会安装 tbzr 二进制文件。 我已经浏览了尽可能多的面板。 Process Explorer (sysinternals)、AutoRuns (sysinternals)、一些 Shell 扩展浏览器等。我在任何地方都找不到正式的条目。

我找到了注册表项,但我不知道它们来自哪里,也不知道如何“正式”删除它们。 我没有心情开始删除注册表项,因为我实际上必须在本周完成工作。

我只是要运行卸载,然后安装最新版本(未选中 TBZR)。 据我所知,这是解决这个问题的唯一方法。

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.

噩梦成真你也成魔 2024-07-13 13:21:09

我听到你说的是埃诺布雷夫。

令人烦恼的是它无法轻易删除。 我也只是卸载,然后重新安装 BZR。

另一方面,“BZR”是一个糟糕的按键序列,必须为每个命令键入。 我一定会将“BZR.EXE”重命名为更适合手指的名称,因为我的小指始终无法处理“z”键。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文