How do I remove msysgit's right click menu options?

前端 未结 8 851

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 sw

相关标签:
8条回答
  • 2020-12-12 09:15

    In Windows 10 nothing of the above did work for me. The best solution I found is to uninstall the application and reinstall it and be careful during the installation process to uncheck Windows explorer integration

    0 讨论(0)
  • 2020-12-12 09:16

    Only this registry removal - nothing else - worked for me on Win8.1, as of recent versions:

    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\Directory\background\shell\git_gui]
    
    [-HKEY_CLASSES_ROOT\Directory\background\shell\git_shell]
    
    [-HKEY_CLASSES_ROOT\Directory\Shell\git_gui]
    
    [-HKEY_CLASSES_ROOT\Directory\Shell\git_shell]
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_gui]
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_shell]
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_gui]
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell]
    
    0 讨论(0)
提交回复
热议问题