Skip to content

Instantly share code, notes, and snippets.

@SeeminglyScience
Last active August 17, 2020 17:53
Show Gist options
  • Save SeeminglyScience/577cc1155db08c254b33710406a931b1 to your computer and use it in GitHub Desktop.
Save SeeminglyScience/577cc1155db08c254b33710406a931b1 to your computer and use it in GitHub Desktop.
My registry values for conhost configuration. Note that "FaceName" is "__DefaultTTFont__" because I set the font within my PowerShell profile. Make sure to remove application specific subkeys under "Console" as they will override these settings.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:00000000
"ColorTable01"=dword:00800000
"ColorTable02"=dword:00005000
"ColorTable03"=dword:00808000
"ColorTable04"=dword:0000003c
"ColorTable05"=dword:00562401
"ColorTable06"=dword:00f0edee
"ColorTable07"=dword:00c8c8c8
"ColorTable08"=dword:00282828
"ColorTable09"=dword:00ff0000
"ColorTable10"=dword:00009600
"ColorTable11"=dword:00ffff00
"ColorTable12"=dword:000000ff
"ColorTable13"=dword:00ff00ff
"ColorTable14"=dword:0000ffff
"ColorTable15"=dword:00ffffff
"CtrlKeyShortcutsDisabled"=dword:00000000
"CurrentPage"=dword:00000002
"CursorColor"=dword:ffffffff
"CursorSize"=dword:00000019
"CursorType"=dword:00000000
"DefaultBackground"=dword:ffffffff
"DefaultForeground"=dword:ffffffff
"EnableColorSelection"=dword:00000000
"ExtendedEditKey"=dword:00000001
"ExtendedEditKeyCustom"=dword:00000000
"FaceName"="__DefaultTTFont__"
"FilterOnPaste"=dword:00000001
"FontFamily"=dword:00000036
"FontSize"=dword:00140000
"FontWeight"=dword:00000190
"ForceV2"=dword:00000001
"FullScreen"=dword:00000000
"HistoryBufferSize"=dword:000003e7
"HistoryNoDup"=dword:00000000
"InsertMode"=dword:00000001
"InterceptCopyPaste"=dword:00000000
"LineSelection"=dword:00000001
"LineWrap"=dword:00000001
"LoadConIme"=dword:00000001
"NumberOfHistoryBuffers"=dword:00000005
"PopupColors"=dword:00000087
"QuickEdit"=dword:00000001
"ScreenBufferSize"=dword:0bb8008c
"ScreenColors"=dword:00000087
"ScrollScale"=dword:00000001
"TerminalScrolling"=dword:00000000
"TrimLeadingZeros"=dword:00000000
"WindowAlpha"=dword:000000ff
"WindowPosition"=dword:00340132
"WindowSize"=dword:002d008c
"WordDelimiters"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment