60

Is it possible to configure Powershell to be conemu's default shell?

I know I can add additional "tasks" to conemu but I want it to default to use Powershell instead of cmd.exe so that, for example, when I use a plugin for an IDE that opens conemu in the current working directory, it does so with a conemu-wrapped Powershell instance.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
nathanchere
  • 2,396

2 Answers2

86

Assuming a "{Powershell}" task:

enter image description here

Use the Startup tab and assign Powershell under "Specified named task":

enter image description here

If you want to start in a specific directory, change the task definition like so:

Powershell with default directory

nathanchere
  • 2,396
8

In recent version there seems to be a setting for this:

enter image description here

Adobe
  • 3,000