Sublime Forum

Open Terminal opens Powershell instead of CMD.exe

#1

Hi All,

I am trying to figure out how can i launch cmd.exe instead of powershell when i click “Open Terminal Here…” in sublime.


Any help would be appreciated.
Thanks :smile:

0 Likes

#2

I know it is a bit too late but here is the solution:

Open default settings of Terminal Package:

Preferences > Package Settings > Terminal > Settings Default

Now specify ‘cmd.exe’ as prefered terminal:

{
“terminal”: “cmd.exe”,

"parameters": []

}

2 Likes