I'm using ConEmu and I want to always have my cmds run as administrator.
I've changed the settings that forces all my cmds to run through ConEmu, so typing 'cmd' in the Windows Run will open ConEmu (Settings -> Integration -> Default term -> Force ConEmu as default terminal)
I've tried changing the (Settings -> Startup -> Command line) to cmd.exe -new_console:a
which works for shortcuts but doesn't change the default (running cmd from Run or opening a new tab inside ConEmu)
Thanks
ConEmu does not change the command you run. That would be strange, if you run from Win+R the cmd.exe
and get started in ConEmu powershell.exe
, for example. Isn't it?
Same with elevation level. ConEmu starts console application at the level user requested. This is the only logical behavior.
Want elevated cmd? Set up elevated cmd task as startup task for ConEmu and run ConEmu instead of cmd.
Well, alternatively, you may run from Win+R cmd -new_console:a
or just call "run cmd as Administrator" to let ConEmu know what do you want exactly.