QuickLinkUrl (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the QuickLinkUrl setting in Windows Embedded 8 Standard (Standard 8).

This setting contains the fully-qualified URL of the shortcut.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Internet Explorer 10

Features/User Applications/Internet Explorer 10/QuickLinkList/QuickLinkItem/QuickLinkUrl

XML Example

The following XML example shows how to configure a QuickLinkList.

<QuickLinkList>
    <QuickLinkItem>
        <QLID>0</QLID>
        <QuickLinkUrl>http://www.fabrikam.com/QL.htm</QuickLinkUrl>
        <QuickLinkName>Fabrikam Quick Link 1</QuickLinkName>
    </QuickLinkItem>
    <QuickLinkItem>
        <QLID>1</QLID>
        <QuickLinkUrl>http://www.fabrikam.com/QL2.htm</QuickLinkUrl>
        <QuickLinkName>Fabrikam Quick Link 2</QuickLinkName>
    </QuickLinkItem>
</QuickLinkList>

See Also

Reference

QuickLinkUrl
QuickLinkUrl
Thin Client Template

Concepts

Feature Module Settings