我如何删除msysgit的右键菜单选项? [英] How do I remove msysgit's right click menu options?

查看:110
本文介绍了我如何删除msysgit的右键菜单选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这不是最好的编程问题,但让我们面对它,服务器故障的家伙不熟悉git,所以我认为它更多地面向这个受众。



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



如何让他们离开远?我必须编写一个脚本来卸载它们吗?

解决方案

64位Windows



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

$ p
cdC:\ 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资源管理器集成


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-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

这篇关于我如何删除msysgit的右键菜单选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆