Skip to content

Use Consolas as Windows console font

Thanks to Scott Hanselman for the original tip

  • Install Consolas font; get it yourself somehow, somewhere
  • Save the following code block as a .reg registry key and import it
    Reg
    1
    2
    3
    4
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont]
    "00"="Consolas"
    
  • Reboot