﻿<?xml version="1.0" encoding="utf-8"?>
<ScriptExport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.kaseya.com/vsa/2008/12/Scripting">
  <Procedure name="Cleanup Startup Tasks" treePres="3">
    <Body description="Removes all BS items from start up.&#xD;&#xA;">
      <If description="">
        <Condition name="True" />
        <Then>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\iTunesHelper" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Quicktime Task" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\GrooveMonitor" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Adobe Reader Speed Launcher" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\RoxWatchTray" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\SunJavaUpdateSched" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\TkBellExe" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Adobe ARM" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\BCSSync" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Acrobat Assistant 8.0" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\SearchSettings" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\NeroFilterCheck" />
          </Statement>
          <Statement description="Delete the specified registry value - Regedit displays keys as folders and values as documents." name="DeleteRegistryValue" continueOnFail="true" osType="Windows">
            <Parameter xsi:type="StringParameter" name="Path" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\AppleSyncNotifier" />
          </Statement>
        </Then>
      </If>
    </Body>
  </Procedure>
</ScriptExport>
