TdrSafeModeOverride Property
Determines whether the automatic TDR-safe Mode is overriden. TDR-safe Mode is the state where The Visual Xccelerator Engine operates on limited efficiency to avoid hitting the TDR. Find more information about TDR: https://docs.microsoft.com/en-us/windows-hardware/drivers/display/tdr-registry-keys null - TDR-safe Mode is Automatic. It means TDR-safe Mode enables automatically, when Low-range Graphics Adapter is detected. true - TDR-safe Mode is Enabled. false - TDR-safe Mode is Disabled.
Syntax
public static Nullable<bool> TdrSafeModeOverride {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also