Share via


4.2.19 Shortcuts XML Example

The following is an example of a Shortcuts configuration XML. The XML in this example creates a shortcut on the user desktop called "Temp Files" that points to "c:\temp".

 <?xml version="1.0" encoding="utf-8"?>
  
 <Shortcuts 
           clsid="{872ECB34-B2EC-401b-A585-D32574AA90EE}"
           disabled="1">
   <Shortcut 
           clsid="{4F2F7C55-2790-433e-8127-0739D1CFA327}"
           userContext="1" 
           name="Temp Files" 
           status="Temp Files"
           image="2" 
           changed="2007-07-06 21:06:14"
           uid="{4A944BDF-91E1-41B8-AC2D-CFC8F4C75DE3}">
     <Properties 
           pidl="" 
           targetType="FILESYSTEM" 
           action="U"
           comment="" 
           shortcutKey="0" 
           startIn="" 
           arguments=""
           iconIndex="0" 
           targetPath="c:\temp" 
           iconPath="" 
           window=""
           shortcutPath="%DesktopDir%\Temp Files"/>
   </Shortcut>
 </Shortcuts>