Share via


LaunchDeviceStageFromExplorer element

Important

Device metadata is deprecated and will be removed in a future release of Windows. For information about the replacement for this functionality, see Driver Package Container Metadata.

The LaunchDeviceStageFromExplorer element specifies whether the operating system displays a Device Stage user interface when the user double-clicks the device icon that appears in either Devices and Printers or Windows Explorer.

Usage

<LaunchDeviceStageFromExplorer>
  text
</LaunchDeviceStageFromExplorer>

Attributes

There are no attributes.

Text value

Must be false (0) or true (1).

Child elements

There are no child elements.

Parent elements

Element Description
WindowsInfo The WindowsInfo element is the parent element of the WindowsInfo XML schema.

XSD

<xs:element name="LaunchDeviceStageFromExplorer" type="xs:boolean" default="false" minOccurs="0" />

Remarks

If the LaunchDeviceStageFromExplorer element is set to true (1), the operating system displays a Device Stage user interface when the user double-clicks the device icon for the device. The operating system performs these actions for the icon that represents the device, regardless of whether the device icon was specified through the DeviceIconFile element.

Important  This element can only be used for eligible devices that comply with the Device Stage participation and implementation requirements. Otherwise, Windows ignores this element in the device metadata package.

More information about the Device Stage user interface, along with the Device Stage participation and implementation requirements, can be found in the Microsoft Device Experience Development Kit.

The LaunchDeviceStageFromExplorer element is optional.

See also