How do I change the Git Bash Here terminal from mingw to the standard cmd OR powershell on Windows 10? -
i have started absolutely hate mingw seem unable wrestle right click option "git bash here" away mingw. cant highlight in mingw , cant copy paste. want same functionality cmd has on windows 10.
as such, how can change git bash use system32/cmd.exe or powershell instead?
i have tried searching registry, have tried reinstalling.
you edit registry @ hkey_classes_root\directory\background\shell\git_shell\command
, hkey_classes_root\directory\shell\git_shell\command
point shell prefer, or better yet add own parallel entries.
the default property on first of these controls popup menu when right click on blank area (background) in explorer window, , second when right click on folder.
if trying powershell, remember can use provider-paths registry::hkey_classes_root\directory\shell\git_shell\command
get-item , set-item. if it's one-off, i'd use regedit won't have deal nested quotes.
Comments
Post a Comment