Skip to content

Instantly share code, notes, and snippets.

@ryanwoodsmall
Last active November 10, 2024 02:24
Show Gist options
  • Save ryanwoodsmall/745b78fd14fdb861c348bcf99956efe9 to your computer and use it in GitHub Desktop.
Save ryanwoodsmall/745b78fd14fdb861c348bcf99956efe9 to your computer and use it in GitHub Desktop.
win10greybackground.reg
Windows Registry Editor Version 5.00
; https://www.elevenforum.com/t/add-or-remove-learn-about-this-picture-desktop-icon-in-windows-11.7137/
; https://serverfault.com/questions/268423/changing-desktop-solid-color-via-registry
; https://leitchronicle.wordpress.com/2009/11/07/remote-desktop-with-clear-type-on-windows-xp/
; get rid of "change/about/etc. this picture" icon/windows spotlight desktop
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{2cc5ca98-6485-489a-920e-b3e88a6ccce3}]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"=dword:00000001
; remove picture wallpaper
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"=""
; set RGB = black
[HKEY_CURRENT_USER\Control Panel\Colors]
"Background"="64 64 64"
; turn on font smoothing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"AllowFontAntiAlias"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations]
"AllowFontAntiAlias"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment