A simple guide to install and configure software that will help regain cmd its purpose by giving it Linux terminal like abilities.
- Cmder (Clink + GitForWindows Variant)
- Hyper (Optional)
- Install Cmder in a top-level folder like
C:\Cmder
. - Replace
C:\Cmder\vendor\init.bat
with the custominit.bat
file provided in this repo. This removes items which cause infinite loops when trying to add Cmder to cmd start-up. - Open Regedit and navigate to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
- Add String Value with key:
AutoRun
and value:"%CMDER_ROOT%\vendor\init.bat"
with quotes. Make sure this is ofREG_SZ
type. - Try opening cmd and if all goes well you should see a λ symbol in your console window!
- Optional: Install Hyper or use Cmder's terminal.