﻿<?xml version="1.0" ?>
<applications xmlns="http://schemas.microsoft.com/windows/cpltasks/v1" 
              xmlns:sh="http://schemas.microsoft.com/windows/tasks/v1">
    
    <!-- Control Panel -->
    <application id="{7F5B8FA4-BEEC-11cf-9BD7-B76592786C03}"> 
    <!-- This GUID must match the GUID you created for your Control Panel item,
         and registered in namespace -->
    
        <!-- Mouse Properties -->
        <sh:task id="{6C8EEC18-8D75-41B2-A177-8831D59D2D50}"> 
            <!-- This is a generated GUID, specific to this task link -->
            <sh:name>@C:\Program Files\DellTPad\ApSearch.dll,-111</sh:name>
            <sh:keywords>@C:\Program Files\DellTPad\ApSearch.dll,-102</sh:keywords>
			<sh:keywords>touchpad</sh:keywords>
			<sh:command>%SystemRoot%\System32\main.cpl @0,5</sh:command>
        </sh:task>

        <!-- Category assignments -->
        <!-- Hared ware Item Insert -->
        <category id="2"> 
        <!-- These idref attributes refer to the GUIDs of the tasks defined above.-->
            <sh:task idref="{6C8EEC18-8D75-41B2-A177-8831D59D2D50}"/>  
        </category>
   </application>
</applications>