Skip to content

Instantly share code, notes, and snippets.

@bradwilson
Created January 3, 2025 19:15
Show Gist options
  • Save bradwilson/3bfd731ff2c6c7acb66a66d1758bbaf4 to your computer and use it in GitHub Desktop.
Save bradwilson/3bfd731ff2c6c7acb66a66d1758bbaf4 to your computer and use it in GitHub Desktop.
Registry files for turning grayscale font smoothing on/off in Windows 10/11
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000000
"FontSmoothingContrast"=-
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DISPLAY1]
"ClearTypeLevel"=-
"EnhancedContrastLevel"=-
"GammaLevel"=-
"GrayscaleEnhancedContrastLevel"=-
"PixelStructure"=-
"TextContrastLevel"=-
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:000003e8
"FontSmoothingContrast"=dword:00000898
"FontSmoothingOrientation"=dword:00000000
"FontSmoothingType"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\DISPLAY1]
"ClearTypeLevel"=dword:00000000
"EnhancedContrastLevel"=dword:00000032
"GammaLevel"=dword:0000076c
"GrayscaleEnhancedContrastLevel"=dword:00000064
"PixelStructure"=dword:00000001
"TextContrastLevel"=dword:00000006
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment