DisableComplexStretchesOnConsole specifies whether to enable Zoom Mode 4.

Zoom Mode 4 stretches the video to the edges of the screen, while maintaining the aspect ratio in the middle of the screen. This is typically used to stretch video content with a 4:3 aspect ratio to a screen with a 16:9 aspect ratio.

Note
Zoom Mode 4 may affect video quality on some systems due to increased video requirements. If video quality is unacceptable when testing, try changing the setting: DisableComplexStretchesOnConsole to true.

Values

true

Specifies that complex stretches are disabled.

false

Specifies that complex stretches are enabled.

This is the default value.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-ehome-reg-inf | DisableComplexStretchesOnConsole

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-ehome-reg-inf.

XML Example

The following XML output shows how to configure Windows Media Center settings in the specialize configuration pass.

  Copy Code
<BindNavHintsToToolbars>true</BindNavHintsToToolbars>
<Color>16711680</Color>
<DisableComplexStretchesOnConsole>true</DisableComplexStretchesOnConsole>
<DisableExpressSetup>true</DisableExpressSetup>
<DisableHighResolutionCheck>1920x1200</DisableHighResolutionCheck>
<DisableVolumeDisplay>true</DisableVolumeDisplay>
<EnableSPADLaunchErrors>false</EnableSPADLaunchErrors>
<FontSize>96</FontSize>
<HKCUuseDefaultOverscanMargins>true</HKCUuseDefaultOverscanMargins>
<HKLM10FtOOBE>true</HKLM10FtOOBE>
<HKUSERSuseDefaultOverscanMargins>true</HKUSERSuseDefaultOverscanMargins>
<MuteTimeout>10000</MuteTimeout>
<NoDevDiscBalloon>true</NoDevDiscBalloon>
<OCURProductKey>AAAAABBBBBCCCCCDDDDDEEEEE</OCURProductKey>
<RestartHour>2</RestartHour>
<RestartMinute>15</RestartMinute>
<TBP>true</TBP>
<Timeout>6000</Timeout>

See Also