0

The color highlight works fine if I launch the ConEmu by double clicking the desktop shortcut. But it doesn't work with win+r -> cmd.

Is it possible to make the color highlight work with the latter way?

enter image description here

aj3423
  • 2,003
  • 3
  • 32
  • 70
  • Does the working desktop shortcut provide command line arguments to "cmd", or is the configuration stored in a file? Maybe "cmd" works only if it is started from a specific directory (second line in desktop shortcut properties). Maybe it works if you move the "cmd" config file to C:\Windows\system32 or to your user folder (C:\Users\%username%). This "cmd" is not a stock Microsoft version. – Johannes Jan 02 '16 at 11:06
  • Stack Overflow is for programming questions. This belongs on a site like [Super User](https://superuser.com/). – Olathe Jan 02 '16 at 11:14
  • @Johannes, the desktop shortcut doesn't have any arguments – aj3423 Jan 02 '16 at 16:24

2 Answers2

1

If you just take a look at Settings/Startup you'll see what was set in your settings to start on ConEmu startup.

ConEmu settings/startup

Of course, if you run different command (cmd.exe without arguments) you'll get "bare" command line without nicies.

So, if you want to run shell from WinR, why not to run ConEmu64 instead of cmd??

Maximus
  • 10,751
  • 8
  • 47
  • 65
0

CodeEmu can work with registry or config file.

https://conemu.github.io/en/Settings.html

Check your desktop shortcut to see is there's a command line parameter like /config

danvy
  • 2,085
  • 12
  • 17
  • In the shortcut propert, there's only `Target: f:\ConEmu\ConEmu64.exe`, no any argument. I spent two hours trying these settings while doing google, still cannot make it work... – aj3423 Jan 02 '16 at 16:32