0

Using the chere command at this link I was able to add the 'open bash terminal here' to my windows shell.

However, it looks like rather than opening in a regular cygwin shell it opens in a cmd prompt that's running cygwin. I am unable to maximize cygwin fully. I can change the settings via properties for the cmd window, but then it ALWAYS opens like that, instead of in the regular smaller screen.

Is there a way to maximize the shell to its full maximum size (the whole screen)? I'll accept a command that I type in, so long as I can get it to work.

Community
  • 1
  • 1
Mitch
  • 1,604
  • 4
  • 20
  • 36

2 Answers2

0

Sounds like you want mintty. This code can do that. Save as cygwin.reg and run.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cygwin\command]
@="C:\\cygwin64\\bin\\mintty"
Zombo
  • 1
  • 62
  • 391
  • 407
  • I think you're right, I'll bet if I do what [the top comment on this answer](http://stackoverflow.com/a/12010346/3665278) says it'll launch mintty without having to edit the registry, too – Mitch Dec 21 '14 at 00:06
0

From the top comment on this answer I was able to specify mintty as the shell that opened with

chere -i -f -t mintty

(the -f overrides the previous chere command, the -t mintty specifies which terminal to open)

Community
  • 1
  • 1
Mitch
  • 1,604
  • 4
  • 20
  • 36