Hi Eric,
On 2015-08-23 21:16, Eric Hiller wrote:
> It would seem that since the switch to Git for Windows rather than
> Git-cheetah the process used before to remove shell extensions is no
> longer
> valid.
>
> regsvr32 /s /u "C:\Program Files (x86)\Git\git-cheetah\git_s
> hell_ext64.dll"
>
> As the DLL is no longer existing in the new structure.
But it has been in Git for Windows 1.x. And since Git for Windows 2.x
aims to provide a clean upgrade path, we have to remove Git Cheetah.
> Is there a way to still do this, or should I uninstall and reinstall?
Git Cheetah is no longer installed, it is not even an option anymore. It
should be uninstalled as part of the uninstallation (or upgrade)
procedure. If it is not, that is a bug, and it needs to be reported:
http://git-for-windows.github.io/#contribute
However, I have a hunch that you selected the "Windows Explorer
integration" component in the installer (see attachment). If you did not
want that integration, just uncheck those checkboxes and you do not even
need to uninstall the extension after installing Git.
Bonus: when you install the next Git for Windows version, it will
remember your choice.
Ciao,
Johannes