Disable Multiplane Overlay
config/tweaks.json
2412 "WPFToggleMultiplaneOverlay": {
2413 "Content": "Disable Multiplane Overlay",
2414 "Description": "Disable the Multiplane Overlay which can sometimes cause issues with Graphics Cards.",
2415 "category": "Customize Preferences",
2416 "panel": "2",
2417 "Type": "Toggle",
2418 "registry": [
2419 {
2420 "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\Dwm",
2421 "Name": "OverlayTestMode",
2422 "Value": "5",
2423 "OriginalValue": "<RemoveEntry>",
2424 "DefaultState": "false",
2425 "Type": "DWord"
2426 }
2427 ],Registry Changes
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on Wikipedia and Microsoft’s Website.