Skip to content

Instantly share code, notes, and snippets.

@chaelim
Created December 19, 2012 08:07
Show Gist options
  • Save chaelim/4335197 to your computer and use it in GitHub Desktop.
Save chaelim/4335197 to your computer and use it in GitHub Desktop.
My Windows Command console settings registry file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:00000000
"ColorTable01"=dword:00800000
"ColorTable02"=dword:00008000
"ColorTable03"=dword:00808000
"ColorTable04"=dword:00000080
"ColorTable05"=dword:00800080
"ColorTable06"=dword:00008080
"ColorTable07"=dword:00c0c0c0
"ColorTable08"=dword:00808080
"ColorTable09"=dword:00ff0000
"ColorTable10"=dword:0000ff00
"ColorTable11"=dword:00ffff00
"ColorTable12"=dword:000000ff
"ColorTable13"=dword:00ff00ff
"ColorTable14"=dword:0000ffff
"ColorTable15"=dword:00ffffff
"CursorSize"=dword:00000019
"CurrentPage"=dword:00000002
"EnableColorSelection"=dword:00000001
"ExtendedEditKey"=dword:00000000
"ExtendedEditKeyCustom"=dword:00000000
"FaceName"="Consolas"
"FontFamily"=dword:00000036
"FontSize"=dword:00100000
"FontWeight"=dword:00000190
"FullScreen"=dword:00000000
"HistoryBufferSize"=dword:000001f4
"HistoryNoDup"=dword:00000001
"InsertMode"=dword:00000001
"LoadConIme"=dword:00000000
"NumberOfHistoryBuffers"=dword:00000004
"PopupColors"=dword:000000f5
"QuickEdit"=dword:00000001
"ScreenBufferSize"=dword:270f0050
"ScreenColors"=dword:0000000a
"TrimLeadingZeros"=dword:00000000
"WindowSize"=dword:003c0050
"WordDelimiters"=";:,.[]{}()/\\|^&*-=+"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment