Skip to content

Instantly share code, notes, and snippets.

@Simran-B
Created April 20, 2018 09:30
Show Gist options
  • Save Simran-B/06b37e815f4e8143255e6d526539bfbd to your computer and use it in GitHub Desktop.
Save Simran-B/06b37e815f4e8143255e6d526539bfbd to your computer and use it in GitHub Desktop.
New Console Colors - Windows 10 Build 16257
# Upgrade shell color scheme on machines >= Build 16257 but which were updated to this version,
# because only new installation get the new colors by default!
#
# Blog post:
# https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors/
#
# PowerShell script by:
# Rob Cannon
Set-ItemProperty 'HKCU:\Console' -Name ColorTable00 -Value 789516
Set-ItemProperty 'HKCU:\Console' -Name ColorTable01 -Value 14300928
Set-ItemProperty 'HKCU:\Console' -Name ColorTable02 -Value 958739
Set-ItemProperty 'HKCU:\Console' -Name ColorTable03 -Value 14521914
Set-ItemProperty 'HKCU:\Console' -Name ColorTable04 -Value 2035653
Set-ItemProperty 'HKCU:\Console' -Name ColorTable05 -Value 9967496
Set-ItemProperty 'HKCU:\Console' -Name ColorTable06 -Value 40129
Set-ItemProperty 'HKCU:\Console' -Name ColorTable07 -Value 13421772
Set-ItemProperty 'HKCU:\Console' -Name ColorTable08 -Value 7763574
Set-ItemProperty 'HKCU:\Console' -Name ColorTable09 -Value 16742459
Set-ItemProperty 'HKCU:\Console' -Name ColorTable10 -Value 837142
Set-ItemProperty 'HKCU:\Console' -Name ColorTable11 -Value 14079585
Set-ItemProperty 'HKCU:\Console' -Name ColorTable12 -Value 5654759
Set-ItemProperty 'HKCU:\Console' -Name ColorTable13 -Value 10354868
Set-ItemProperty 'HKCU:\Console' -Name ColorTable14 -Value 10875385
Set-ItemProperty 'HKCU:\Console' -Name ColorTable15 -Value 15921906
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment