EnableSPADLaunchErrors specifies whether to display an error message when a user attempts to launch Windows® Media Center with a remote control while access to Windows Media Center is disabled.

Access to Windows Media Center is controlled through the Set Program Access and Computer Defaults (SPAD) Control Panel. When access is disabled, and a user attempts to start Windows Media Center by using a remote control, Windows can either display an error message or ignore the remote-control commands.

Values

true

An error message appears when a user attempts to start Windows Media Center by using the remote control while access to Windows Media Center is disabled.

This is the default value.

false

No error message appears when a user attempts to start Windows Media Center by using the remote control while access to Windows Media Center is disabled.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-ehome-reg-inf | EnableSPADLaunchErrors

Applies To

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

XML Example

The following example 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