如何删除msysgit的右键菜单选项?(How do I remove msysgit's right click menu options?)

编程入门 行业动态 更新时间:2024-10-28 00:22:10
如何删除msysgit的右键菜单选项?(How do I remove msysgit's right click menu options?)

这不是最好的编程问题,但让我们面对这个问题,服务器故障的人不太了解git,所以我觉得它更多的是这个观众。

我想在我的shell中切换到TortoiseGit或PortableGit,但是我留下了这些烦人的上下文菜单选项。

如何让他们离开? 我要写一个脚本来卸载它们吗?

This isn't the best programming question but lets face it, the server fault guys aren't well versed in git, so I think its more towards this audience.

I want to switch to TortoiseGit, or PortableGit in my shell, but I'm left with these annoying context-menu options.

How do I get them to go away? Do I have to write a script to uninstall them?

最满意答案

64位Windows

从cmd.exe窗口,运行以下命令:

cd "C:\Program Files (x86)\Git\git-cheetah" regsvr32 /u git_shell_ext64.dll

32位Windows

从cmd.exe窗口,运行这些命令

cd "C:\Program Files\Git\git-cheetah" regsvr32 /u git_shell_ext.dll

Windows 10

如果您在Windows 10上,并且以前的方法无法尝试卸载该应用程序并重新安装它。 但在安装过程中要小心, 取消选中Windows资源管理器集成

在此输入图像说明

64-Bit Windows

From a cmd.exe window, run these commands:

cd "C:\Program Files (x86)\Git\git-cheetah" regsvr32 /u git_shell_ext64.dll

32-Bit Windows

From a cmd.exe window, run these commands

cd "C:\Program Files\Git\git-cheetah" regsvr32 /u git_shell_ext.dll

Windows 10

If you are on Windows 10 and the previous methods did not work try to uninstall the application and reinstall it. But be careful during the installation process unchecking Windows explorer integration

enter image description here

更多推荐

本文发布于:2023-07-21 11:22:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1209778.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:右键菜单   选项   msysgit   remove   options

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!