QuickLinkUrl
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
QuickLinkUrl
specifies a Uniform Resource Locator (URL) to associate with a QuickLinkItem.
Values
Path_to_url |
Specifies the fully qualified path to the URL of each shortcut. Path_to_url is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem | QuickLinkUrl
Applies To
For the list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to configure a QuickLinkList.
<QuickLinkList>
<QuickLinkItem>
<QLID>0</QLID>
<QuickLinkUrl>http://www.fabrikam.com/QL.htm</QuickLinkUrl>
<QuickLinkName>Fabrikam Quick Link</QuickLinkName>
</QuickLinkItem>
<QuickLinkItem>
<QLID>1</QLID>
<QuickLinkUrl>http://www.fabrikam.com/QL2.htm</QuickLinkUrl>
<QuickLinkName>Fabrikam Quick Link 2</QuickLinkName>
</QuickLinkItem>
</QuickLinkList>